11     LogWindow(
int screenWidth, 
int screenHeight, ImFont* fontHeading, ImFont* fontText);
 
   13     void post(
const std::string& message) 
override;
 
   16     void draw(
const char* title, 
bool* p_open = NULL);
 
   19     void addLog(
const char* fmt, ...) IM_FMTARGS(2);
 
ImVector< int > _lineOffsets
 
void addLog(const char *fmt,...) IM_FMTARGS(2)
 
LogWindow(int screenWidth, int screenHeight, ImFont *fontHeading, ImFont *fontText)
 
void draw(const char *title, bool *p_open=NULL)
 
void post(const std::string &message) override