CFx SDK Documentation
2023 SP0
|
#include <BcfFile.h>
Protected Attributes | |
friend | OdBcfSession |
Protected Attributes inherited from OdBcf::OdBcfFileData | |
OdString | m_filename |
OdString | m_reference |
OdBcfFileAttributesGroup | m_fileAttributes |
OdBcfTimeStampPtr | m_pDate |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
OdBcf::OdBcfFile::OdBcfFile | ( | ) |
Creates a new object with default parameters.
OdBcf::OdBcfFile::DECLARE_ACCESSORS | ( | Date | , |
OdBcfTimeStampPtr | , | ||
m_pDate | |||
) |
OdBcf::OdBcfFile::DECLARE_ACCESSORS | ( | FileAttributes | , |
OdBcfFileAttributesGroup | , | ||
m_fileAttributes | |||
) |
OdBcf::OdBcfFile::DECLARE_ACCESSORS | ( | Filename | , |
OdString | , | ||
m_filename | |||
) |
OdBcf::OdBcfFile::DECLARE_ACCESSORS | ( | Reference | , |
OdString | , | ||
m_reference | |||
) |
|
virtual |
Reads XML data into ODA data structures.
pParent | [in] A pointer to parent element of the data structure. |
Implements OdBcf::OdBcfElement.
OdBcf::OdBcfFile::ODRX_DECLARE_MEMBERS | ( | OdBcfFile | ) |
OdBcfFile& OdBcf::OdBcfFile::operator= | ( | const OdBcfFileData & | val | ) |
|
virtual |
Writes data into XML structures.
pParent | [in] A pointer to parent element of the data structure. |
Implements OdBcf::OdBcfElement.
|
virtual |
Checks if instance has all required fields initialized.
Implements OdBcf::OdBcfElement.