21#ifndef __ANTARES_TOOLBOX_INPUT_RENEWABLE_CLUSTER_H__
22#define __ANTARES_TOOLBOX_INPUT_RENEWABLE_CLUSTER_H__
32#include <wx/imaglist.h>
35#include "../components/htmllistbox/item/renewable-cluster-item.h"
36#include "../components/htmllistbox/datasource/renewable-cluster-order.h"
37#include "../components/htmllistbox/item/renewable-cluster-item.h"
43namespace InputSelector
45using namespace Component::HTMLListbox::Datasource;
73 void updateInnerValues();
107 void onStudyEndUpdate();
110 void internalAddPlant(
void*);
112 void internalDeletePlant(
void*);
114 void internalClonePlant(
void*);
116 void internalDeleteAll(
void*);
122 void onApplicationOnQuit();
127 void onStudyClosed();
135 void onStudyRenewableClusterCommonSettingsChanged();
143 void evtPopupDelete(wxCommandEvent&);
145 void evtPopupDeleteAll(wxCommandEvent&);
149 void updateWhenGroupChanges();
155 wxStaticText* pTotalMW;
157 wxImageList pImageList;
163 Component::HTMLListbox::Item::RenewableClusterItem::Ptr pLastSelectedRenewableCluster;
Listbox with HTML content.
Definition component.h:50
Definition renewable-cluster-order.h:60
Definition renewable-cluster-order.h:86
std::shared_ptr< IItem > Ptr
The most suitable smartptr for this class.
Definition item.h:51
Definition for a single area.
Definition area.h:52