|
ddt
1.0.0
|
#include <ddtDataStreamWidget.hpp>
Signals | |
| void | AttachDataStream (QString data_stream_id) |
| void | DetachDataStream (QString data_stream_id) |
| void | LastBrokerConnection (QString data_stream_id) |
Protected Attributes | |
| ddt::DdtLogger * | logger |
| int | last_index_selected |
| QString | current_localbroker_uri |
| QString | current_remotebroker_uri |
| DdtDataStreamWidget (QWidget *parent=nullptr) | |
| virtual | ~DdtDataStreamWidget () |
| void | set_logger (ddt::DdtLogger *in_logger) |
| bool | PopulatePublisherListCombo (QString localbroker_uri, QString remotebroker_uri) |
| void | AttachDataStream () |
| void | DetachDataStream () |
| void | SetDataStream (QString startup_data_stream) |
| void | CurrentStatus (QString stream_id, ConnectionStatus status) |
| void | FlickerStatus () |
| void | DisplayURIsDialog () |
Additional Inherited Members | |
Public Member Functions inherited from DdtWidget | |
| virtual | ~DdtWidget ()=default |
| DdtWidget (QWidget *parent=nullptr) | |
| DdtWidget. More... | |
| QWidget * | AddParentWidget (QLayout *child_layout) |
| AddParentWidget This will add the given layout to a QGroupBox Widget to integrate in the parent layout. More... | |
Class for the Data Stream Widget that can be used to connect an Image Widget to a Data Stream
|
explicit |
Constructor
Creates a DDT Data Stream Widget
| parent | Pointer to the parent widget |
|
virtualdefault |
Destructor
|
protectedslot |
Slot that shall be called when the attach button was pressed
|
signal |
Signal that is send when a data stream shall be attached to the image widget
| data_stream_id | ID of the data stream to connect to (in first version the URI) |
|
protectedslot |
Receives the current status of a stream
|
protectedslot |
Slot that shall be called when the detach button was pressed
|
signal |
Signal that is send when the connected data stream should be disconnected
| data_stream_id | ID of the data stream |
|
protectedslot |
Create and show the dialog to input local and remote brokers URIs
|
protectedslot |
Reset the status when flickering the LED
|
signal |
Signal that is send when datastream list is retrieve from a broker connection
| data_stream_id | ID of the data stream |
|
slot |
Populate the combo box with the entries from a datastream list
| void DdtDataStreamWidget::set_logger | ( | ddt::DdtLogger * | in_logger | ) |
Set logger
| in_logger | The logger object |
|
protectedslot |
Slot that will receive the name of the startup data stream
|
protected |
Current URI of local Broker streaming data
|
protected |
Current URI of remote Broker streaming data
|
protected |
Last
|
protected |
Logger object