LibreOffice Module sw (master)
1
|
Abstract interface to be implemented by writer FrameControls. More...
#include <FrameControl.hxx>
Public Member Functions | |
virtual | ~ISwFrameControl () |
virtual void | SetReadonly (bool bReadonly)=0 |
virtual void | ShowAll (bool bShow)=0 |
virtual bool | Contains (const Point &rDocPt) const =0 |
Returns true if the point is inside the control. More... | |
virtual bool | IsFocused () const =0 |
Returns true if the control has focus. More... | |
virtual const SwFrame * | GetFrame ()=0 |
virtual SwEditWin * | GetEditWin ()=0 |
Abstract interface to be implemented by writer FrameControls.
Definition at line 23 of file FrameControl.hxx.
|
virtual |
Definition at line 354 of file FrameControlsManager.cxx.
|
pure virtual |
Returns true if the point is inside the control.
Implemented in SwHeaderFooterWin, SwPageBreakWin, SwOutlineContentVisibilityWin, and UnfloatTableButton.
Referenced by SwFrameControl::Contains().
|
pure virtual |
Implemented in SwFrameMenuButtonBase, and SwOutlineContentVisibilityWin.
|
pure virtual |
Implemented in SwFrameMenuButtonBase, and SwOutlineContentVisibilityWin.
|
pure virtual |
Returns true if the control has focus.
Implemented in SwFrameMenuButtonBase, and SwOutlineContentVisibilityWin.
Referenced by SwFrameControl::HasFocus().
|
pure virtual |
Implemented in SwHeaderFooterWin, SwPageBreakWin, SwOutlineContentVisibilityWin, and UnfloatTableButton.
Referenced by SwFrameControl::SetReadonly().
|
pure virtual |
Implemented in SwHeaderFooterWin, SwPageBreakWin, SwOutlineContentVisibilityWin, and UnfloatTableButton.
Referenced by SwFrameControl::ShowAll().