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

#include <ProgressBar.h>

Public Member Functions

 SuppressProgressBarDisplay (bool16 suppressDisplay=kTrue)
 

Static Public Member Functions

static bool16 IsSuppressed ()
 

Protected Attributes

IProgressBarManagerfProgressMgr
 

Detailed Description

Stack based class to suppress subsequent progress bars. If you want to suppress the progress bar from showing, create this class on the stack. All progress bars "below" you will not display. If somebody "above" you has already created a progress bar, your suppression will be ignored.

Intended to be used as a stack based object, the lifetime of the suppression corresponding to the scope of the object.

Constructor & Destructor Documentation

SuppressProgressBarDisplay::SuppressProgressBarDisplay (bool16 suppressDisplay = kTrue)

Constructor

Member Function Documentation

static bool16 SuppressProgressBarDisplay::IsSuppressed ()
static

Have progress bars been suppressed?