CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
CFxBIMPropertiesContainter Class Referenceabstract

#include <FxBIMProperty.h>

Public Member Functions

virtual ~CFxBIMPropertiesContainter ()=default
 
virtual OdDbObjectId OwnerId () const =0
 
virtual std::vector< CFxBIMPropertyPtr > & Properties ()=0
 
virtual std::map< OdString, CFxBIMPropertyPtr > & DerivedProperties ()=0
 
virtual OdVariant Property (const OdString &group, const OdString &label) const =0
 
virtual CFxBIMPropertyPtr GetProperty (const OdString &group, const OdString &label) const =0
 

Protected Member Functions

 CFxBIMPropertiesContainter ()=default
 

Detailed Description

Definition at line 73 of file FxBIMProperty.h.

Constructor & Destructor Documentation

◆ ~CFxBIMPropertiesContainter()

virtual CFxBIMPropertiesContainter::~CFxBIMPropertiesContainter ( )
virtualdefault

◆ CFxBIMPropertiesContainter()

CFxBIMPropertiesContainter::CFxBIMPropertiesContainter ( )
protecteddefault

Member Function Documentation

◆ DerivedProperties()

virtual std::map< OdString, CFxBIMPropertyPtr > & CFxBIMPropertiesContainter::DerivedProperties ( )
pure virtual

◆ GetProperty()

virtual CFxBIMPropertyPtr CFxBIMPropertiesContainter::GetProperty ( const OdString group,
const OdString label 
) const
pure virtual

◆ OwnerId()

virtual OdDbObjectId CFxBIMPropertiesContainter::OwnerId ( ) const
pure virtual

◆ Properties()

virtual std::vector< CFxBIMPropertyPtr > & CFxBIMPropertiesContainter::Properties ( )
pure virtual

◆ Property()

virtual OdVariant CFxBIMPropertiesContainter::Property ( const OdString group,
const OdString label 
) const
pure virtual

The documentation for this class was generated from the following file: