CFx SDK Documentation 2024 SP0
|
#include <BcfTopic.h>
A class that stores a BCF topic metadata.
Definition at line 71 of file BcfTopic.h.
OdString OdBcf::OdBcfTopicData::m_assignedTo |
A string that contains the object the topic is assigned to.
Definition at line 107 of file BcfTopic.h.
|
protected |
A string that contains the topic's author.
Definition at line 143 of file BcfTopic.h.
OdString OdBcf::OdBcfTopicData::m_description |
A string that contains the topic's description.
Definition at line 117 of file BcfTopic.h.
|
protected |
An array of smart pointers to document references, which are related to the topic.
Definition at line 158 of file BcfTopic.h.
|
protected |
A globally unique identifier of the topic.
Definition at line 168 of file BcfTopic.h.
OdInt32 OdBcf::OdBcfTopicData::m_index |
The topic's index value.
Definition at line 92 of file BcfTopic.h.
OdStringArray OdBcf::OdBcfTopicData::m_labels |
A string array that contains the topic's labels.
Definition at line 97 of file BcfTopic.h.
|
protected |
A string that contains the name of the author that modified the topic.
Definition at line 153 of file BcfTopic.h.
OdBcfBimSnippetPtr OdBcf::OdBcfTopicData::m_pBimSnippet |
A smart pointer to the topic's BIM snippet object.
Definition at line 122 of file BcfTopic.h.
|
protected |
A smart pointer to a timestamp object that contains the date and time of the topic creation.
Definition at line 138 of file BcfTopic.h.
OdBcfTimeStampPtr OdBcf::OdBcfTopicData::m_pDueDate |
A smart pointer to the timestamp object that contains the topic's due date.
Definition at line 102 of file BcfTopic.h.
|
protected |
A smart pointer to a timestamp object that contains the date and time of the topic modification.
Definition at line 148 of file BcfTopic.h.
OdString OdBcf::OdBcfTopicData::m_priority |
A string that contains the topic's priority value.
Definition at line 87 of file BcfTopic.h.
OdStringArray OdBcf::OdBcfTopicData::m_referenceLink |
A string array that contains reference links to the topic.
Definition at line 77 of file BcfTopic.h.
|
protected |
An array of smart pointers to globally unique identifiers of related topics.
Definition at line 163 of file BcfTopic.h.
OdString OdBcf::OdBcfTopicData::m_stage |
A string that contains the topic's stage name.
Definition at line 112 of file BcfTopic.h.
OdString OdBcf::OdBcfTopicData::m_title |
A string that contains the topic's title.
Definition at line 82 of file BcfTopic.h.
OdString OdBcf::OdBcfTopicData::m_topicStatus |
A string that contains the topic's status.
Definition at line 132 of file BcfTopic.h.
OdString OdBcf::OdBcfTopicData::m_topicType |
A string that contains the topic's type.
Definition at line 127 of file BcfTopic.h.