CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
BcfTopicFolder.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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-2022 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 _BFC_TOPIC_FOLDER_H
25#define _BFC_TOPIC_FOLDER_H
26
27#include "BcfCommon.h"
28#include "OdGUID.h"
29#include "OdArray.h"
30#define STL_USING_MAP
31#include "OdaSTL.h"
32
36namespace OdBcf {
37
38 class OdBcfMarkup;
40
41 class OdBcfVisualizationInfo;
43
48
53 {
54 public:
55
56 //DOM-IGNORE-BEGIN
58 //DOM-IGNORE-END
59
67 const OdBcfMarkupPtr &pMarkup,
68 const OdBcfVisualizationInfoArray &visualizationInfo);
69
74 virtual bool validate() const;
75
80 void setMarkup(const OdBcfMarkupPtr &markupValue);
81
89
96 const OdBcfMarkupPtr& getMarkup() const;
97
102 bool isMarkupUnset() const;
103
108 void setVisualizationInfo(const OdBcfVisualizationInfoArray &visualizationInfoValue);
109
117
125
131
132
133 //DOM-IGNORE-BEGIN
134 protected:
139 //DOM-IGNORE-END
140 };
141
146
150 typedef std::map<OdGUID, OdBcfTopicFolderPtr> OdBcfTopicFolderMap;
151
152} //namespace OdBcf
153
154#endif // _BFC_TOPIC_FOLDER_H
#define BCF_EXPORT
virtual bool validate() const
bool isVisualizationInfoUnset() const
const OdBcfVisualizationInfoArray & getVisualizationInfo() const
void setMarkup(const OdBcfMarkupPtr &markupValue)
OdBcfVisualizationInfoArray m_visualizationInfo
static OdSmartPtr< OdBcfTopicFolder > createObject(const OdBcfMarkupPtr &pMarkup, const OdBcfVisualizationInfoArray &visualizationInfo)
OdBcfMarkupPtr m_pMarkup
void setVisualizationInfo(const OdBcfVisualizationInfoArray &visualizationInfoValue)
const OdBcfMarkupPtr & getMarkup() const
OdBcfVisualizationInfoArray & getVisualizationInfo()
bool isMarkupUnset() const
ODRX_DECLARE_MEMBERS(OdBcfTopicFolder)
OdBcfMarkupPtr & getMarkup()
OdSmartPtr< OdBcfMarkup > OdBcfMarkupPtr
std::map< OdGUID, OdBcfTopicFolderPtr > OdBcfTopicFolderMap
Definition: BcfArchive.h:48
OdArray< OdBcfVisualizationInfoPtr > OdBcfVisualizationInfoArray
Definition: BcfSession.h:104
OdSmartPtr< OdBcfVisualizationInfo > OdBcfVisualizationInfoPtr
OdSmartPtr< OdBcfTopicFolder > OdBcfTopicFolderPtr
Definition: BcfArchive.h:47