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

Public Member Functions | |
| PageItemDataLinkAction (IPMUnknown *boss) | |
| virtual ErrorCode | GotoLink (PMString *errorString) |
| virtual bool16 | EnableGotoLink () |
Public Member Functions inherited from CPMUnknown< IDataLinkAction > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IDataLinkAction | |
| enum | { kDefaultIID = IID_IDATALINKACTION } |
Protected Member Functions inherited from CPMUnknown< IDataLinkAction > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IDataLinkAction > | |
| HelperInterface | fHelperInterface |
An implementation of IDataLinkAction for regular page item links. An implementation for a custom link could inherit from this implementation.
| virtual |
Returns whether the go to link is allowd.
Implements IDataLinkAction.
Reimplemented in CusDtLnkAliasedDataLinkAction.
| virtual |
Shows the page where the linked page item is on. Calls IShowPageItem::Show().
| errorString | OUT, error message if failed |
Implements IDataLinkAction.
Reimplemented in CusDtLnkAliasedDataLinkAction.