|
LibreOffice Module toolkit (master) 1
|
#include <roadmapentry.hxx>
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::IPropertyArrayHelper * | createArrayHelper () 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::mutex & | theMutex () |
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::IPropertyArrayHelper * | s_pProps |
Definition at line 36 of file roadmapentry.hxx.
| ORoadmapEntry::ORoadmapEntry | ( | ) |
Definition at line 26 of file roadmapentry.cxx.
References m_bEnabled, m_bInteractive, m_nID, m_sLabel, comphelper::OPropertyContainerHelper::registerProperty(), RM_PROPERTY_ID_ENABLED, RM_PROPERTY_ID_ID, RM_PROPERTY_ID_INTERACTIVE, and RM_PROPERTY_ID_LABEL.
|
overridevirtual |
Implements comphelper::OPropertyArrayUsageHelper< ORoadmapEntry >.
Definition at line 96 of file roadmapentry.cxx.
References comphelper::OPropertyContainerHelper::describeProperties().
|
overridevirtual |
Definition at line 75 of file roadmapentry.cxx.
|
override |
Definition at line 90 of file roadmapentry.cxx.
References comphelper::OPropertyArrayUsageHelper< ORoadmapEntry >::getArrayHelper().
|
overridevirtual |
Definition at line 85 of file roadmapentry.cxx.
|
overridevirtual |
Definition at line 80 of file roadmapentry.cxx.
References ServiceName, and cppu::supportsService().
| bool ORoadmapEntry::m_bEnabled |
Definition at line 65 of file roadmapentry.hxx.
Referenced by ORoadmapEntry().
| bool ORoadmapEntry::m_bInteractive |
Definition at line 66 of file roadmapentry.hxx.
Referenced by ORoadmapEntry().
| sal_Int32 ORoadmapEntry::m_nID |
Definition at line 64 of file roadmapentry.hxx.
Referenced by ORoadmapEntry().
| OUString ORoadmapEntry::m_sLabel |
Definition at line 63 of file roadmapentry.hxx.
Referenced by ORoadmapEntry().