Overview | Namespace | Class | Index | Help |
PROTECTED MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
:: cppu ::
template< typename T >
class PropertySetMixin
- Base Classes
com::sun::star::beans::XPropertySet (public) | | com::sun::star::beans::XFastPropertySet (public) | | | | com::sun::star::beans::XPropertyAccess (public) | | | +----+----+--PropertySetMixinImpl (public) | +--PropertySetMixin
- Known Derived Classes
- None.
virtual | abstract | interface | template |
NO | NO | NO | YES |
- Summary
- A helper mixin to implement certain UNO interfaces related to property set handling on top of the attributes of a given UNO interface type.
- Description
- The UNO interface type is specified by the type parameter
T
(which must correspond to a UNO interface type). - Since
- UDK 3.2.1
- File
- propertysetmixin.hxx
Protected Members
-
Methods
PropertySetMixin( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & context, Implements implements, const com::sun::star::uno::Sequence< rtl::OUString > & absentOptional );The constructor.
~PropertySetMixin( );The destructor.
Private Members
-
Methods
PropertySetMixin( PropertySetMixin & );void
operator=( PropertySetMixin );
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.