DataDirector API
|
Viewer class. Contains a RSO Window and DataDirector instance. More...
#include <DDD_Viewer.h>
Classes | |
struct | Window_Settings |
struct | WindowRestoreParams |
Public Member Functions | |
DataDirectorViewer () | |
Protected Attributes | |
DDD_DataDirector * | _director |
bool | _documentOpen |
bool | _documentModified |
std::string | _openFileName |
std::string | _windowLabel |
bool | _editorRunning |
RSOWindowList | _windowList |
IDataDirectorViewerFrontend * | frontEnd |
Fl_RSO_Window * | _rsoWindow |
Additional Inherited Members | |
Static Public Member Functions inherited from DDD_LogFacade | |
static void | LogDebug (const char *format,...) |
static void | LogInfo (const char *format,...) |
static void | LogWarning (const char *format,...) |
static void | LogError (const char *format,...) |
Viewer class. Contains a RSO Window and DataDirector instance.
Constructor
|
protected |
DataDirector instance
|
protected |
Is the current document modified since last save?
|
protected |
Is there a document (configuration) currently loaded?
|
protected |
Flag for keeping the Startup/Shutdown methods from getting abused
|
protected |
Filename of current file (if it hasn't been created or none opened, it will be empty)
|
protected |
RSO Window instance
|
protected |
String that gets displayed on top window
|
protected |
Contains a list of all known windows
|
protected |
GUI instance for this viewer, if applicable.