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 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 265 of file FrameControlsManager.cxx.
|
pure virtual |
Returns true if the point is inside the control.
Implemented in SwHeaderFooterWin, SwOutlineContentVisibilityWin, SwBreakDashedLine, and UnfloatTableButton.
Referenced by SwFrameControl::Contains().
|
pure virtual |
Implemented in SwFrameMenuButtonBase, SwOutlineContentVisibilityWin, and SwBreakDashedLine.
|
pure virtual |
Implemented in SwFrameMenuButtonBase, SwOutlineContentVisibilityWin, and SwBreakDashedLine.
|
pure virtual |
Implemented in SwHeaderFooterWin, SwBreakDashedLine, UnfloatTableButton, and SwOutlineContentVisibilityWin.
Referenced by SwFrameControl::SetReadonly().
|
pure virtual |
Implemented in SwHeaderFooterWin, SwOutlineContentVisibilityWin, SwBreakDashedLine, and UnfloatTableButton.
Referenced by SwFrameControl::ShowAll().