LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
UIObjectUnoObj Class Reference

#include <uiobject_uno.hxx>

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

Public Member Functions

 UIObjectUnoObj (std::unique_ptr< UIObject > pObj)
 
virtual ~UIObjectUnoObj () override
 
css::uno::Reference< css::ui::test::XUIObject > SAL_CALL getChild (const OUString &rID) override
 
void SAL_CALL executeAction (const OUString &rAction, const css::uno::Sequence< css::beans::PropertyValue > &xPropValues) override
 
css::uno::Sequence< css::beans::PropertyValue > SAL_CALL getState () override
 
css::uno::Sequence< OUString > SAL_CALL getChildren () override
 
OUString SAL_CALL getType () override
 
OUString SAL_CALL getImplementationName () override
 
sal_Bool SAL_CALL supportsService (OUString const &ServiceName) override
 
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
OUString SAL_CALL getHierarchy () override
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc >
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual void SAL_CALL dispose () noexcept final override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelperBase
virtual ~WeakComponentImplHelperBase () override
 
virtual void SAL_CALL dispose () override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual void disposing (std::unique_lock< std::mutex > &)
 
- Public Member Functions inherited from comphelper::UnoImplBase
virtual ~UnoImplBase ()
 

Private Attributes

std::unique_ptr< UIObjectmpObj
 

Additional Inherited Members

- Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase
void throwIfDisposed (std::unique_lock< std::mutex > &)
 
- Protected Attributes inherited from comphelper::WeakComponentImplHelperBase
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > maEventListeners
 
- Protected Attributes inherited from comphelper::UnoImplBase
std::mutex m_aMutex
 
bool m_bDisposed
 

Detailed Description

Definition at line 24 of file uiobject_uno.hxx.

Constructor & Destructor Documentation

◆ UIObjectUnoObj()

UIObjectUnoObj::UIObjectUnoObj ( std::unique_ptr< UIObject pObj)
explicit

Definition at line 43 of file uiobject_uno.cxx.

Referenced by getChild().

◆ ~UIObjectUnoObj()

UIObjectUnoObj::~UIObjectUnoObj ( )
overridevirtual

Definition at line 48 of file uiobject_uno.cxx.

References mpObj.

Member Function Documentation

◆ executeAction()

void SAL_CALL UIObjectUnoObj::executeAction ( const OUString &  rAction,
const css::uno::Sequence< css::beans::PropertyValue > &  xPropValues 
)
override

Definition at line 117 of file uiobject_uno.cxx.

References aMap, HIGHEST, LINK, mpObj, and Scheduler::ProcessEventsToIdle().

◆ getChild()

css::uno::Reference< css::ui::test::XUIObject > SAL_CALL UIObjectUnoObj::getChild ( const OUString &  rID)
override

Definition at line 54 of file uiobject_uno.cxx.

References mpObj, and UIObjectUnoObj().

◆ getChildren()

css::uno::Sequence< OUString > UIObjectUnoObj::getChildren ( )
override

Definition at line 174 of file uiobject_uno.cxx.

References mpObj.

◆ getHierarchy()

OUString SAL_CALL UIObjectUnoObj::getHierarchy ( )
override

Definition at line 216 of file uiobject_uno.cxx.

References mpObj.

◆ getImplementationName()

OUString SAL_CALL UIObjectUnoObj::getImplementationName ( )
override

Definition at line 201 of file uiobject_uno.cxx.

◆ getState()

css::uno::Sequence< css::beans::PropertyValue > UIObjectUnoObj::getState ( )
override

Definition at line 159 of file uiobject_uno.cxx.

References aMap, and mpObj.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > UIObjectUnoObj::getSupportedServiceNames ( )
override

Definition at line 211 of file uiobject_uno.cxx.

◆ getType()

OUString SAL_CALL UIObjectUnoObj::getType ( )
override

Definition at line 192 of file uiobject_uno.cxx.

References mpObj.

◆ supportsService()

sal_Bool UIObjectUnoObj::supportsService ( OUString const &  ServiceName)
override

Definition at line 206 of file uiobject_uno.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ mpObj

std::unique_ptr<UIObject> UIObjectUnoObj::mpObj
private

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