CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
DbEvalWatchers.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
25#ifndef _ODDB_EVALWATCHERS_H_
26#define _ODDB_EVALWATCHERS_H_
27
28#include "RxObject.h"
29#include "RxModule.h"
30#include "DbEntity.h"
31#include "DbHatch.h"
32
43{
44public:
46
60 virtual void modified(OdDbObject* pObj, const OdDbObject* pAssocObj) = 0;
61 virtual void openedForModify(OdDbObject* pObj, const OdDbObject* pAssocObj);
62};
63
68
69
79{
80public:
81 virtual void modified(OdDbObject* pObj, const OdDbObject* pAssocObj);
82
97 virtual void modifiedItself(OdDbHatch* pHatch);
98
105 virtual void evaluate(OdDbHatch* pHatch, const OdDbObjectIdArray& assocObjIds);
106
115 virtual void getLoopFromIds(const OdDbHatch* pHatch,
116 OdUInt32& loopType,
117 OdDbObjectIdArray& objectIds,
118 EdgeArray& edges);
119};
120
125
126
136{
137public:
138 virtual void modified(OdDbObject* pObj, const OdDbObject* pAssocObj);
139};
140
145
146
157{
158public:
159 virtual void modified(OdDbObject* pObj, const OdDbObject* pDimStyle);
160};
161
166
177{
178public:
179 virtual void modified(OdDbObject* pObj, const OdDbObject* pEnt);
180 virtual void erased(OdDbObject* pObj, const OdDbObject* pEnt, bool bErasing);
181};
182
187
198{
199public:
200 virtual void modified(OdDbObject* pObj, const OdDbObject* pDimStyle);
201};
202
207
218{
219public:
220 virtual void copied(OdDbObject *pObj, const OdDbObject *pAssocObj, const OdDbObject *pNewObj) = 0;
221 virtual void erased(OdDbObject *pObj, const OdDbObject *pAssocObj, bool erasing = true) = 0;
222};
223
228
239{
240public:
241 virtual void modified(OdDbObject* pObj, const OdDbObject* pTableStyle);
242};
247
248
249#endif // _ODDB_EVALWATCHERS_H_
OdSmartPtr< OdDbTableWatcherPE > OdDbTableWatcherPEPtr
OdSmartPtr< OdDbBreakDataWatcherPE > OdDbBreakDataWatcherPEPtr
OdSmartPtr< OdDbDimensionWatcherPE > OdDbDimensionWatcherPEPtr
OdSmartPtr< OdDbDimAssocWatcherPE > OdDbDimAssocWatcherPEPtr
OdSmartPtr< OdDbLeaderWatcherPE > OdDbLeaderWatcherPEPtr
OdSmartPtr< OdDbFcfWatcherPE > OdDbDFcfWatcherPEPtr
OdSmartPtr< OdDbEvalWatcherPE > OdDbEvalWatcherPEPtr
OdSmartPtr< OdDbHatchWatcherPE > OdDbHatchWatcherPEPtr
#define DBENT_EXPORT
Definition: DbExport.h:67
#define DBDIM_EXPORT
Definition: DbExport.h:72
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
unsigned int OdUInt32
virtual void modified(OdDbObject *pObj, const OdDbObject *pEnt)
virtual void erased(OdDbObject *pObj, const OdDbObject *pEnt, bool bErasing)
virtual void copied(OdDbObject *pObj, const OdDbObject *pAssocObj, const OdDbObject *pNewObj)=0
virtual void erased(OdDbObject *pObj, const OdDbObject *pAssocObj, bool erasing=true)=0
virtual void modified(OdDbObject *pObj, const OdDbObject *pDimStyle)
ODRX_DECLARE_MEMBERS(OdDbEvalWatcherPE)
virtual void openedForModify(OdDbObject *pObj, const OdDbObject *pAssocObj)
virtual void modified(OdDbObject *pObj, const OdDbObject *pAssocObj)=0
virtual void modified(OdDbObject *pObj, const OdDbObject *pDimStyle)
virtual void getLoopFromIds(const OdDbHatch *pHatch, OdUInt32 &loopType, OdDbObjectIdArray &objectIds, EdgeArray &edges)
virtual void modified(OdDbObject *pObj, const OdDbObject *pAssocObj)
virtual void evaluate(OdDbHatch *pHatch, const OdDbObjectIdArray &assocObjIds)
virtual void modifiedItself(OdDbHatch *pHatch)
virtual void modified(OdDbObject *pObj, const OdDbObject *pAssocObj)
virtual void modified(OdDbObject *pObj, const OdDbObject *pTableStyle)