LibreOffice Module sw (master)
1
|
#include <FrameControl.hxx>
Public Member Functions | |
SwFrameControl (const VclPtr< vcl::Window > &pWindow) | |
~SwFrameControl () | |
vcl::Window * | GetWindow () |
void | SetReadonly (bool bReadonly) |
void | ShowAll (bool bShow) |
bool | Contains (const Point &rDocPt) const |
bool | HasFocus () const |
Private Attributes | |
VclPtr< vcl::Window > | mxWindow |
ISwFrameControl * | mpIFace |
Definition at line 40 of file FrameControl.hxx.
SwFrameControl::SwFrameControl | ( | const VclPtr< vcl::Window > & | pWindow | ) |
Definition at line 341 of file FrameControlsManager.cxx.
References assert(), VclPtr< vcl::Window >::get(), mpIFace, mxWindow, and VclPtr< vcl::Window >::reset().
SwFrameControl::~SwFrameControl | ( | ) |
Definition at line 348 of file FrameControlsManager.cxx.
References VclPtr< vcl::Window >::disposeAndClear(), mpIFace, and mxWindow.
|
inline |
Definition at line 52 of file FrameControl.hxx.
References ISwFrameControl::Contains().
|
inline |
Definition at line 48 of file FrameControl.hxx.
References VclPtr< vcl::Window >::get().
|
inline |
Definition at line 53 of file FrameControl.hxx.
References ISwFrameControl::IsFocused().
|
inline |
Definition at line 50 of file FrameControl.hxx.
References ISwFrameControl::SetReadonly().
|
inline |
Definition at line 51 of file FrameControl.hxx.
References ISwFrameControl::ShowAll().
|
private |
Definition at line 43 of file FrameControl.hxx.
Referenced by SwFrameControl(), and ~SwFrameControl().
|
private |
Definition at line 42 of file FrameControl.hxx.
Referenced by SwFrameControl(), and ~SwFrameControl().