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

#include <roadmapentry.hxx>

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

Public Member Functions

 ORoadmapEntry ()
 
DECLARE_XINTERFACE() DECLARE_XTYPEPROVIDER() private virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
- Public Member Functions inherited from comphelper::OMutexAndBroadcastHelper
 OMutexAndBroadcastHelper ()
 
::osl::Mutex & GetMutex ()
 
::cppu::OBroadcastHelperGetBroadcastHelper ()
 
const ::cppu::OBroadcastHelperGetBroadcastHelper () const
 
- Public Member Functions inherited from comphelper::OPropertyContainer
virtual ~OPropertyContainer ()
 
- Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< ORoadmapEntry >
 OPropertyArrayUsageHelper ()
 
virtual ~OPropertyArrayUsageHelper ()
 
::cppu::IPropertyArrayHelpergetArrayHelper ()
 

Public Attributes

OUString m_sLabel
 
sal_Int32 m_nID
 
bool m_bEnabled
 
bool m_bInteractive
 

Additional Inherited Members

- Protected Member Functions inherited from comphelper::OPropertyContainer
 OPropertyContainer (::cppu::OBroadcastHelper &_rBHelper)
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
virtual css::uno::Any SAL_CALL getFastPropertyValue (sal_Int32 nHandle) override final
 
virtual void getFastPropertyValue (std::unique_lock< std::mutex > &rGuard, css::uno::Any &rValue, sal_Int32 nHandle) const =0
 
virtual void SAL_CALL setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) override final
 
- Protected Member Functions inherited from comphelper::OPropertyContainerHelper
 OPropertyContainerHelper ()
 
 ~OPropertyContainerHelper ()
 
void registerProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void *_pPointerToMember, const css::uno::Type &_rMemberType)
 
void registerMayBeVoidProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, css::uno::Any *_pPointerToMember, const css::uno::Type &_rExpectedType)
 
void registerPropertyNoMember (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const css::uno::Type &_rType, css::uno::Any const &_pInitialValue)
 
void revokeProperty (sal_Int32 _nHandle)
 
bool isRegisteredProperty (sal_Int32 _nHandle) const
 
bool isRegisteredProperty (const OUString &_rName) const
 
bool convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)
 
void setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue)
 
void getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const
 
void describeProperties (css::uno::Sequence< css::beans::Property > &_rProps) const
 
const css::beans::Property & getProperty (const OUString &_rName) const
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const =0
 
- Static Protected Member Functions inherited from comphelper::OPropertyContainer
static css::uno::Sequence< css::uno::Type > getBaseTypes ()
 
- Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< ORoadmapEntry >
static std::mutextheMutex ()
 
- Protected Attributes inherited from comphelper::OMutexAndBroadcastHelper
::osl::Mutex m_aMutex
 
::cppu::OBroadcastHelper m_aBHelper
 
- Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< ORoadmapEntry >
static sal_Int32 s_nRefCount
 
::cppu::IPropertyArrayHelpers_pProps
 

Detailed Description

Definition at line 36 of file roadmapentry.hxx.

Constructor & Destructor Documentation

◆ ORoadmapEntry()

ORoadmapEntry::ORoadmapEntry ( )

Member Function Documentation

◆ createArrayHelper()

cppu::IPropertyArrayHelper * ORoadmapEntry::createArrayHelper ( ) const
overridevirtual

◆ getImplementationName()

OUString SAL_CALL ORoadmapEntry::getImplementationName ( )
overridevirtual

Definition at line 75 of file roadmapentry.cxx.

◆ getInfoHelper()

cppu::IPropertyArrayHelper & ORoadmapEntry::getInfoHelper ( )
override

◆ getSupportedServiceNames()

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

Definition at line 85 of file roadmapentry.cxx.

◆ supportsService()

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

Definition at line 80 of file roadmapentry.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_bEnabled

bool ORoadmapEntry::m_bEnabled

Definition at line 65 of file roadmapentry.hxx.

Referenced by ORoadmapEntry().

◆ m_bInteractive

bool ORoadmapEntry::m_bInteractive

Definition at line 66 of file roadmapentry.hxx.

Referenced by ORoadmapEntry().

◆ m_nID

sal_Int32 ORoadmapEntry::m_nID

Definition at line 64 of file roadmapentry.hxx.

Referenced by ORoadmapEntry().

◆ m_sLabel

OUString ORoadmapEntry::m_sLabel

Definition at line 63 of file roadmapentry.hxx.

Referenced by ORoadmapEntry().


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