Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
MyDocument Struct Reference
Collaboration diagram for MyDocument:
[legend]

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
 

Constructor & Destructor Documentation

◆ MyDocument()

MyDocument::MyDocument ( int uid,
const char * name,
bool open = true,
const ImVec4 & color = ImVec4(1.0f, 1.0f, 1.0f, 1.0f) )
inline

Member Function Documentation

◆ DoForceClose()

void MyDocument::DoForceClose ( )
inline

◆ DoOpen()

void MyDocument::DoOpen ( )
inline

◆ DoSave()

void MyDocument::DoSave ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ Color

ImVec4 MyDocument::Color

◆ Dirty

bool MyDocument::Dirty

◆ Name

char MyDocument::Name[32]

◆ Open

bool MyDocument::Open

◆ OpenPrev

bool MyDocument::OpenPrev

◆ UID

int MyDocument::UID

The documentation for this struct was generated from the following file:
Untitled