/** an OPropertySetHelper implementation which is just a simple container for properties represented byclassmembers,usuallyinaderivedclass. <BR> ArestrictionofthisclassisthatnovalueconversionsaremadeonasetPropertyValuecall.Though thebaseclasssupportsthiswiththeconvertFastPropertyValuemethod,theOPropertyContaineracceptsonly valueswhichalreadyhavethecorrecttype,it'sunabletoconvert,forinstance,alongtoashort.
*/ class COMPHELPER_DLLPUBLIC OPropertyContainer
:public cppu::OPropertySetHelper
,public OPropertyContainerHelper
{ public: // this dtor is needed otherwise we can get a wrong delete operator virtual ~OPropertyContainer();
/// for scripting : the types of the interfaces supported by this class /// /// @throws css::uno::RuntimeException
css::uno::Sequence< css::uno::Type > getBaseTypes();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.