API Documentation
|
Provides the user access to sending or recieving data to a specified connection over a terminal interface. More...
#include <TerminalDialog.h>
Signals | |
void | getData (const QByteArray &data) |
Public Member Functions | |
virtual void | addMessage (const LogMessage &message) override |
void | putData (const String &data) |
void | setAutoEcho (bool auto_echo) |
void | setAutoPullData (bool set) |
void | setAutoPushData (bool set) |
void | setCommandTermination (const String &termination) |
void | setConnection (Connection *connection, bool add_all) |
virtual void | setProgress (fltp04) override |
TerminalDialog (QWidget *parent=nullptr) | |
Public Member Functions inherited from LogStream | |
virtual void | addMessages (const Buffer< LogMessage > &messages) |
virtual void | allowCancel (bool) |
virtual void | attach (ProgressInfo *stream) |
void | clearLinks () |
virtual void | detach (ProgressInfo *stream) |
bool | ignoringMessages () const |
void | setIgnoreMessages (bool ignore) |
virtual | ~LogStream () |
Protected Slots | |
void | pullDataSlot () |
Protected Member Functions | |
void | contextMenuEvent (QContextMenuEvent *e) override |
void | keyPressEvent (QKeyEvent *e) override |
void | mouseDoubleClickEvent (QMouseEvent *e) override |
void | mousePressEvent (QMouseEvent *e) override |
Additional Inherited Members | |
Protected Attributes inherited from LogStream | |
bool | m_ignore_message = false |
Buffer< ProgressInfo * > | m_linked_logs |
Provides the user access to sending or recieving data to a specified connection over a terminal interface.
|
explicit |
|
overridevirtual |
Implements LogStream.
|
overrideprotected |
|
signal |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
protectedslot |
void putData | ( | const String & | data | ) |
void setAutoEcho | ( | bool | auto_echo | ) |
void setAutoPullData | ( | bool | set | ) |
void setAutoPushData | ( | bool | set | ) |
void setCommandTermination | ( | const String & | termination | ) |
void setConnection | ( | Connection * | connection, |
bool | add_all ) |