HiveMind
|
#include <ConnectionStateUI.h>
Public Member Functions | |
ConnectionStateUI (IApplicationInterface &appInterface) | |
~ConnectionStateUI ()=default | |
void | setConnectionState (ConnectionState state) override |
Sets the state of the connection. More... | |
Public Member Functions inherited from IConnectionStateUI | |
virtual | ~IConnectionStateUI ()=default |
Private Attributes | |
IApplicationInterface & | m_appInterface |
ConnectionStateUI::ConnectionStateUI | ( | IApplicationInterface & | appInterface | ) |
|
default |
|
overridevirtual |
Sets the state of the connection.
state | the state to set to |
Implements IConnectionStateUI.
|
private |