35#include <NDEVR/Connection.h>
36#include <NDEVR/Button.h>
44 struct ConnectionInfo;
45 class ConnectionSetupWidget;
52 void clearConnection();
53 void setAllowDisconnect(
bool allow_disconnect);
54 void setAllowConnect(
bool allow_connect);
55 void setShowBluetoothSettingsButton(
bool show);
56 void setShowWiFiSettingsButton(
bool show);
57 void setAllowClearButton(
bool show);
69 Button* m_connection_setup_button =
nullptr;
70 Button* m_connection_state_button =
nullptr;
73 bool m_allow_disconnect =
false;
74 bool m_allow_connect =
false;
75 bool m_allow_clear_button =
false;
Definition Connection.h:87