LibreOffice Module sw (master) 1
|
#include <FrameControl.hxx>
Public Member Functions | |
SwFrameControl (const VclPtr< vcl::Window > &pWindow) | |
~SwFrameControl () | |
vcl::Window * | GetWindow () |
ISwFrameControl * | GetIFacePtr () |
void | SetReadonly (bool bReadonly) |
void | ShowAll (bool bShow) |
bool | Contains (const Point &rDocPt) const |
Private Attributes | |
VclPtr< vcl::Window > | mxWindow |
ISwFrameControl * | mpIFace |
Definition at line 37 of file FrameControl.hxx.
SwFrameControl::SwFrameControl | ( | const VclPtr< vcl::Window > & | pWindow | ) |
Definition at line 279 of file FrameControlsManager.cxx.
References VclPtr< class reference_type >::get(), mpIFace, mxWindow, and VclPtr< class reference_type >::reset().
SwFrameControl::~SwFrameControl | ( | ) |
Definition at line 286 of file FrameControlsManager.cxx.
References VclPtr< class reference_type >::disposeAndClear(), mpIFace, and mxWindow.
|
inline |
Definition at line 50 of file FrameControl.hxx.
References mpIFace.
|
inline |
Definition at line 46 of file FrameControl.hxx.
References mpIFace.
|
inline |
Definition at line 45 of file FrameControl.hxx.
References VclPtr< class reference_type >::get(), and mxWindow.
|
inline |
Definition at line 48 of file FrameControl.hxx.
References mpIFace.
|
inline |
Definition at line 49 of file FrameControl.hxx.
References mpIFace.
|
private |
Definition at line 40 of file FrameControl.hxx.
Referenced by Contains(), GetIFacePtr(), SetReadonly(), ShowAll(), SwFrameControl(), and ~SwFrameControl().
|
private |
Definition at line 39 of file FrameControl.hxx.
Referenced by GetWindow(), SwFrameControl(), and ~SwFrameControl().