IC_ConsoleConfig Struct Reference
the console config structure
More...
#include <console.h>
List of all members.
|
Public Member Functions |
| IC_ConsoleConfig () |
| constructor
|
void | setDefaults () |
| set the defaults on the console config
|
Public Attributes |
vector2df | dimensionRatios |
| this contains the Width and Height ratios to the main view port (0 - 1)
|
u32 | lineSpacing |
| this is the spacing between two lines in pixels (Default / Min : 2)
|
u32 | indent |
| this is the indentation for each line in pixels (Default / Min : 1)
|
IC_VerticalAlignment | valign |
| this is the alignment flag for the vertical placement of the console
|
IC_HorizontalAlignment | halign |
| this is the alignment flag for the horizontal alignment of the console
|
bool | bShowBG |
| this is the flag indicating if the console BG should be drawn
|
irr::video::SColor | bgColor |
| this is the color for the console BG
|
irr::video::SColor | fontColor |
| this is the font color for the console
|
stringc | fontName |
| this is the font name
|
stringc | prompt |
| this is the prompt string displayed as prompt$>
|
u32 | commandHistorySize |
| this is the command history length (defaults to 10)
|
Detailed Description
the console config structure
Definition at line 111 of file console.h.
Constructor & Destructor Documentation
IC_ConsoleConfig::IC_ConsoleConfig |
( |
|
) |
[inline] |
Member Function Documentation
void IC_ConsoleConfig::setDefaults |
( |
|
) |
[inline] |
set the defaults on the console config
Definition at line 119 of file console.h.
Member Data Documentation
this is the color for the console BG
Definition at line 154 of file console.h.
this is the flag indicating if the console BG should be drawn
Definition at line 151 of file console.h.
this is the command history length (defaults to 10)
Definition at line 166 of file console.h.
this contains the Width and Height ratios to the main view port (0 - 1)
Definition at line 136 of file console.h.
this is the font color for the console
Definition at line 157 of file console.h.
this is the font name
Definition at line 160 of file console.h.
this is the alignment flag for the horizontal alignment of the console
Definition at line 148 of file console.h.
this is the indentation for each line in pixels (Default / Min : 1)
Definition at line 142 of file console.h.
this is the spacing between two lines in pixels (Default / Min : 2)
Definition at line 139 of file console.h.
this is the prompt string displayed as prompt$>
Definition at line 163 of file console.h.
this is the alignment flag for the vertical placement of the console
Definition at line 145 of file console.h.
The documentation for this struct was generated from the following file: