Contents User Forum Source Index APIs by Task APIs by Level Data


G3D::GConsole::Settings Class Reference

#include <GConsole.h>

List of all members.

Public Member Functions

 Settings ()

Public Attributes

Color4 backgroundColor
float blinkRate
Array< stringcommandCompletionSeed
bool commandEcho
Color4 defaultCommandColor
Color4 defaultPrintColor
RealTime keyRepeatDelay
float keyRepeatRate
float lineHeight
int maxBufferLength
int maxCompletionHistorySize
int numVisibleLines
bool performCommandCompletion
bool performFilenameCompletion


Constructor & Destructor Documentation

G3D::GConsole::Settings::Settings (  ) 


Member Data Documentation

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.

If true, commands are shown in the buffer.

Delay before the first key repeat in seconds.

Keypresses per second.

Pixel height between lines when displayed.

(font is slightly smaller than this)

Maximum number of lines of scrollback.

Number of unique tokens to keep for command completion purposes.

Does not include commandCompletionSeed elements in the count.

Number of lines visible at any time.

If true, tab completion includes issued commands and commands in the completionSeed array.

If true, tab completion includes filenames from the local disk.


The documentation for this class was generated from the following file:
Generated on Thu Aug 2 11:40:45 2007 for G3D by doxygen 1.5.2
Hosted by SourceForge.net Logo