User-input reader for command line console.
More...
#include <CConsoleReader.h>
|
| | CConsoleReader (QObject *parentPtr=NULL) |
| |
| virtual void | Start () |
| | Start reading of the user input on the console.
|
| |
| virtual void | Stop () |
| | Stop reading of the user input on the console.
|
| |
| bool | IsRunning () const |
| | Check if the reader is running.
|
| |
User-input reader for command line console.
Definition at line 16 of file CConsoleReader.h.
◆ BaseClass
◆ CConsoleReader()
| iqt::CConsoleReader::CConsoleReader |
( |
QObject * |
parentPtr = NULL | ) |
|
|
explicit |
◆ IsRunning()
| bool iqt::CConsoleReader::IsRunning |
( |
| ) |
const |
Check if the reader is running.
◆ KeyPressedSignal
| void iqt::CConsoleReader::KeyPressedSignal |
( |
char |
character | ) |
|
|
signal |
◆ Start()
| virtual void iqt::CConsoleReader::Start |
( |
| ) |
|
|
virtual |
Start reading of the user input on the console.
◆ Stop()
| virtual void iqt::CConsoleReader::Stop |
( |
| ) |
|
|
virtual |
Stop reading of the user input on the console.
The documentation for this class was generated from the following file: