CFx SDK Documentation
2020SP3
SDK
CFx
dd_inc
PdfPublish
PdfPublishModel.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2017, 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 Teigha(R) software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Teigha(R) Copyright (C) 2002-2017 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
39
namespace
OdPdfPublish
{
40
45
class
PDFPUBLISH_TOOLKIT
OdCADModel
:
public
OdObject
46
{
47
public
:
48
//DOM-IGNORE-BEGIN
49
ODRX_DECLARE_MEMBERS
(
OdCADModel
);
50
ODRX_HEAP_OPERATORS
();
51
//DOM-IGNORE-END
52
56
OdCADModel
();
57
61
virtual
~OdCADModel
();
62
68
void
setSource
(
const
OdString
& prc_file_name);
69
70
void
setSource
(
const
OdStreamBufPtr
& pStreamPrc);
71
78
void
getSource
(
OdString
& prc_file_name)
const
;
79
80
void
getSourceName
(
OdString
& prc_file_name)
const
;
81
82
void
getSource
(
OdStreamBufPtr
& pStreamPrc)
const
;
83
84
};
85
89
SMARTPTR
(
OdCADModel
);
90
91
}
92
#endif // _PDF_PUBLISH_MODEL_INCLUDED_
93
OdString
Definition:
OdString.h:95
OdPdfPublish::OdCADModel::setSource
void setSource(const OdString &prc_file_name)
OdPdfPublish::OdCADModel::setSource
void setSource(const OdStreamBufPtr &pStreamPrc)
OdPdfPublish::OdCADModel::~OdCADModel
virtual ~OdCADModel()
OdPdfPublish::OdCADModel::ODRX_HEAP_OPERATORS
ODRX_HEAP_OPERATORS()
OdPdfPublish::OdCADModel::getSource
void getSource(OdString &prc_file_name) const
OdPdfPublish::OdCADModel::ODRX_DECLARE_MEMBERS
ODRX_DECLARE_MEMBERS(OdCADModel)
OdPdfPublish::SMARTPTR
SMARTPTR(OdFile)
OdPdfPublish::OdCADModel::OdCADModel
OdCADModel()
PDFPUBLISH_TOOLKIT
#define PDFPUBLISH_TOOLKIT
Definition:
PdfPublishDef.h:40
OdSmartPtr< OdStreamBuf >
OdPdfPublish::OdCADModel::getSourceName
void getSourceName(OdString &prc_file_name) const
OdPdfPublish
Definition:
PdfPublish.h:42
PdfPublishBaseObject.h
OdPdfPublish::OdCADModel
Definition:
PdfPublishModel.h:46
OdPdfPublish::OdCADModel::getSource
void getSource(OdStreamBufPtr &pStreamPrc) const
OdPdfPublish::OdObject
Definition:
PdfPublishBaseObject.h:71
Generated on Mon Oct 12 2020 11:49:43