Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
ExampleAppConsole Struct Reference
+ Collaboration diagram for ExampleAppConsole:

Public Member Functions

 ExampleAppConsole ()
 
 ~ExampleAppConsole ()
 
void ClearLog ()
 
void AddLog (const char *fmt,...) IM_FMTARGS(2)
 
void Draw (const char *title, bool *p_open)
 
void ExecCommand (const char *command_line)
 
int TextEditCallback (ImGuiInputTextCallbackData *data)
 

Static Public Member Functions

static int Stricmp (const char *str1, const char *str2)
 
static int Strnicmp (const char *str1, const char *str2, int n)
 
static char * Strdup (const char *str)
 
static void Strtrim (char *str)
 
static int TextEditCallbackStub (ImGuiInputTextCallbackData *data)
 

Public Attributes

char InputBuf [256]
 
ImVector< char * > Items
 
ImVector< const char * > Commands
 
ImVector< char * > History
 
int HistoryPos
 
ImGuiTextFilter Filter
 
bool AutoScroll
 
bool ScrollToBottom
 

Constructor & Destructor Documentation

◆ ExampleAppConsole()

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

◆ ~ExampleAppConsole()

ExampleAppConsole::~ExampleAppConsole ( )
inline
+ Here is the call graph for this function:

Member Function Documentation

◆ AddLog()

void ExampleAppConsole::AddLog ( const char *  fmt,
  ... 
)
inline
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ClearLog()

void ExampleAppConsole::ClearLog ( )
inline
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Draw()

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

◆ ExecCommand()

void ExampleAppConsole::ExecCommand ( const char *  command_line)
inline
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Strdup()

static char* ExampleAppConsole::Strdup ( const char *  str)
inlinestatic
+ Here is the caller graph for this function:

◆ Stricmp()

static int ExampleAppConsole::Stricmp ( const char *  str1,
const char *  str2 
)
inlinestatic
+ Here is the caller graph for this function:

◆ Strnicmp()

static int ExampleAppConsole::Strnicmp ( const char *  str1,
const char *  str2,
int  n 
)
inlinestatic
+ Here is the caller graph for this function:

◆ Strtrim()

static void ExampleAppConsole::Strtrim ( char *  str)
inlinestatic
+ Here is the caller graph for this function:

◆ TextEditCallback()

int ExampleAppConsole::TextEditCallback ( ImGuiInputTextCallbackData data)
inline
+ Here is the call graph for this function:

◆ TextEditCallbackStub()

static int ExampleAppConsole::TextEditCallbackStub ( ImGuiInputTextCallbackData data)
inlinestatic
+ Here is the caller graph for this function:

Member Data Documentation

◆ AutoScroll

bool ExampleAppConsole::AutoScroll

◆ Commands

ImVector<const char*> ExampleAppConsole::Commands

◆ Filter

ImGuiTextFilter ExampleAppConsole::Filter

◆ History

ImVector<char*> ExampleAppConsole::History

◆ HistoryPos

int ExampleAppConsole::HistoryPos

◆ InputBuf

char ExampleAppConsole::InputBuf[256]

◆ Items

ImVector<char*> ExampleAppConsole::Items

◆ ScrollToBottom

bool ExampleAppConsole::ScrollToBottom

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