#include <gtkobject.hxx>
|
| GtkSalObjectBase (GtkSalFrame *pParent) |
|
virtual | ~GtkSalObjectBase () override |
|
virtual void | BeginSetClipRegion (sal_uInt32 nRects) override |
|
virtual void | UnionClipRegion (tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight) override |
|
virtual void | SetForwardKey (bool bEnable) override |
|
virtual const SystemEnvData * | GetSystemData () const override |
|
virtual Size | GetOptimalSize () const override |
|
| SalObject () |
|
virtual | ~SalObject () |
|
virtual void | ResetClipRegion ()=0 |
|
virtual void | BeginSetClipRegion (sal_uInt32 nRects)=0 |
|
virtual void | UnionClipRegion (tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight)=0 |
|
virtual void | EndSetClipRegion ()=0 |
|
virtual void | SetPosSize (tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight)=0 |
|
virtual void | Show (bool bVisible)=0 |
|
virtual void | Enable (bool) |
|
virtual void | GrabFocus () |
|
virtual void | Reparent (SalFrame *) |
|
virtual void | SetForwardKey (bool) |
|
virtual void | SetLeaveEnterBackgrounds (const css::uno::Sequence< css::uno::Any > &, const css::uno::Sequence< css::uno::Any > &) |
|
virtual const SystemEnvData * | GetSystemData () const =0 |
|
virtual Size | GetOptimalSize () const |
|
void | SetCallback (SystemChildWindow *pInst, SALOBJECTPROC pProc) |
|
void | CallCallback (SalObjEvent nEvent) |
|
void | SetMouseTransparent (bool bMouseTransparent) |
|
bool | IsMouseTransparent () const |
|
void | EnableEraseBackground (bool bEnable) |
|
bool | IsEraseBackgroundEnabled () const |
|
Definition at line 28 of file gtkobject.hxx.
◆ GtkSalObjectBase()
GtkSalObjectBase::GtkSalObjectBase |
( |
GtkSalFrame * |
pParent | ) |
|
◆ ~GtkSalObjectBase()
virtual GtkSalObjectBase::~GtkSalObjectBase |
( |
| ) |
|
|
overridevirtual |
◆ BeginSetClipRegion()
virtual void GtkSalObjectBase::BeginSetClipRegion |
( |
sal_uInt32 |
nRects | ) |
|
|
overridevirtual |
◆ GetOptimalSize()
virtual Size GtkSalObjectBase::GetOptimalSize |
( |
| ) |
const |
|
overridevirtual |
◆ GetSystemData()
virtual const SystemEnvData * GtkSalObjectBase::GetSystemData |
( |
| ) |
const |
|
overridevirtual |
◆ Init()
void GtkSalObjectBase::Init |
( |
| ) |
|
|
protected |
◆ SetForwardKey()
virtual void GtkSalObjectBase::SetForwardKey |
( |
bool |
bEnable | ) |
|
|
overridevirtual |
◆ signalButton()
static gboolean GtkSalObjectBase::signalButton |
( |
GtkWidget * |
, |
|
|
GdkEventButton * |
, |
|
|
gpointer |
|
|
) |
| |
|
staticprivate |
◆ signalFocus()
static gboolean GtkSalObjectBase::signalFocus |
( |
GtkWidget * |
, |
|
|
GdkEventFocus * |
, |
|
|
gpointer |
|
|
) |
| |
|
staticprivate |
◆ UnionClipRegion()
◆ m_aSystemData
◆ m_pParent
◆ m_pRegion
cairo_region_t* GtkSalObjectBase::m_pRegion |
|
protected |
◆ m_pSocket
The documentation for this class was generated from the following file: