FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbAssocAction.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
19#include "..\acad\Acad.h"
20
21template < typename Param1 > class AcArrayMemCopyReallocator;
25class AcDbObject;
26class AcDbObjectId;
27class AcRxClass;
28class AcRxObject;
29
31{
32
33public:
39 bool isEqualTo( AcDbAssocAction const *)const ;
48 Acad::ErrorStatus addDependency( AcDbObjectId const &,bool = 1);
49 Acad::ErrorStatus evaluateDependencies(void);
50 Acad::ErrorStatus getDependencies(bool,bool, AcDbObjectIdArray &)const ;
51 Acad::ErrorStatus getDependentObjects(bool,bool, AcDbObjectIdArray &)const ;
53 Acad::ErrorStatus removeAllDependencies(bool);
54 Acad::ErrorStatus removeDependency( AcDbObjectId const &,bool);
55 Acad::ErrorStatus setActionBody( AcDbObjectId const &);
56 Acad::ErrorStatus setOwningNetwork( AcDbObjectId const &,bool);
57 Acad::ErrorStatus setStatus( AcDbAssocStatus,bool = 1,bool = 0);
58
60
61 static Acad::ErrorStatus __cdecl getActionsDependentOnObject( AcDbObject const *,bool,bool, AcDbObjectIdArray &);
62
64
65 void dependentObjectCloned( AcDbAssocDependency const *, AcDbObject const *, AcDbObject const *);
66 void evaluate( AcDbAssocEvaluationCallback *);
67 void evaluateDependency( AcDbAssocDependency *);
68 void getDependentActionsToEvaluate( AcDbActionsToEvaluateCallback *)const ;
69
70};
AcDbAssocCreateImpObject
@ kAcDbAssocCreateImpObject
AcDbAssocStatus
AcDbAssocEvaluationPriority
Acad::ErrorStatus ErrorStatus
Definition acdbabb.h:21
#define ACRX_DECLARE_MEMBERS(classname)
Definition addmacro.h:756
bool isActionEvaluationInProgress(void) const
Acad::ErrorStatus getDependentObjects(bool, bool, AcDbObjectIdArray &) const
bool isEqualTo(AcDbAssocAction const *) const
bool areDependenciesEqual(AcDbAssocDependency const *, AcDbAssocDependency const *) const
bool hasDependencyCachedValue(AcDbAssocDependency const *) const
AcDbObjectId owningNetwork(void) const
AcDbAssocAction(AcDbAssocCreateImpObject=kAcDbAssocCreateImpObject)
Acad::ErrorStatus setStatus(AcDbAssocStatus, bool=1, bool=0)
Acad::ErrorStatus setOwningNetwork(AcDbObjectId const &, bool)
AcDbAssocEvaluationCallback * currentEvaluationCallback(void) const
Acad::ErrorStatus ownedDependencyStatusChanged(AcDbAssocDependency *, AcDbAssocStatus)
AcDbAssocEvaluationPriority evaluationPriority(void) const
bool isOwnedDependency(AcDbAssocDependency const *) const
Acad::ErrorStatus addDependency(AcDbObjectId const &, bool=1)
Acad::ErrorStatus evaluateDependencies(void)
bool areDependenciesOnTheSameThing(AcDbAssocDependency const *, AcDbAssocDependency const *) const
Acad::ErrorStatus setActionBody(AcDbObjectId const &)
Acad::ErrorStatus removeDependency(AcDbObjectId const &, bool)
AcDbObjectId actionBody(void) const
bool isExternalDependency(AcDbAssocDependency const *) const
Acad::ErrorStatus removeAllDependencies(bool)
AcDbAssocStatus status(void) const
Acad::ErrorStatus getDependencies(bool, bool, AcDbObjectIdArray &) const
bool isRelevantDependencyChange(AcDbAssocDependency const *) const