#include <commandline.h>


Public Member Functions | |
| CommandLine () | |
| ~CommandLine () | |
| void | setCallback (const type_callback &cb) |
| void | toggleCaretVisible () |
| void | startBlinking () |
| void | stopBlinking () |
A Command line widget
Definition at line 44 of file commandline.h.
| FIFE::CommandLine::CommandLine | ( | ) |
Constructor
Definition at line 40 of file commandline.cpp.
References startBlinking(), and toggleCaretVisible().
| FIFE::CommandLine::~CommandLine | ( | ) |
Destructor
Definition at line 51 of file commandline.cpp.
| void FIFE::CommandLine::setCallback | ( | const type_callback & | cb | ) |
Set callback on pressing the ENTER key
Definition at line 147 of file commandline.cpp.
Referenced by FIFE::Console::Console().

| void FIFE::CommandLine::startBlinking | ( | ) |
Start blinking the caret
Definition at line 64 of file commandline.cpp.
Referenced by CommandLine().

| void FIFE::CommandLine::stopBlinking | ( | ) |
Stop blinking the caret for a few seconds
Definition at line 58 of file commandline.cpp.
| void FIFE::CommandLine::toggleCaretVisible | ( | ) |
Toggle the caret visibility
Definition at line 54 of file commandline.cpp.
Referenced by CommandLine().

1.7.1