swift
|
Monitor widget for the pseudo driver. More...
Public Member Functions | |
CSimulatorEmulatedMonitorDialog (CSimulatorEmulated *simulator, QWidget *parent=nullptr) | |
Ctor. | |
virtual | ~CSimulatorEmulatedMonitorDialog () |
Dtor. | |
void | appendStatusMessageToList (const swift::misc::CStatusMessage &statusMessage) |
Append status message. | |
void | appendStatusMessagesToList (const swift::misc::CStatusMessageList &statusMessages) |
Append status messages. | |
void | appendReceivingCall (const QString &function, const QString &p1={}, const QString &p2={}, const QString &p3={}) |
Receiving call to be written in log widget. | |
void | appendSendingCall (const QString &function, const QString &p1={}, const QString &p2={}, const QString &p3={}) |
Sending call to be written in log widget. | |
void | displayStatusMessage (const swift::misc::CStatusMessage &message) |
Display status message. | |
void | displayTextMessage (const swift::misc::network::CTextMessage &message) |
Display text message. | |
void | updateWindowTitleAndUiValues (const swift::misc::simulation::CSimulatorInfo &info) |
The title. | |
![]() | |
const CIdentifier & | identifier () const |
Get identifier. | |
void | setIdentifier (const CIdentifier &identifier) |
Set identifier, allows to set an external identifier. | |
bool | isMyIdentifier (const CIdentifier &otherIdentifier) const |
My identifier? | |
Static Public Member Functions | |
static const QStringList & | getLogCategories () |
Log categories. | |
Additional Inherited Members | |
![]() | |
CIdentifiable (const QString &objectName) | |
Use literal based object name. | |
CIdentifiable (QObject *nameProvider) | |
Connect with QObject providing the name. | |
CIdentifiable () | |
Construct without a name. | |
~CIdentifiable () | |
Destructor. | |
CIdentifiable (const CIdentifiable &)=default | |
Copy constructor. | |
CIdentifiable & | operator= (const CIdentifiable &)=default |
Copy assignment operator. | |
Monitor widget for the pseudo driver.
Definition at line 30 of file simulatoremulatedmonitordialog.h.