![]() | InDesign SDK 20.5 |
#include <PnlTrvUtils.h>
Static Public Member Functions | |
| static PMString | TruncatePath (const PMString &fromthis) |
| static UIDRef | ImportImageAndLoadPlaceGun (const UIDRef &docUIDRef, const PMString &fromPath) |
| static IControlView * | GetWidgetOnPanel (const WidgetID &panelWidgetID, const WidgetID &widgetID) |
| static PMString | GetFolderSelectedPath () |
A collection of miscellaneous utility methods used by this plug-in.
| static |
Get path the user has chosen, if it exists
| static |
Get a widget from the specified panel by WidgetID, returning nil if it can't be found.
| panelWidgetID | [IN] specifies the parent widget |
| widgetID | [IN] sought dependent widget |
| static |
Attempt to import item (which can be any format) from path; loads place gun if item can be imported.
| docUIDRef | [IN] specifies document into which item would be placed |
| fromPath | [IN] specifies the path in the local filesystem of the item to attempt to import |
Return a version of the supplied path which consists only of the file 'name', removing everything up to and including the last path separator.
| fromthis | [IN] path of interest |