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 9948 of file imgui_demo.cc.
|
inline |
|
inline |
Definition at line 9966 of file imgui_demo.cc.
|
inline |
Definition at line 9965 of file imgui_demo.cc.
References Open.
|
inline |
Definition at line 9967 of file imgui_demo.cc.
References Dirty.
Referenced by ExampleAppDocuments::DisplayDocContents(), and ExampleAppDocuments::DisplayDocContextMenu().
ImVec4 MyDocument::Color |
Definition at line 9955 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::DisplayDocContents(), and MyDocument().
bool MyDocument::Dirty |
Definition at line 9954 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::DisplayDocContents(), DoForceClose(), DoSave(), and MyDocument().
char MyDocument::Name[32] |
Definition at line 9950 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::DisplayDocContents(), ExampleAppDocuments::DisplayDocContextMenu(), ExampleAppDocuments::GetTabName(), and MyDocument().
bool MyDocument::Open |
Definition at line 9952 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::DisplayDocContextMenu(), DoForceClose(), DoOpen(), and MyDocument().
bool MyDocument::OpenPrev |
Definition at line 9953 of file imgui_demo.cc.
Referenced by MyDocument().
int MyDocument::UID |
Definition at line 9951 of file imgui_demo.cc.
Referenced by ExampleAppDocuments::GetTabName(), and MyDocument().