#include <OutputWindow.h>
|
| OutputWindow (Editor &parent, const Descriptor &descriptor) |
|
| ~OutputWindow () override |
|
void | drawInternal () override |
|
| DockedWindow (Editor &parent, Descriptor descriptor) noexcept |
|
virtual | ~DockedWindow ()=default |
|
void | draw () |
|
void | backgroundUpdate () |
|
virtual string | name () const |
|
const Descriptor & | descriptor () const noexcept |
|
virtual void | onRemoveComponent (const EditorComponent &comp) |
|
| PROPERTY_RW (ImGuiWindowFlags, windowFlags, 0) |
|
| PROPERTY_RW (bool, enabled, true) |
|
| PROPERTY_R_IW (bool, focused, false) |
|
| PROPERTY_R_IW (bool, hovered, false) |
|
| PROPERTY_R_IW (bool, visible, false) |
|
Definition at line 41 of file OutputWindow.h.
◆ OutputWindow()
Divide::OutputWindow::OutputWindow |
( |
Editor & |
parent, |
|
|
const Descriptor & |
descriptor |
|
) |
| |
◆ ~OutputWindow()
Divide::OutputWindow::~OutputWindow |
( |
| ) |
|
|
override |
◆ clearLog()
void Divide::OutputWindow::clearLog |
( |
| ) |
|
|
protected |
◆ drawInternal()
void Divide::OutputWindow::drawInternal |
( |
| ) |
|
|
overridevirtual |
◆ executeCommand()
void Divide::OutputWindow::executeCommand |
( |
const char * |
command_line | ) |
|
|
protected |
◆ PrintText()
◆ TextEditCallback()
I32 Divide::OutputWindow::TextEditCallback |
( |
const ImGuiInputTextCallbackData * |
data | ) |
|
|
staticnoexcept |
◆ _consoleCallbackIndex
size_t Divide::OutputWindow::_consoleCallbackIndex |
|
protected |
◆ _filter
ImGuiTextFilter Divide::OutputWindow::_filter |
|
protected |
◆ _inputBuf
char Divide::OutputWindow::_inputBuf[256] |
|
protected |
◆ _scrollToBottom
bool Divide::OutputWindow::_scrollToBottom = true |
|
protected |
◆ _scrollToButtomReset
bool Divide::OutputWindow::_scrollToButtomReset = false |
|
protected |
The documentation for this class was generated from the following files:
- G:/Divide-Framework/Source/Editor/Widgets/DockedWindows/Headers/OutputWindow.h
- G:/Divide-Framework/Source/Editor/Widgets/DockedWindows/OutputWindow.cpp