Elaztek Developer Hub
Blamite Game Engine - blam!  00357.06.18.22.0809.blamite
The core library for the Blamite Game Engine.
ExampleAppLog Struct Reference

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

Member Function Documentation

◆ AddLog()

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

◆ Clear()

void ExampleAppLog::Clear ( )
inline

◆ Draw()

void ExampleAppLog::Draw ( const char *  title,
bool *  p_open = NULL 
)
inline

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: