CFx SDK Documentation
2026 SP0
Loading...
Searching...
No Matches
SDK
CFx
dd_inc
PdfPublish
PdfPublishModel.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
// PdfPublishModel.h
28
//
30
31
#ifndef _PDF_PUBLISH_MODEL_INCLUDED_
32
#define _PDF_PUBLISH_MODEL_INCLUDED_
33
34
#include "
PdfPublishBaseObject.h
"
35
40
namespace
OdPdfPublish
{
41
46
class
PDFPUBLISH_TOOLKIT
OdCADModel
:
public
OdObject
47
{
48
//DOM-IGNORE-BEGIN
49
protected
:
50
OdCADModel
();
51
//DOM-IGNORE-END
52
public
:
53
//DOM-IGNORE-BEGIN
54
ODRX_DECLARE_MEMBERS
(
OdCADModel
);
55
ODRX_HEAP_OPERATORS
();
56
//DOM-IGNORE-END
57
61
virtual
~OdCADModel
();
62
68
void
setSource
(
const
OdString
& prc_file_name);
69
75
void
setSource
(
const
OdStreamBufPtr
& pStreamPrc);
76
83
void
getSource
(
OdString
& prc_file_name)
const
;
84
91
void
getSourceName
(
OdString
& prc_file_name)
const
;
92
99
void
getSource
(
OdStreamBufPtr
& pStreamPrc)
const
;
100
101
};
102
106
SMARTPTR
(
OdCADModel
);
107
108
}
109
#endif
// _PDF_PUBLISH_MODEL_INCLUDED_
110
OdStreamBufPtr
OdSmartPtr< OdStreamBuf > OdStreamBufPtr
Definition
DbPageController.h:36
SMARTPTR
#define SMARTPTR(classname)
Definition
IfcCommon.h:33
PdfPublishBaseObject.h
PDFPUBLISH_TOOLKIT
#define PDFPUBLISH_TOOLKIT
Definition
PdfPublishDef.h:40
OdPdfPublish::OdCADModel
Definition
PdfPublishModel.h:47
OdPdfPublish::OdCADModel::setSource
void setSource(const OdStreamBufPtr &pStreamPrc)
OdPdfPublish::OdCADModel::OdCADModel
OdCADModel()
OdPdfPublish::OdCADModel::getSource
void getSource(OdString &prc_file_name) const
OdPdfPublish::OdCADModel::getSourceName
void getSourceName(OdString &prc_file_name) const
OdPdfPublish::OdCADModel::setSource
void setSource(const OdString &prc_file_name)
OdPdfPublish::OdCADModel::ODRX_HEAP_OPERATORS
ODRX_HEAP_OPERATORS()
OdPdfPublish::OdCADModel::getSource
void getSource(OdStreamBufPtr &pStreamPrc) const
OdPdfPublish::OdCADModel::ODRX_DECLARE_MEMBERS
ODRX_DECLARE_MEMBERS(OdCADModel)
OdPdfPublish::OdCADModel::~OdCADModel
virtual ~OdCADModel()
OdString
Definition
OdString.h:97
OdPdfPublish
Definition
PdfPublish.h:44
Generated on Tue Apr 15 2025 11:30:04