Support Forum G3D Web Page |
Public Member Functions | |
Settings () | |
Public Attributes | |
Color4 | backgroundColor |
float | blinkRate |
Cursor flashes per second. More... | |
Array< string > | commandCompletionSeed |
Commands that can be completed by TAB, in addition to those in the history. More... | |
bool | commandEcho |
If true, commands are shown in the buffer. More... | |
Color4 | defaultCommandColor |
Color4 | defaultPrintColor |
RealTime | keyRepeatDelay |
Delay before the first key repeat in seconds. More... | |
float | keyRepeatRate |
Keypresses per second. More... | |
float | lineHeight |
Pixel height between lines when displayed. More... | |
int | maxBufferLength |
Maximum number of lines of scrollback. More... | |
int | maxCompletionHistorySize |
Number of unique tokens to keep for command completion purposes. More... | |
int | numVisibleLines |
Number of lines visible at any time. More... | |
bool | performCommandCompletion |
If true, tab completion includes issued commands and commands in the completionSeed array. More... | |
bool | performFilenameCompletion |
If true, tab completion includes filenames from the local disk. More... | |
G3D::GConsole::Settings::Settings | ( | ) |
Color4 G3D::GConsole::Settings::backgroundColor |
float G3D::GConsole::Settings::blinkRate |
Cursor flashes per second.
Commands that can be completed by TAB, in addition to those in the history.
Include common keywords here, for example, to seed the command completion buffer. Commands that were actually typed by the user will take precedence.
bool G3D::GConsole::Settings::commandEcho |
If true, commands are shown in the buffer.
Color4 G3D::GConsole::Settings::defaultCommandColor |
Color4 G3D::GConsole::Settings::defaultPrintColor |
RealTime G3D::GConsole::Settings::keyRepeatDelay |
Delay before the first key repeat in seconds.
float G3D::GConsole::Settings::keyRepeatRate |
Keypresses per second.
float G3D::GConsole::Settings::lineHeight |
Pixel height between lines when displayed.
(font is slightly smaller than this)
int G3D::GConsole::Settings::maxBufferLength |
Maximum number of lines of scrollback.
int G3D::GConsole::Settings::maxCompletionHistorySize |
Number of unique tokens to keep for command completion purposes.
Does not include commandCompletionSeed elements in the count.
int G3D::GConsole::Settings::numVisibleLines |
Number of lines visible at any time.
bool G3D::GConsole::Settings::performCommandCompletion |
If true, tab completion includes issued commands and commands in the completionSeed array.
bool G3D::GConsole::Settings::performFilenameCompletion |
If true, tab completion includes filenames from the local disk.