24#ifndef CONNECT_NEW_DLG_
25#define CONNECT_NEW_DLG_
30#include <wx/scrolwin.h>
35#include "color_types.h"
49 const std::vector<ConnectionParams*>& connections);
68 static void SetColorScheme(ColorScheme cs);
71 static void DoApply(wxWindow* root);
72 static void DoCancel(wxWindow* root);
74 const std::vector<ConnectionParams*>& m_connections;
Options | Connections tab implementation, 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 for example MVC Model and Controller based on a shared EventVar variab...
A common variable shared between producer and consumer which supports Listen() and Notify().