|
CFx SDK Documentation 2024 SP0
|
#include <BcfVersion.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdBcfVersion) | |
| OdBcfVersion () | |
| virtual OdResult | inFields (TiXmlElement *pParent) ODRX_OVERRIDE |
| virtual OdResult | outFields (TiXmlElement *pParent) const ODRX_OVERRIDE |
| virtual bool | validate () const ODRX_OVERRIDE |
Public Member Functions inherited from OdBcf::OdBcfElement | |
| ODRX_DECLARE_MEMBERS (OdBcfElement) | |
| virtual OdResult | inFields (TiXmlElement *pParent)=0 |
| virtual OdResult | outFields (TiXmlElement *pParent) const =0 |
| virtual bool | validate () const =0 |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Member Functions | |
| void | setDetailedVersion (const OdString &detailedVersionValue) |
| OdString & | getDetailedVersion () |
| const OdString & | getDetailedVersion () const |
| bool | isDetailedVersionUnset () const |
| void | setVersionId (const OdString &versionIdValue) |
| OdString & | getVersionId () |
| const OdString & | getVersionId () const |
| bool | isVersionIdUnset () const |
Protected Attributes | |
| OdString | m_detailedVersion |
| OdString | m_versionId |
| friend | OdBcfSession |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
A class that stores and operates the information about a version.
Definition at line 41 of file BcfVersion.h.
| OdBcf::OdBcfVersion::OdBcfVersion | ( | ) |
Creates a new version object with default parameters.
|
protected |
Retrieves the detailed version information.
|
protected |
Retrieves the detailed version information.
|
protected |
Retrieves the version identifier.
|
protected |
Retrieves the version identifier.
|
virtual |
Reads XML data into ODA data structures.
| pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
|
protected |
Defines whether the detailed version information is not initialized.
|
protected |
Defines whether the version identifier is not initialized.
| OdBcf::OdBcfVersion::ODRX_DECLARE_MEMBERS | ( | OdBcfVersion | ) |
|
virtual |
Writes data into XML structures.
| pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
Sets the detailed version information.
| detailedVersionValue | [in] A string that contains the detailed version information. |
Sets the identifier of the version.
| versionIdValue | [in] A string that contains the identifier of the version. |
|
virtual |
Checks whether the version instance has all required fields initialized.
Implements OdBcf::OdBcfElement.
|
protected |
The detailed version.
Definition at line 77 of file BcfVersion.h.
|
protected |
The identifier of the version.
Definition at line 79 of file BcfVersion.h.
|
protected |
Definition at line 138 of file BcfVersion.h.