CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
PdfPublishCollection.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
26//
27// PdfPublishCollection.h
28//
30
31#ifndef _PDF_PUBLISH_COLLECTION_INCLUDED_
32#define _PDF_PUBLISH_COLLECTION_INCLUDED_
33
38
43namespace OdPdfPublish{
44
48class PDFPUBLISH_TOOLKIT OdCollection : public OdObject
49{
50 //DOM-IGNORE-BEGIN
51protected:
53 //DOM-IGNORE-END
54public:
55 //DOM-IGNORE-BEGIN
58 //DOM-IGNORE-END
59
63 virtual ~OdCollection();
64
70 void addColumn(const OdCollectionColumnPtr& column);
71
77 void setColumns(const OdCollectionColumnPtrArray& columns);
78
86 void setInitialFile(const OdAttachedFilePtr& file);
87
98
105
112
119
126
133
139 void setRootFolder(const OdAttachedFolderPtr& folder);
140
147 void getColumns(OdCollectionColumnPtrArray& columns) const;
148
155 void getInitialFile(OdAttachedFilePtr& file) const;
156
167
174 void getBackgroundColor(ODCOLORREF& color) const;
175
183
190 void getCardBorderColor(ODCOLORREF& color) const;
191
198 void getPrimaryTextColor(ODCOLORREF& color) const;
199
207
214 void getRootFolder(OdAttachedFolderPtr& folder) const;
215};
216
221
222}
223#endif // _PDF_PUBLISH_COLLECTION_INCLUDED_
224
#define SMARTPTR(classname)
Definition IfcCommon.h:33
#define ODCOLORREF
#define PDFPUBLISH_TOOLKIT
void setRootFolder(const OdAttachedFolderPtr &folder)
void getSecondaryTextColor(ODCOLORREF &color) const
void setInitialFile(const OdAttachedFilePtr &file)
void addColumn(const OdCollectionColumnPtr &column)
void getCardBorderColor(ODCOLORREF &color) const
void setBackgroundColor(const ODCOLORREF color)
void getPrimaryTextColor(ODCOLORREF &color) const
void setInitalViewType(const CollectionSchema::InitialView view_type)
void getRootFolder(OdAttachedFolderPtr &folder) const
void setSecondaryTextColor(const ODCOLORREF color)
void setCardBorderColor(const ODCOLORREF color)
void setColumns(const OdCollectionColumnPtrArray &columns)
void setPrimaryTextColor(const ODCOLORREF color)
void getCardBackgroundColor(ODCOLORREF &color) const
void setCardBackgroundColor(const ODCOLORREF color)
void getInitalViewType(CollectionSchema::InitialView view_type) const
void getBackgroundColor(ODCOLORREF &color) const
void getInitialFile(OdAttachedFilePtr &file) const
ODRX_DECLARE_MEMBERS(OdCollection)
void getColumns(OdCollectionColumnPtrArray &columns) const