21#ifndef __ANTARES_APPLICATION_HYDROOW_HYDRO_PREPRO_H__
22#define __ANTARES_APPLICATION_HYDROOW_HYDRO_PREPRO_H__
24#include "../../toolbox/components/datagrid/component.h"
25#include "../../toolbox/input/area.h"
26#include <ui/common/component/panel.h>
27#include "../../toolbox/components/button.h"
49 void createComponents();
53 void onIntermonthlyCorrelationChanged(wxCommandEvent& evt);
60 bool pComponentsAreReady;
62 wxTextCtrl* pIntermonthlyCorrelation;
Panel implementation.
Definition panel.h:36
Definition for a single area.
Definition area.h:52
virtual ~Prepro()
Destructor.
Definition prepro.cpp:129
Prepro(wxWindow *parent, Toolbox::InputSelector::Area *notifier)
Constructor.
Definition prepro.cpp:41