API Documentation
|
#include <WebSocketConnectionDialog.h>
Public Member Functions | |
WebSocketConnectionDialog (QWidget *parent=nullptr) | |
~WebSocketConnectionDialog () | |
void | setFixedProtocol (const String &mode) |
void | clearFixedProtocol () |
virtual void | clear () override |
virtual ConnectionInfo | connectionInfo () const override |
virtual void | setConnectionInfo (const ConnectionInfo &connection) override |
virtual bool | handlesConnection (const ConnectionInfo &connection) override |
void | setAllowPingLogic (bool allow_ping) |
void | setAllowLocalButton (bool allow_local) |
bool | checkIfValid () const |
String | protocol () const |
Public Member Functions inherited from ConnectionDialog | |
ConnectionDialog (QWidget *parent=nullptr) | |
virtual Connection * | createConnection (const Model &model) const |
Protected Slots | |
void | updateFromDialog () |
Protected Member Functions | |
void | refreshPingVisible () |
Protected Attributes | |
String | m_fixed_protocol |
Ui::WebNetworkConnectionUI * | ui |
bool | m_allow_ping_logic = true |
bool | m_allow_local_button = true |
Additional Inherited Members | |
Signals inherited from ConnectionDialog | |
void | acceptedSignal () |
void | cancelSignal () |
|
explicit |
bool checkIfValid | ( | ) | const |
|
overridevirtual |
Implements ConnectionDialog.
void clearFixedProtocol | ( | ) |
|
overridevirtual |
Implements ConnectionDialog.
|
overridevirtual |
Implements ConnectionDialog.
String protocol | ( | ) | const |
|
protected |
void setAllowLocalButton | ( | bool | allow_local | ) |
void setAllowPingLogic | ( | bool | allow_ping | ) |
|
overridevirtual |
Implements ConnectionDialog.
void setFixedProtocol | ( | const String & | mode | ) |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |