![]() | InDesign SDK 20.5 |
#include <DocWchUtils.h>
Public Member Functions | |
| DocWchUtils () | |
Static Public Member Functions | |
| static void | GetDefaultDocFileHandler () |
| static bool16 | QueryDocResponderMode () |
| static void | DwAlert (UIDRef document, char *txtMsg) |
| static void | InitDocWchModes () |
| static void | StartDocResponderMode () |
| static void | StopDocResponderMode () |
DocWchUtils provides a set of utility methods for tracking which demo mode is active as well as formatting alerts.
| inline |
Constructor
| static |
Show an information alert
| document | ptr to document that is subject of file action. |
| txtMsg | ptr to null terminated char array. If it contains ^1, this method will replace it with the document name. |
| static |
Initializes the static variables.
| inlinestatic |
Methods to find out what mode we're in.
| inlinestatic |
Controls the document Responder mode variable.