1 #ifndef SIMPT_PAREX_SERVER_DIALOG_H_INCLUDED
2 #define SIMPT_PAREX_SERVER_DIALOG_H_INCLUDED
25 #include <boost/property_tree/xml_parser.hpp>
64 std::vector<ServerInfo*> m_servers;
68 QComboBox* m_server_list;
73 void LoadServerList();
80 void SaveServerList(
bool last);
94 void SelectionChanged(
int index);
100 void UpdateName(
const QString name);
106 void UpdateAddress(
const QString address);
112 void UpdatePort(
const QString port);
127 #endif // end_of_include_guard
virtual ~ServerDialog()
Destructor.
ServerDialog(std::string path)
Constructor.
ServerInfo * GetServer()
Return the server to connect to.
Class for storing server info used on client-side.
Namespace for SimPT parameter explorer package.
see the online Qt documentation
Dialog for connecting to server.