InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CusDtLnkUIBrowseForLink Class Reference
Inheritance diagram for CusDtLnkUIBrowseForLink:
CPMUnknown< IBrowseForLink >

Public Member Functions

 CusDtLnkUIBrowseForLink (IPMUnknown *boss)
 
virtual ~CusDtLnkUIBrowseForLink ()
 
virtual IDataLinkBrowse (IDataLink *dl, bool16 bShowRelinkAll=kFalse)
 
- Public Member Functions inherited from CPMUnknown< IBrowseForLink >
IPMUnknownQueryInterface (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
 
CPMUnknownoperator= (const CPMUnknown &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from CPMUnknown< IBrowseForLink >
 CPMUnknown (IPMUnknown *boss)
 
- Protected Attributes inherited from CPMUnknown< IBrowseForLink >
HelperInterface fHelperInterface
 

Detailed Description

Implementation of IBrowseForLink.

Constructor & Destructor Documentation

Binds the C implementation class onto its ImplementationID making the C code callable by the application * CusDtLnkUIBrowseForLink::CusDtLnkUIBrowseForLink (IPMUnknownboss)

Constructor

Parameters
bossobject on which this impl aggregated
CusDtLnkUIBrowseForLink::~CusDtLnkUIBrowseForLink ()
virtual

Destructor

Member Function Documentation

IDataLink * CusDtLnkUIBrowseForLink::Browse (IDataLinkdl,
bool16 bShowRelinkAll = kFalse 
)
virtual
See Also
IBrowseForLink::Browse