35#include <NDEVR/Connection.h>
36#include <NDEVR/Button.h>
44 struct ConnectionInfo;
45 class ConnectionSetupWidget;
73 Button* m_connection_setup_button =
nullptr;
74 Button* m_connection_state_button =
nullptr;
77 bool m_allow_disconnect =
false;
78 bool m_allow_connect =
false;
79 bool m_allow_clear_button =
false;
A structure designed to store information about a specific Connection.
Definition Connection.h:97