#include <JUTConsole.h>
◆ EConsoleType
Enumerator |
---|
CONSOLE_TYPE_0 | |
CONSOLE_TYPE_1 | |
CONSOLE_TYPE_2 | |
◆ OutputFlag
Enumerator |
---|
OUTPUT_NONE | |
OUTPUT_OSREPORT | |
OUTPUT_CONSOLE | |
OUTPUT_OSR_AND_CONSOLE | |
◆ JUTConsole()
JUTConsole::JUTConsole |
( |
unsigned int | param_0, |
|
|
unsigned int | maxLines, |
|
|
bool | param_2 ) |
◆ ~JUTConsole()
JUTConsole::~JUTConsole |
( |
| ) |
|
|
virtual |
◆ clear()
void JUTConsole::clear |
( |
| ) |
|
◆ create() [1/2]
JUTConsole * JUTConsole::create |
( |
unsigned int | param_0, |
|
|
unsigned int | maxLines, |
|
|
JKRHeap * | pHeap ) |
|
static |
◆ create() [2/2]
JUTConsole * JUTConsole::create |
( |
unsigned int | param_0, |
|
|
void * | buffer, |
|
|
u32 | bufferSize ) |
|
static |
◆ diffIndex()
int JUTConsole::diffIndex |
( |
int | param_0, |
|
|
int | param_1 ) const |
|
inline |
◆ doDraw()
◆ dumpToTerminal()
void JUTConsole::dumpToTerminal |
( |
unsigned int | param_0 | ) |
|
◆ getHeight()
u32 JUTConsole::getHeight |
( |
| ) |
const |
|
inline |
◆ getLineAttr()
u8 JUTConsole::getLineAttr |
( |
int | param_0 | ) |
|
|
inline |
◆ getLineFromObjectSize()
size_t JUTConsole::getLineFromObjectSize |
( |
u32 | bufferSize, |
|
|
unsigned int | param_1 ) |
|
static |
◆ getLineOffset()
int JUTConsole::getLineOffset |
( |
| ) |
const |
◆ getLinePtr()
u8 * JUTConsole::getLinePtr |
( |
int | param_0 | ) |
const |
|
inline |
◆ getObjectSizeFromBufferSize()
size_t JUTConsole::getObjectSizeFromBufferSize |
( |
unsigned int | param_0, |
|
|
unsigned int | maxLines ) |
|
static |
◆ getOutput()
u32 JUTConsole::getOutput |
( |
| ) |
const |
|
inline |
◆ getPositionX()
int JUTConsole::getPositionX |
( |
| ) |
const |
|
inline |
◆ getPositionY()
int JUTConsole::getPositionY |
( |
| ) |
const |
|
inline |
◆ getUsedLine()
int JUTConsole::getUsedLine |
( |
| ) |
const |
◆ isVisible()
bool JUTConsole::isVisible |
( |
| ) |
const |
|
inline |
◆ nextIndex()
int JUTConsole::nextIndex |
( |
int | index | ) |
const |
|
inline |
◆ prevIndex()
int JUTConsole::prevIndex |
( |
int | index | ) |
const |
|
inline |
◆ print()
void JUTConsole::print |
( |
char const * | str | ) |
|
◆ print_f()
void JUTConsole::print_f |
( |
char const * | fmt, |
|
|
| ... ) |
◆ scroll()
void JUTConsole::scroll |
( |
int | scrollAmnt | ) |
|
◆ scrollToFirstLine()
void JUTConsole::scrollToFirstLine |
( |
| ) |
|
|
inline |
◆ scrollToLastLine()
void JUTConsole::scrollToLastLine |
( |
| ) |
|
|
inline |
◆ setFont()
void JUTConsole::setFont |
( |
JUTFont * | p_font | ) |
|
|
inline |
◆ setFontSize()
void JUTConsole::setFontSize |
( |
f32 | x, |
|
|
f32 | y ) |
|
inline |
◆ setHeight()
void JUTConsole::setHeight |
( |
unsigned int | height | ) |
|
|
inline |
◆ setLineAttr()
void JUTConsole::setLineAttr |
( |
int | param_0, |
|
|
u8 | param_1 ) |
|
inline |
◆ setOutput()
void JUTConsole::setOutput |
( |
unsigned int | output | ) |
|
|
inline |
◆ setPosition()
void JUTConsole::setPosition |
( |
int | x, |
|
|
int | y ) |
|
inline |
◆ setVisible()
void JUTConsole::setVisible |
( |
bool | visible | ) |
|
|
inline |
◆ field_0x20
unsigned int JUTConsole::field_0x20 |
◆ field_0x2c
bool JUTConsole::field_0x2c |
◆ field_0x30
int JUTConsole::field_0x30 |
◆ field_0x34
int JUTConsole::field_0x34 |
◆ field_0x38
int JUTConsole::field_0x38 |
◆ field_0x3c
int JUTConsole::field_0x3c |
◆ field_0x5c
◆ field_0x60
◆ field_0x64
int JUTConsole::field_0x64 |
◆ field_0x69
bool JUTConsole::field_0x69 |
◆ field_0x6a
bool JUTConsole::field_0x6a |
◆ field_0x6b
bool JUTConsole::field_0x6b |
◆ mBuf
◆ mFont
◆ mFontSizeX
f32 JUTConsole::mFontSizeX |
◆ mFontSizeY
f32 JUTConsole::mFontSizeY |
◆ mHeight
◆ mListNode
◆ mMaxLines
int JUTConsole::mMaxLines |
◆ mOutput
◆ mPositionX
int JUTConsole::mPositionX |
◆ mPositionY
int JUTConsole::mPositionY |
◆ mVisible
bool JUTConsole::mVisible |
The documentation for this class was generated from the following files: