InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PstLstUIUtils Class Reference

#include <PstLstUIUtils.h>

Static Public Member Functions

static void InvokePstLstDialog (int32 mode, UIDList *&list)
 

Detailed Description

PstLstUIUtils PstLstUIUtils implements some user-interface specific methods that can be shared by different source files in this plug-in.

NOTE: The methods in this class used to be part of PstLstUtils, however, splitting the utility methods between user-interface specific and core methods allows for easier separation of model and UI components, especially when we need to split this plug-in for use under InDesign Server.

Member Function Documentation

void PstLstUIUtils::InvokePstLstDialog (int32 mode,
UIDList *& list 
)
static

InvokePstLstDialog creates a dialog that can be used by both Modify and New menu items.

Parameters
modeis used to identify the purpose of the dialog, so the dialog knows what string to display.