InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IRelinkDialogOptions Class Referenceabstract

#include <IRelinkDialogOptions.h>

Inheritance diagram for IRelinkDialogOptions:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IRELINKDIALOGOPTIONS }
 

Public Member Functions

virtual void SetSearchForMissing (bool search)=0
 
virtual bool GetSearchForMissing () const =0
 
virtual void EnableSearchForMissing (bool enable)=0
 
virtual bool IsSearchForMissingEnabled () const =0
 
virtual void SetShowFilterPrefs (bool show)=0
 
virtual bool GetShowFilterPrefs () const =0
 
virtual void EnableShowFilterPrefs (bool enable)=0
 
virtual bool IsShowFilterPrefsEnabled () const =0
 
virtual void SetUserSkippedThisLink (bool skipped)=0
 
virtual bool GetUserSkippedThisLink () const =0
 
virtual void SetShowSkipButton (bool yesNo)=0
 
virtual bool GetShowSkipButton (void) const =0
 
virtual void SetRelinkCloudButtonClicked (bool clicked)=0
 
virtual bool GetRelinkCloudButtonClicked () const =0
 
virtual void SetShowPreview (bool yesNo)=0
 
virtual bool GetShowPreview (void) const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Interface for the options used to control the settings & appearance of the options in the relink dialog.

See Also
IPlaceOptions, IImportManagerOptions, IRelinkPreferences

Member Function Documentation

virtual void IRelinkDialogOptions::EnableSearchForMissing (bool enable)
pure virtual

Enable/Disable the "search for missing" control

virtual void IRelinkDialogOptions::EnableShowFilterPrefs (bool enable)
pure virtual

Enable/Disable the "show import filter prefs" control

virtual bool IRelinkDialogOptions::GetRelinkCloudButtonClicked () const
pure virtual

Get the flag that indicates if the user clicked relink cloud button this link.

virtual bool IRelinkDialogOptions::GetSearchForMissing () const
pure virtual

Get the value for the 'Search for Missing Files in this Folder' checkbox in the relink dialog

virtual bool IRelinkDialogOptions::GetShowFilterPrefs () const
pure virtual

Get the "show filter prefs" flag

virtual bool IRelinkDialogOptions::GetShowPreview (void ) const
pure virtual

Get the value of the flag to show the preview pane in the relink dialog(windows only).

virtual bool IRelinkDialogOptions::GetShowSkipButton (void ) const
pure virtual

Get the value of the flag to show the skip button in the relink dialog.

virtual bool IRelinkDialogOptions::GetUserSkippedThisLink () const
pure virtual

Get the flag that indicates if the user skipped this link.

virtual bool IRelinkDialogOptions::IsSearchForMissingEnabled () const
pure virtual

Is the "search for missing" control enabled

virtual bool IRelinkDialogOptions::IsShowFilterPrefsEnabled () const
pure virtual

Is the "show import filter prefs" control enabled

virtual void IRelinkDialogOptions::SetRelinkCloudButtonClicked (bool clicked)
pure virtual

Set the flag that indicates if the user clicked relink cloud button this link.

virtual void IRelinkDialogOptions::SetSearchForMissing (bool search)
pure virtual

Set the value for the 'Search for Missing Files in this Folder' checkbox in the relink dialog

virtual void IRelinkDialogOptions::SetShowFilterPrefs (bool show)
pure virtual

Set the "show filter prefs" flag

virtual void IRelinkDialogOptions::SetShowPreview (bool yesNo)
pure virtual

Set the flag to show the preview pane in the relink dialog(windows only).

virtual void IRelinkDialogOptions::SetShowSkipButton (bool yesNo)
pure virtual

Set the flag to show the skip button in the relink dialog.

virtual void IRelinkDialogOptions::SetUserSkippedThisLink (bool skipped)
pure virtual

Set the flag that indicates if the user skipped this link.