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

Public Member Functions | |
| BookmarkLazyNotificationData (IDataBase *db) | |
| virtual | ~BookmarkLazyNotificationData () |
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 to notify UI panels of changes to the bookmarks structure in the document. Because of the hierarchical nature of bookmarks, BookmarkLazyNotificationData derives from TreeLazyNotificationData.
| inline |
Constructor
| db | : database that the bookmarks belong to. |
| inlinevirtual |
Destructor