ScummVM API documentation
ImGuiEx::ImGuiLogger Class Reference

Public Member Functions

void clear ()
 
void addLog (const char *fmt,...) IM_FMTARGS(2)
 
void drawColorOptions ()
 
void draw (const char *title, bool *p_open)
 
ImVector< char * > getItems ()
 

Public Attributes

struct {
   ImVec4   _logger_error_b = ImVec4(1.f, 0.f, 0.f, 1.f)
 
   ImVec4   _logger_warning_b = ImVec4(1.f, 1.f, 0.f, 1.f)
 
   ImVec4   _logger_info_b = ImVec4(1.f, 1.f, 1.f, 1.f)
 
   ImVec4   _logger_debug_b = ImVec4(0.8f, 0.8f, 0.8f, 1.f)
 
   ImVec4   _logger_error = ImVec4(1.0f, 0.4f, 0.4f, 1.0f)
 
   ImVec4   _logger_warning = ImVec4(1.0f, 1.0f, 0.4f, 1.0f)
 
   ImVec4   _logger_info = ImVec4(1.0f, 0.8f, 0.6f, 1.0f)
 
   ImVec4   _logger_debug = ImVec4(0.8f, 0.8f, 0.8f, 1.0f)
 
_colors
 

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