ACF $AcfVersion:0$
Classes | Public Types | Signals | Public Member Functions | List of all members
iqt::CConsoleReader Class Reference

User-input reader for command line console. More...

#include <CConsoleReader.h>

Inheritance diagram for iqt::CConsoleReader:

Classes

class  InputObserver
 

Public Types

typedef QObject BaseClass
 

Signals

void KeyPressedSignal (char character)
 Emit typed character.
 

Public Member Functions

 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.
 

Detailed Description

User-input reader for command line console.

Definition at line 16 of file CConsoleReader.h.

Member Typedef Documentation

◆ BaseClass

Definition at line 21 of file CConsoleReader.h.

Constructor & Destructor Documentation

◆ CConsoleReader()

iqt::CConsoleReader::CConsoleReader ( QObject *  parentPtr = NULL)
explicit

Member Function Documentation

◆ IsRunning()

bool iqt::CConsoleReader::IsRunning ( ) const

Check if the reader is running.

◆ KeyPressedSignal

void iqt::CConsoleReader::KeyPressedSignal ( char  character)
signal

Emit typed character.

◆ 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: