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