void update_network_lists()
Stop and restart the metaserver and lan server scans.
void update_server_list(enum server_scan_type sstype, const struct server_list *list)
Updates list of servers in network page in proper QTableViews.
void slot_meta_scan()
Executes metaserver scan network.
void slot_lan_scan()
Executes lan scan network.
void slot_connect()
If on the network page, switch page to the login page (with new server and port).
void update_network_page()
void handle_authentication_req(enum authentication_type type, const char *message)
Configure the dialog depending on what type of authentication request the server is making.
bool check_server_scan(server_scan *scan_data)
This function updates the list of servers every so often.
void slot_selection_changed(const QItemSelection &, const QItemSelection &)
void destroy_server_scans()
Free the server scans.
void set_connection_state(enum connection_state state)
Update network page connection state.
page_network(QWidget *, fc_client *)
void server_scan_error(server_scan *, const char *)
Callback function for when there's an error in the server scan.