#include <ddtBrokerConnectDialog.hpp>
| | DdtBrokerConnectDialog (const QString ¤t_local_broker_uri, const QString ¤t_remote_broker_uri, std::function< bool(const QString &, const QString &)> connect_function, QWidget *parent=nullptr) |
| |
| virtual void | closeEvent (QCloseEvent *e) override |
| |
| virtual void | keyPressEvent (QKeyEvent *e) override |
| |
Utility class to connect to the broker
◆ DdtBrokerConnectDialog()
| DdtBrokerConnectDialog::DdtBrokerConnectDialog |
( |
const QString & | current_local_broker_uri, |
|
|
const QString & | current_remote_broker_uri, |
|
|
std::function< bool(const QString &, const QString &)> | connect_function, |
|
|
QWidget * | parent = nullptr ) |
|
explicit |
Constructor
- Parameters
-
| current_local_broker_uri | Default local broker URI |
| current_remote_broker_uri | Default remote broker URI |
| connect_function | Function to connect to the broker |
| parent | Pointer to the parent widget |
◆ closeEvent()
| void DdtBrokerConnectDialog::closeEvent |
( |
QCloseEvent * | e | ) |
|
|
overrideprotectedvirtual |
◆ keyPressEvent()
| void DdtBrokerConnectDialog::keyPressEvent |
( |
QKeyEvent * | e | ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: