WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
LogPanel.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
7
namespace
LogPanel
8
{
9
11
struct
DrawContext
12
{
13
std::vector<std::string>*
logLines
=
nullptr
;
14
bool
*
logAutoScroll
=
nullptr
;
15
bool
*
logNeedsReload
=
nullptr
;
16
};
17
18
void
draw
(
DrawContext
& ctx);
19
20
}
// namespace LogPanel
LogPanel
ImGui panel that displays the application log.
Definition
LogPanel.h:8
LogPanel::draw
void draw(DrawContext &ctx)
Definition
LogPanel.cpp:27
LogPanel::DrawContext
Per-frame context for the log panel.
Definition
LogPanel.h:12
LogPanel::DrawContext::logNeedsReload
bool * logNeedsReload
Definition
LogPanel.h:15
LogPanel::DrawContext::logLines
std::vector< std::string > * logLines
Definition
LogPanel.h:13
LogPanel::DrawContext::logAutoScroll
bool * logAutoScroll
Definition
LogPanel.h:14
Source
App
Panels
LogPanel.h
Generated by
1.9.8