LibreOffice Module toolkit (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
VCLXFrame Class Referencefinal

#include <vclxwindows.hxx>

Inheritance diagram for VCLXFrame:
[legend]
Collaboration diagram for VCLXFrame:
[legend]

Public Member Functions

 VCLXFrame ()
 
virtual ~VCLXFrame () override
 
void SAL_CALL draw (sal_Int32 nX, sal_Int32 nY) override
 
void SAL_CALL setProperty (const OUString &PropertyName, const css::uno::Any &Value) override
 
virtual void GetPropertyIds (std::vector< sal_uInt16 > &aIds) override
 
- Public Member Functions inherited from VCLXContainer
 VCLXContainer ()
 
virtual ~VCLXContainer () override
 
void SAL_CALL addVclContainerListener (const css::uno::Reference< css::awt::XVclContainerListener > &l) override
 
void SAL_CALL removeVclContainerListener (const css::uno::Reference< css::awt::XVclContainerListener > &l) override
 
css::uno::Sequence< css::uno::Reference< css::awt::XWindow > > SAL_CALL getWindows () override
 
void SAL_CALL enableDialogControl (sal_Bool bEnable) override
 
void SAL_CALL setTabOrder (const css::uno::Sequence< css::uno::Reference< css::awt::XWindow > > &WindowOrder, const css::uno::Sequence< css::uno::Any > &Tabs, sal_Bool GroupControl) override
 
void SAL_CALL setGroup (const css::uno::Sequence< css::uno::Reference< css::awt::XWindow > > &Windows) override
 
void SAL_CALL setProperty (const OUString &PropertyName, const css::uno::Any &Value) override
 
virtual void GetPropertyIds (std::vector< sal_uInt16 > &aIds) override
 

Static Public Member Functions

static void ImplGetPropertyIds (std::vector< sal_uInt16 > &aIds)
 
- Static Public Member Functions inherited from VCLXContainer
static void ImplGetPropertyIds (std::vector< sal_uInt16 > &aIds)
 

Private Member Functions

void ProcessWindowEvent (const VclWindowEvent &rVclWindowEvent) override
 

Detailed Description

Definition at line 99 of file toolkit/inc/awt/vclxwindows.hxx.

Constructor & Destructor Documentation

◆ VCLXFrame()

VCLXFrame::VCLXFrame ( )

Definition at line 5967 of file vclxwindows.cxx.

◆ ~VCLXFrame()

VCLXFrame::~VCLXFrame ( )
overridevirtual

Definition at line 5988 of file vclxwindows.cxx.

Member Function Documentation

◆ draw()

void SAL_CALL VCLXFrame::draw ( sal_Int32  nX,
sal_Int32  nY 
)
override

◆ GetPropertyIds()

virtual void VCLXFrame::GetPropertyIds ( std::vector< sal_uInt16 > &  aIds)
inlineoverridevirtual

Reimplemented from VCLXContainer.

Definition at line 114 of file toolkit/inc/awt/vclxwindows.hxx.

References ImplGetPropertyIds().

◆ ImplGetPropertyIds()

void VCLXFrame::ImplGetPropertyIds ( std::vector< sal_uInt16 > &  aIds)
static

◆ ProcessWindowEvent()

void VCLXFrame::ProcessWindowEvent ( const VclWindowEvent rVclWindowEvent)
overrideprivate

Definition at line 6018 of file vclxwindows.cxx.

◆ setProperty()

void SAL_CALL VCLXFrame::setProperty ( const OUString &  PropertyName,
const css::uno::Any &  Value 
)
override

Definition at line 6009 of file vclxwindows.cxx.

References VCLXContainer::setProperty(), and Value.


The documentation for this class was generated from the following files: