Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
samurai::LogWindow Struct Reference

#include <logWindow.h>

Collaboration diagram for samurai::LogWindow:
Collaboration graph

Public Member Functions

void init (samurai::samuraiImgui::ImGuiIdsManager &idManager)
 
void update (samurai::LogManager &logManager, bool &open)
 

Public Attributes

bool autoScroll = true
 
ImGuiTextFilter filter
 
int imguiId = 0
 

Static Public Attributes

static constexpr char * ICON = ICON_FK_COMMENT_O
 
static constexpr char * NAME = "logs"
 
static constexpr char * ICON_NAME = ICON_FK_COMMENT_O " logs"
 

Detailed Description

Definition at line 13 of file logWindow.h.

Member Function Documentation

◆ init()

void samurai::LogWindow::init ( samurai::samuraiImgui::ImGuiIdsManager & idManager)

Definition at line 8 of file logWindow.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ update()

void samurai::LogWindow::update ( samurai::LogManager & logManager,
bool & open )

Definition at line 13 of file logWindow.cpp.

Member Data Documentation

◆ autoScroll

bool samurai::LogWindow::autoScroll = true

Definition at line 23 of file logWindow.h.

◆ filter

ImGuiTextFilter samurai::LogWindow::filter

Definition at line 24 of file logWindow.h.

◆ ICON

constexpr char* samurai::LogWindow::ICON = ICON_FK_COMMENT_O
staticconstexpr

Definition at line 20 of file logWindow.h.

◆ ICON_NAME

constexpr char* samurai::LogWindow::ICON_NAME = ICON_FK_COMMENT_O " logs"
staticconstexpr

Definition at line 22 of file logWindow.h.

◆ imguiId

int samurai::LogWindow::imguiId = 0

Definition at line 26 of file logWindow.h.

◆ NAME

constexpr char* samurai::LogWindow::NAME = "logs"
staticconstexpr

Definition at line 21 of file logWindow.h.


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