casa
$Rev:20696$
|
#include <State.h>
Public Member Functions | |
bool | fileOutputMode () |
allows classes (primarily in the redisplay chain) to tell if we are currently outputing to a file... | |
void | beginFileOutputMode () |
begin file output | |
void | endFileOutputMode () |
end file output | |
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 |
casa::display::state::state | ( | ) | [inline, private] |
casa::display::state::~state | ( | ) | [inline, private] |
begin file output
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...
static state& casa::display::state::instance | ( | ) | [inline, static] |
Definition at line 37 of file State.h.
References initialized, singleton, and startup().
static void casa::display::state::shutdown | ( | ) | [static, private] |
Referenced by casa::display::stateCleanup::~stateCleanup().
static state& casa::display::state::startup | ( | ) | [static, private] |
Referenced by instance().
friend class stateCleanup [friend] |
int casa::display::state::file_output_mode_count_ [private] |
bool casa::display::state::initialized [static, private] |
Definition at line 58 of file State.h.
Referenced by instance().
state* casa::display::state::singleton [static, private] |
Definition at line 49 of file State.h.
Referenced by instance().