![]() | InDesign SDK 20.5 |
#include <ILinkManager.h>
Public Types | |
| enum | Type { kLink = 0, kResource, kLinksResource } |
| typedef object_type | data_type |
Public Member Functions | |
| ChangeData (Type type, UID uid) | |
| ChangeData (const ChangeData &data) | |
| ChangeData & | operator= (const ChangeData &rhs) |
| bool | operator== (const ChangeData &rhs) const |
| bool | operator< (const ChangeData &rhs) const |
| Type | GetType () |
| UID | GetUID () |
Static Public Member Functions | |
| static ChangeData | Make (Type type, UID uid) |
Class used hold link and link resource UIDs that are contained in the ListLazyNotificationData sent with IID_ILINKDATA_CHANGED notifications.