23#ifndef CONNECT_NEW_DLG__
24#define CONNECT_NEW_DLG__
29#include <wx/scrolwin.h>
31#include "model/conn_params.h"
32#include "observable_evtvar.h"
46 const std::vector<ConnectionParams*>& connections);
66 void DoApply(wxWindow* root);
67 void DoCancel(wxWindow* root);
69 const std::vector<ConnectionParams*>& m_connections;
Options | Connections tab implementaion, basically a UI for maintaining the list of connections.
void ApplySettings()
Make dialog's settings the active ones, usually by updating globals.
void OnResize(const wxSize &size)
Resize the connections tab.
void CancelSettings()
Restore dialog settings from currently used values, usually globals.
Generic event handling between MVC Model and Controller based on a shared EventVar variable.