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

Public Member Functions

 ExampleAppLog ()
 
void Clear ()
 
void AddLog (const char *fmt,...) IM_FMTARGS(2)
 
void Draw (const char *title, bool *p_open=NULL)
 

Public Attributes

ImGuiTextBuffer Buf
 
ImGuiTextFilter Filter
 
ImVector< int > LineOffsets
 
bool AutoScroll
 

Constructor & Destructor Documentation

◆ ExampleAppLog()

ExampleAppLog::ExampleAppLog ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ AddLog()

void ExampleAppLog::AddLog ( const char * fmt,
... )
inline

◆ Clear()

void ExampleAppLog::Clear ( )
inline
Here is the caller graph for this function:

◆ Draw()

void ExampleAppLog::Draw ( const char * title,
bool * p_open = NULL )
inline
Here is the call graph for this function:

Member Data Documentation

◆ AutoScroll

bool ExampleAppLog::AutoScroll

◆ Buf

ImGuiTextBuffer ExampleAppLog::Buf

◆ Filter

ImGuiTextFilter ExampleAppLog::Filter

◆ LineOffsets

ImVector<int> ExampleAppLog::LineOffsets

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