![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ILIVEEDITSELECTIONSUITE } |
Public Member Functions | |
| virtual bool16 | CanSaveEdits () const =0 |
| virtual bool16 | CanExport () const =0 |
| virtual bool16 | CanCheckIn () const =0 |
| virtual bool16 | CanCancelCheckOut () const =0 |
| virtual bool16 | CanCheckOut () const =0 |
| virtual bool16 | Export (const IDFile *destinationDir=nil, IAssignment::AssignmentCompatibility exportCompatibility=IAssignment::kUnassignedCompatibility) const =0 |
| virtual bool16 | CheckOut () const =0 |
| virtual bool16 | CancelCheckOut () const =0 |
| virtual bool16 | CheckIn () const =0 |
| virtual bool16 | CheckInAll () const =0 |
| virtual bool16 | Relink () const =0 |
| virtual bool16 | SaveEdits () const =0 |
| virtual bool16 | IsOutOfDate () const =0 |
| virtual bool16 | IsInCopyStorySelected () const =0 |
| virtual void | SetPanel (WidgetID panelID)=0 |
| virtual void | SetViewPoint (IControlView *view, const PMPoint &point)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Tests whether or not can cancel check out (revert edits).
| pure virtual |
Release the lock on a previously checked out selected story. This operation reverts local copy to match the project version. Collects stories from selection and processes ICBridgeRevertChangesCmd, which calls ILiveEditSelectionSuite::RevertChanges().
| pure virtual |
Tests whether or not a we can check in the current selection.
| pure virtual |
Tests whether or not can check out for editing.
| pure virtual |
Tests whether or not a we can export the current selection.
| pure virtual |
Tests whether or not we can save edits to the current selection.
| pure virtual |
Save any local changes to a project and release the project lock
| pure virtual |
Save any local changes to a project and release the project lock
| pure virtual |
Check out selected InCopy stories. Collects stories from selection and processes ICBridgeEditInPlaceCmd, which calls ILiveEditSelectionSuite::EditInPlace().
| pure virtual |
Exports selected stories as InCopy stories.
| destinationDir | - A pointer to a directory path to be used in place of prompting the user, or nil to prompt. |
| exportCompatibility | - The export formats to allow. |
| pure virtual |
Determine if a story is out of date. Collects stories from selection checks the datalink.
| pure virtual |
Reimport the selected story if changes have been made to it outside of the application
| pure virtual |
Saves edits to selected stories to their respective story files. Stories remain checked out.
| pure virtual |
Set the panel rsrc id, so the suite knows how to get selected items Two panels are using this suite, kLinksUIPanelWidgetID and kStoryListPanelWidgetID
| widgetID | the panel widget id that the suite should get the selection items from |
| pure virtual |
Set the view and mouse point, so the default context suite knows how to get selected items from under the mouse point when there is no document selection (currently used by InCopy only).
| view | the relevant control view |
| point | the relevant mouse point |