casa
5.7.0-16
|
#include <DisplayState.h>
Public Member Functions | |
bool | fileOutputMode () |
allows classes (primarily in the redisplay chain) to tell if we are currently outputing to a file... More... | |
void | beginFileOutputMode () |
begin file output More... | |
void | endFileOutputMode () |
end file output More... | |
Static Public Member Functions | |
static state & | instance () |
Private Member Functions | |
state () | |
~state () | |
Static Private Member Functions | |
static state & | startup () |
static void | shutdown () |
Private Attributes | |
int | file_output_mode_count_ |
Static Private Attributes | |
static state * | singleton |
static bool | initialized |
Friends | |
class | stateCleanup |
Definition at line 33 of file DisplayState.h.
|
inlineprivate |
Definition at line 53 of file DisplayState.h.
|
inlineprivate |
Definition at line 54 of file DisplayState.h.
void casa::display::state::beginFileOutputMode | ( | ) |
begin file output
void casa::display::state::endFileOutputMode | ( | ) |
end file output
bool casa::display::state::fileOutputMode | ( | ) |
allows classes (primarily in the redisplay chain) to tell if we are currently outputing to a file...
|
inlinestatic |
Definition at line 37 of file DisplayState.h.
References initialized, singleton, and startup().
|
staticprivate |
Referenced by casa::display::stateCleanup::~stateCleanup().
|
staticprivate |
Referenced by instance().
|
friend |
Definition at line 34 of file DisplayState.h.
|
private |
Definition at line 59 of file DisplayState.h.
|
staticprivate |
Definition at line 60 of file DisplayState.h.
Referenced by instance().
|
staticprivate |
Definition at line 51 of file DisplayState.h.
Referenced by instance().