#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 |
Definition at line 33 of file State.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.
.\.
| 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 60 of file State.h.
Referenced by instance().
state* casa::display::state::singleton [static, private] |
Definition at line 51 of file State.h.
Referenced by instance().
1.6.1