LibreOffice Module vcl (master)
1
|
#include <Qt5Object.hxx>
Public Member Functions | |
Qt5Object (Qt5Frame *pParent, bool bShow) | |
~Qt5Object () override | |
Qt5Frame * | frame () const |
QWidget * | widget () const |
QWindow * | windowHandle () const |
virtual void | ResetClipRegion () override |
virtual void | BeginSetClipRegion (sal_uInt32 nRects) override |
virtual void | UnionClipRegion (long nX, long nY, long nWidth, long nHeight) override |
virtual void | EndSetClipRegion () override |
virtual void | SetPosSize (long nX, long nY, long nWidth, long nHeight) override |
virtual void | Show (bool bVisible) override |
virtual void | SetForwardKey (bool bEnable) override |
virtual const SystemEnvData * | GetSystemData () const override |
![]() | |
SalObject () | |
virtual | ~SalObject () |
virtual void | Enable (bool) |
virtual void | GrabFocus () |
virtual void | SetLeaveEnterBackgrounds (const css::uno::Sequence< css::uno::Any > &, const css::uno::Sequence< css::uno::Any > &) |
void | SetCallback (SystemChildWindow *pInst, SALOBJECTPROC pProc) |
void | CallCallback (SalObjEvent nEvent) |
void | SetMouseTransparent (bool bMouseTransparent) |
bool | IsMouseTransparent () const |
void | EnableEraseBackground (bool bEnable) |
bool | IsEraseBackgroundEnabled () const |
Private Attributes | |
SystemEnvData | m_aSystemData |
Qt5Frame * | m_pParent |
QWidget * | m_pQWidget |
QWindow * | m_pQWindow |
QRegion | m_pRegion |
Definition at line 32 of file Qt5Object.hxx.
Qt5Object::Qt5Object | ( | Qt5Frame * | pParent, |
bool | bShow | ||
) |
|
override |
|
overridevirtual |
Implements SalObject.
|
inline |
Definition at line 46 of file Qt5Object.hxx.
References m_pParent.
|
inlineoverridevirtual |
|
overridevirtual |
Implements SalObject.
|
overridevirtual |
Implements SalObject.
|
inline |
Definition at line 47 of file Qt5Object.hxx.
References m_pQWidget.
|
inline |
Definition at line 48 of file Qt5Object.hxx.
References m_pQWindow.
|
private |
Definition at line 36 of file Qt5Object.hxx.
Referenced by GetSystemData().
|
private |
Definition at line 37 of file Qt5Object.hxx.
Referenced by frame().
|
private |
Definition at line 38 of file Qt5Object.hxx.
Referenced by widget().
|
private |
Definition at line 39 of file Qt5Object.hxx.
Referenced by windowHandle().
|
private |
Definition at line 40 of file Qt5Object.hxx.