#include <IRelinkDialogOptions.h>
|
| enum | { kDefaultIID = IID_IRELINKDIALOGOPTIONS } |
| |
Interface for the options used to control the settings & appearance of the options in the relink dialog.
- See Also
- IPlaceOptions, IImportManagerOptions, IRelinkPreferences
| 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.