openMSX
|
Public Member Functions | |
MyDocument (int uid, const char *name, bool open=true, const ImVec4 &color=ImVec4(1.0f, 1.0f, 1.0f, 1.0f)) | |
void | DoOpen () |
void | DoForceClose () |
void | DoSave () |
Public Attributes | |
char | Name [32] |
int | UID |
bool | Open |
bool | OpenPrev |
bool | Dirty |
ImVec4 | Color |
Definition at line 9898 of file imgui_demo.cc.
|
inline |
|
inline |
Definition at line 9916 of file imgui_demo.cc.
|
inline |
Definition at line 9915 of file imgui_demo.cc.
References Open.
|
inline |
Definition at line 9917 of file imgui_demo.cc.
References Dirty.
Referenced by ExampleAppDocuments::DisplayDocContents(), and ExampleAppDocuments::DisplayDocContextMenu().
ImVec4 MyDocument::Color |
Definition at line 9905 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::DisplayDocContents(), and MyDocument().
bool MyDocument::Dirty |
Definition at line 9904 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::DisplayDocContents(), DoForceClose(), DoSave(), and MyDocument().
char MyDocument::Name[32] |
Definition at line 9900 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::DisplayDocContents(), ExampleAppDocuments::DisplayDocContextMenu(), ExampleAppDocuments::GetTabName(), and MyDocument().
bool MyDocument::Open |
Definition at line 9902 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::DisplayDocContextMenu(), DoForceClose(), DoOpen(), and MyDocument().
bool MyDocument::OpenPrev |
Definition at line 9903 of file imgui_demo.cc.
Referenced by MyDocument().
int MyDocument::UID |
Definition at line 9901 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::GetTabName(), and MyDocument().