LibreOffice Module comphelper (master) 1
|
Access to this class must be protected by the SolarMutex. More...
#include <configurationlistener.hxx>
Public Member Functions | |
ConfigurationListenerProperty (const rtl::Reference< ConfigurationListener > &xListener, const OUString &rProp) | |
Provide a mirror of the configmgr's version of this property for the lifecycle of this property. More... | |
virtual | ~ConfigurationListenerProperty () override |
uno_type | get () const |
Public Member Functions inherited from comphelper::ConfigurationListenerPropertyBase | |
virtual | ~ConfigurationListenerPropertyBase () |
virtual void | setProperty (const css::uno::Any &aProperty)=0 |
void | dispose () |
Protected Member Functions | |
virtual void | setProperty (const css::uno::Any &aProperty) override |
Private Attributes | |
uno_type | maValue |
Additional Inherited Members | |
Public Attributes inherited from comphelper::ConfigurationListenerPropertyBase | |
OUString | maName |
rtl::Reference< ConfigurationListener > | mxListener |
Access to this class must be protected by the SolarMutex.
Definition at line 40 of file configurationlistener.hxx.
|
inline |
Provide a mirror of the configmgr's version of this property for the lifecycle of this property.
The property value tracks the same value in the configuration.
Definition at line 103 of file configurationlistener.hxx.
References comphelper::ConfigurationListenerPropertyBase::maName, maValue, and comphelper::ConfigurationListenerPropertyBase::mxListener.
|
inlineoverridevirtual |
Definition at line 111 of file configurationlistener.hxx.
References mxListener.
|
inline |
Definition at line 59 of file configurationlistener.hxx.
References comphelper::ConfigurationListenerProperty< uno_type >::maValue.
|
inlineoverrideprotectedvirtual |
Implements comphelper::ConfigurationListenerPropertyBase.
Definition at line 44 of file configurationlistener.hxx.
References comphelper::ConfigurationListenerProperty< uno_type >::maValue.
|
private |
Definition at line 42 of file configurationlistener.hxx.
Referenced by comphelper::ConfigurationListenerProperty< uno_type >::get(), and comphelper::ConfigurationListenerProperty< uno_type >::setProperty().