![]() | InDesign SDK 20.5 |
#include <AssignmentMgrLazyNotificationData.h>

Public Member Functions | |
| AssignmentMgrLazyNotificationData (IDataBase *db) | |
| virtual | ~AssignmentMgrLazyNotificationData () |
Public Member Functions inherited from TreeLazyNotificationData< UID > | |
| TreeLazyNotificationData () | |
| virtual | ~TreeLazyNotificationData () |
| virtual void | Add (const LazyNotificationData *other) |
| virtual LazyNotificationData * | Clone (bool16 undoData) const |
| virtual void | Validate (IDataBase *) |
| virtual void | MarkShouldRebuildAll () |
| virtual bool | ShouldRebuildAll () const |
| void | ItemAdded (const UID &item) |
| void | ItemDeleted (const UID &item) |
| void | ItemChanged (const UID &item) |
| void | ItemRebuilt (const UID &item) |
| void | ProcessChanges (TAdded Added, TDeleted Deleted, TChanged Changed, TBuild Rebuilt) |
Public Member Functions inherited from LazyNotificationData | |
| virtual | ~LazyNotificationData () |
Used by the Assignment Panel Tree Widget to dirty (and clean) particular nodes
in the tree.
| inline |
Constructor
| db | : database that the assignments belong to. |
| inlinevirtual |
Destructor