FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbProxyEntity.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
20#include "..\acad\Acad.h"
21
22template < typename Param1 > class AcArrayMemCopyReallocator;
23class AcDbExtents;
24class AcGeMatrix3d;
25class AcRxClass;
26
28{
29public:
31
33 {
34 kNoMetafile = 0,
35 kBoundingBox = 1,
36 kFullGraphics = 2
37 };
38
39 enum
40 {
41 kNoOperation = 0x000,
42 kEraseAllowed = 0x001,
43 kTransformAllowed = 0x002,
44 kColorChangeAllowed = 0x004,
45 kLayerChangeAllowed = 0x008,
46 kLinetypeChangeAllowed = 0x010,
47 kLinetypeScaleChangeAllowed = 0x020,
48 kVisibilityChangeAllowed = 0x040,
49 kCloningAllowed = 0x080,
50 kLineWeightChangeAllowed = 0x100,
51 kPlotStyleNameChangeAllowed = 0x200,
52 kDisableProxyWarning = 0x400,
53 kMaterialChangeAllowed = 0x800,
54 kAllButCloningAllowed = 0xB7F,
55 kAllAllowedBits = 0xBFF
56 };
57
58 virtual Acad::ErrorStatus explode( AcDbVoidPtrArray &)const ;
59 virtual Acad::ErrorStatus getGeomExtents( AcDbExtents &)const ;
60 virtual Acad::ErrorStatus transformBy( AcGeMatrix3d const &);
61
62 ACHAR const * originalClassName(void) const;
63 ACHAR const * originalDxfName(void) const;
64 ACHAR const * applicationDescription(void) const;
65 int proxyFlags(void) const;
66 Acad::ErrorStatus getReferences( AcDbObjectIdArray&, AcDbIntArray& ) const ;
67
69};
ACHAR const * originalClassName(void) const
virtual Acad::ErrorStatus getGeomExtents(AcDbExtents &) const
int proxyFlags(void) const
GraphicsMetafileType graphicsMetafileType(void) const
ACHAR const * applicationDescription(void) const
ACRX_DECLARE_MEMBERS(AcDbProxyEntity)
ACHAR const * originalDxfName(void) const
Acad::ErrorStatus getReferences(AcDbObjectIdArray &, AcDbIntArray &) const
virtual Acad::ErrorStatus explode(AcDbVoidPtrArray &) const
virtual Acad::ErrorStatus transformBy(AcGeMatrix3d const &)