CFx SDK Documentation
2024 SP0
Loading...
Searching...
No Matches
SDK
CFx
dd_inc
DynamicBlocks
DbDynamicBlockPurgePreventer.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 _DBDYNAMICBLOCKPURGEPREVENTER__INCLUDED_
25
#define _DBDYNAMICBLOCKPURGEPREVENTER__INCLUDED_
26
27
#include "
DbBlockRepresentationData.h
"
28
#include "
DbEvalGraph.h
"
29
#include "
RxDictionary.h
"
30
36
class
DYNBLOCKS_EXPORT
OdDbDynamicBlockPurgePreventer
:
public
OdDbBlockRepresentationData
37
{
38
public
:
39
ODDB_DECLARE_MEMBERS
(
OdDbDynamicBlockPurgePreventer
);
40
static
OdSmartPtr<OdDbDynamicBlockPurgePreventer>
safeCreateByClassName();
41
OdResult
dwgInFields
(
OdDbDwgFiler
* pFiler);
42
void
dwgOutFields
(
OdDbDwgFiler
* pFiler)
const
;
43
OdResult
dxfInFields
(
OdDbDxfFiler
* pFiler);
44
void
dxfOutFields
(
OdDbDxfFiler
* pFiler)
const
;
45
OdDbDynamicBlockPurgePreventer
();
46
};
47
48
typedef
OdSmartPtr<OdDbDynamicBlockPurgePreventer>
OdDbDynamicBlockPurgePreventerPtr
;
49
50
inline
OdDbDynamicBlockPurgePreventerPtr
OdDbDynamicBlockPurgePreventer::safeCreateByClassName
() {
51
return ::odrxSafeCreateObject<OdDbDynamicBlockPurgePreventer>(
"AcDbDynamicBlockPurgePreventer"
,
"TD_DynBlock"
);
52
}
53
54
55
56
#endif
// _DBDYNAMICBLOCKPURGEPREVENTER__INCLUDED_
DbBlockRepresentationData.h
OdDbDynamicBlockPurgePreventerPtr
OdSmartPtr< OdDbDynamicBlockPurgePreventer > OdDbDynamicBlockPurgePreventerPtr
Definition:
DbDynamicBlockPurgePreventer.h:48
DbEvalGraph.h
DYNBLOCKS_EXPORT
#define DYNBLOCKS_EXPORT
Definition:
DbEvalGraph.h:91
OdResult
OdResult
Definition:
OdResult.h:29
RxDictionary.h
OdDbBlockRepresentationData
Definition:
DbBlockRepresentationData.h:35
OdDbDwgFiler
Definition:
DbFiler.h:1031
OdDbDxfFiler
Definition:
DbFiler.h:194
OdDbDynamicBlockPurgePreventer
Definition:
DbDynamicBlockPurgePreventer.h:37
OdDbDynamicBlockPurgePreventer::dxfInFields
OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdDbDynamicBlockPurgePreventer::safeCreateByClassName
static OdSmartPtr< OdDbDynamicBlockPurgePreventer > safeCreateByClassName()
Definition:
DbDynamicBlockPurgePreventer.h:50
OdDbDynamicBlockPurgePreventer::dxfOutFields
void dxfOutFields(OdDbDxfFiler *pFiler) const
OdDbDynamicBlockPurgePreventer::dwgInFields
OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdDbDynamicBlockPurgePreventer::OdDbDynamicBlockPurgePreventer
OdDbDynamicBlockPurgePreventer()
OdDbDynamicBlockPurgePreventer::dwgOutFields
void dwgOutFields(OdDbDwgFiler *pFiler) const
OdDbDynamicBlockPurgePreventer::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbDynamicBlockPurgePreventer)
OdSmartPtr
Definition:
SmartPtr.h:58
Generated on Wed Apr 5 2023 17:29:14