21#ifndef __ANTARES_TOOLBOX_COMPONENTS_WIP_PANEL_WIP_PANEL_H__
22#define __ANTARES_TOOLBOX_COMPONENTS_WIP_PANEL_WIP_PANEL_H__
26#include <ui/common/component/panel.h>
48 void onDraw(wxPaintEvent& evt);
Panel implementation.
Definition panel.h:36
Definition wip-panel.h:33
void onDraw(wxPaintEvent &evt)
Event: draw the panel.
Definition wip-panel.cpp:52
void onEraseBackground(wxEraseEvent &)
UI: Erase background, empty to avoid flickering.
Definition wip-panel.h:50
virtual ~WIPPanel()
Destructor.
Definition wip-panel.cpp:47
WIPPanel(wxWindow *parent)
Constructor.
Definition wip-panel.cpp:40