UDK 3.2.7 C/C++ API Reference
|
OPropertySetHelper plus XPropertySetOption. More...
#include <propshlp.hxx>
Public Member Functions | |
OPropertySetHelper2 (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents=NULL, bool bIgnoreRuntimeExceptionsWhileFiring=false) | |
Constructor. | |
virtual ::com::sun::star::uno::Any | queryInterface (const ::com::sun::star::uno::Type &rType) throw (::com::sun::star::uno::RuntimeException) |
Only returns a reference to XMultiPropertySet, XFastPropertySet, XPropertySet and XEventListener. | |
virtual void | enableChangeListenerNotification (sal_Bool bEnable) throw (::com::sun::star::uno::RuntimeException) |
Protected Member Functions | |
virtual | ~OPropertySetHelper2 () throw () |
You must call disposing before destruction. |
OPropertySetHelper plus XPropertySetOption.
cppu::OPropertySetHelper2::OPropertySetHelper2 | ( | OBroadcastHelper & | rBHelper, |
IEventNotificationHook * | i_pFireEvents = NULL , |
||
bool | bIgnoreRuntimeExceptionsWhileFiring = false |
||
) | [explicit] |
Constructor.
See OPropertySetHelper constructors documentation
virtual cppu::OPropertySetHelper2::~OPropertySetHelper2 | ( | ) | throw () [protected, virtual] |
You must call disposing before destruction.
virtual void cppu::OPropertySetHelper2::enableChangeListenerNotification | ( | sal_Bool | bEnable | ) | throw (::com::sun::star::uno::RuntimeException) [virtual] |
virtual ::com::sun::star::uno::Any cppu::OPropertySetHelper2::queryInterface | ( | const ::com::sun::star::uno::Type & | rType | ) | throw (::com::sun::star::uno::RuntimeException) |
Only returns a reference to XMultiPropertySet, XFastPropertySet, XPropertySet and XEventListener.
Reimplemented from cppu::OPropertySetHelper.