CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
Bcf_2_1TopicFolder.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24#ifndef _BCF_2_1_TOPIC_FOLDER_H
25#define _BCF_2_1_TOPIC_FOLDER_H
26
27#include "BcfCommon.h"
28#include "BcfValidation.h"
29#include "OdGUID.h"
30#include "OdArray.h"
31#define STL_USING_MAP
32#include "OdaSTL.h"
33
37namespace OdBcf_2_1 {
38
39 class OdBcfMarkup;
41
42 class OdBcfVisualizationInfo;
44
49
53 class BCF_2_1_EXPORT OdBcfTopicFolder : public OdRxObject, public OdBcf::OdBcfValidation
54 {
55 public:
56
57 //DOM-IGNORE-BEGIN
59 //DOM-IGNORE-END
60
68 const OdBcfMarkupPtr &pMarkup,
69 const OdBcfVisualizationInfoArray &visualizationInfo);
70
75 void setMarkup(const OdBcfMarkupPtr &markupValue);
76
84
91 const OdBcfMarkupPtr& getMarkup() const;
92
97 bool isMarkupUnset() const;
98
103 void setVisualizationInfo(const OdBcfVisualizationInfoArray &visualizationInfoValue);
104
112
120
126
127
128 //DOM-IGNORE-BEGIN
129 protected:
134
139 virtual bool validateData() const ODRX_OVERRIDE;
140 //DOM-IGNORE-END
141 };
142
147
152
153} //namespace OdBcf_2_1
154
155#endif // _BCF_2_1_TOPIC_FOLDER_H
#define BCF_2_1_EXPORT
#define ODRX_OVERRIDE
static OdSmartPtr< OdBcfTopicFolder > createObject(const OdBcfMarkupPtr &pMarkup, const OdBcfVisualizationInfoArray &visualizationInfo)
void setVisualizationInfo(const OdBcfVisualizationInfoArray &visualizationInfoValue)
void setMarkup(const OdBcfMarkupPtr &markupValue)
virtual bool validateData() const ODRX_OVERRIDE
const OdBcfVisualizationInfoArray & getVisualizationInfo() const
bool isVisualizationInfoUnset() const
const OdBcfMarkupPtr & getMarkup() const
OdBcfVisualizationInfoArray & getVisualizationInfo()
OdBcfVisualizationInfoArray m_visualizationInfo
ODRX_DECLARE_MEMBERS(OdBcfTopicFolder)
OdBcfMarkupPtr & getMarkup()
OdSmartPtr< OdBcfVisualizationInfo > OdBcfVisualizationInfoPtr
std::map< OdGUID, OdBcfTopicFolderPtr > OdBcfTopicFolderMap
OdArray< OdBcfVisualizationInfoPtr > OdBcfVisualizationInfoArray
OdSmartPtr< OdBcfMarkup > OdBcfMarkupPtr
OdSmartPtr< OdBcfTopicFolder > OdBcfTopicFolderPtr