CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
PdfPublishView.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
26//
27// PdfPublishView.h
28//
30
31#ifndef _PDF_PUBLISH_VIEW_INCLUDED_
32#define _PDF_PUBLISH_VIEW_INCLUDED_
33
35#include "PdfPublishCamera.h"
36
41namespace OdPdfPublish{
42
47{
48 //DOM-IGNORE-BEGIN
49protected:
51 //DOM-IGNORE-END
52public:
53 //DOM-IGNORE-BEGIN
56 //DOM-IGNORE-END
57
61 virtual ~OdView();
62
69
76
82 void setCamera(const OdCameraPtr& camera);
83
90
97 void setDefault(bool state);
98
108
118
126
134
141 void getCamera(OdCameraPtr& camera) const;
142
152 void getDefault(bool& state) const;
153
160 void getBackgroundColor(ODCOLORREF& color) const;
161
171 void getLighting(Lighting::Mode& mode) const;
172
182 void getRendering(Rendering::Mode& mode) const;
183
184};
185
190
191}
192#endif // _PDF_PUBLISH_VIEW_INCLUDED_
193
#define SMARTPTR(classname)
Definition: IfcCommon.h:33
#define ODCOLORREF
Definition: OdPlatform.h:933
#define PDFPUBLISH_TOOLKIT
Definition: PdfPublishDef.h:40
void getExternalName(OdString &name) const
ODRX_DECLARE_MEMBERS(OdView)
void getLighting(Lighting::Mode &mode) const
void setRendering(Rendering::Mode mode)
void setDefault(bool state)
void setExternalName(const OdString &name)
void getCamera(OdCameraPtr &camera) const
void getRendering(Rendering::Mode &mode) const
void setLighting(Lighting::Mode mode)
void setBackgroundColor(ODCOLORREF color)
void setInternalName(const OdString &name)
void setCamera(const OdCameraPtr &camera)
void getInternalName(OdString &name) const
void getBackgroundColor(ODCOLORREF &color) const
void getDefault(bool &state) const
GLuint const GLchar * name
Definition: gles2_ext.h:265