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

#include <tabpagemodel.hxx>

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

Public Member Functions

 UnoControlTabPage (const css::uno::Reference< css::uno::XComponentContext > &rxContext)
 
virtual ~UnoControlTabPage () override
 
OUString GetComponentServiceName () const override
 
void SAL_CALL createPeer (const css::uno::Reference< css::awt::XToolkit > &Toolkit, const css::uno::Reference< css::awt::XWindowPeer > &Parent) override
 
void SAL_CALL disposing (const css::lang::EventObject &Source) override
 
void SAL_CALL dispose () override
 
virtual void SAL_CALL windowResized (const css::awt::WindowEvent &e) override
 
virtual void SAL_CALL windowMoved (const css::awt::WindowEvent &e) override
 
virtual void SAL_CALL windowShown (const css::lang::EventObject &e) override
 
virtual void SAL_CALL windowHidden (const css::lang::EventObject &e) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (OUString const &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
- Public Member Functions inherited from cppu::AggImplInheritanceHelper2< class BaseClass, class Ifc1, class Ifc2 >
 AggImplInheritanceHelper2 ()
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE
 

Private Attributes

bool m_bWindowListener
 

Additional Inherited Members

- Protected Member Functions inherited from cppu::AggImplInheritanceHelper2< class BaseClass, class Ifc1, class Ifc2 >
 AggImplInheritanceHelper2 (T1 const &arg1)
 
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2)
 
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2, T3 const &arg3)
 
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
 
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
 
 AggImplInheritanceHelper2 (T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
 

Detailed Description

Definition at line 53 of file tabpagemodel.hxx.

Constructor & Destructor Documentation

◆ UnoControlTabPage()

UnoControlTabPage::UnoControlTabPage ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext)

Definition at line 158 of file tabpagemodel.cxx.

◆ ~UnoControlTabPage()

UnoControlTabPage::~UnoControlTabPage ( )
overridevirtual

Definition at line 165 of file tabpagemodel.cxx.

Member Function Documentation

◆ createPeer()

void UnoControlTabPage::createPeer ( const css::uno::Reference< css::awt::XToolkit > &  Toolkit,
const css::uno::Reference< css::awt::XWindowPeer > &  Parent 
)
override

Definition at line 203 of file tabpagemodel.cxx.

References UnoControlContainer::createPeer(), and m_bWindowListener.

◆ dispose()

void UnoControlTabPage::dispose ( void  )
override

Definition at line 189 of file tabpagemodel.cxx.

References ControlContainerBase::dispose().

◆ disposing()

void SAL_CALL UnoControlTabPage::disposing ( const css::lang::EventObject &  Source)
override

Definition at line 198 of file tabpagemodel.cxx.

References ControlContainerBase::disposing(), and Source.

◆ GetComponentServiceName()

OUString UnoControlTabPage::GetComponentServiceName ( ) const
override

Definition at line 169 of file tabpagemodel.cxx.

◆ getImplementationName()

OUString SAL_CALL UnoControlTabPage::getImplementationName ( )
overridevirtual

Definition at line 174 of file tabpagemodel.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL UnoControlTabPage::getSupportedServiceNames ( )
overridevirtual

Definition at line 184 of file tabpagemodel.cxx.

◆ supportsService()

sal_Bool SAL_CALL UnoControlTabPage::supportsService ( OUString const &  ServiceName)
overridevirtual

Definition at line 179 of file tabpagemodel.cxx.

References ServiceName, and cppu::supportsService().

◆ windowHidden()

void SAL_CALL UnoControlTabPage::windowHidden ( const css::lang::EventObject &  e)
overridevirtual

Definition at line 286 of file tabpagemodel.cxx.

◆ windowMoved()

void SAL_CALL UnoControlTabPage::windowMoved ( const css::awt::WindowEvent &  e)
overridevirtual

◆ windowResized()

void SAL_CALL UnoControlTabPage::windowResized ( const css::awt::WindowEvent &  e)
overridevirtual

◆ windowShown()

void SAL_CALL UnoControlTabPage::windowShown ( const css::lang::EventObject &  e)
overridevirtual

Definition at line 284 of file tabpagemodel.cxx.

Member Data Documentation

◆ m_bWindowListener

bool UnoControlTabPage::m_bWindowListener
private

Definition at line 56 of file tabpagemodel.hxx.

Referenced by createPeer().


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