|
Antares Simulator
Power System Simulator
|
Panel to access to the simulation settings. More...
#include <panel.h>
Constructor && Destructor | |
| Panel (wxWindow *parent) | |
| Default constructor. More... | |
| virtual | ~Panel () |
| Destructor. | |
Additional Inherited Members | |
Public Member Functions inherited from Antares::Component::Panel | |
| Panel (wxWindow *parent) | |
| Constructor. | |
| virtual void | onMouseDown (wxMouseEvent &) |
| Click down. | |
| virtual void | onMouseUp (wxMouseEvent &) |
| Click up. | |
| virtual void | onMouseClick () |
| The panel has been clicked (delayed) | |
| virtual void | onMouseEnter () |
| The mouse has entered. | |
| virtual void | onMouseLeave () |
| The mouse has leaved. | |
| virtual void | onMouseMoved (int, int) |
| The mouse has moved. | |
Static Public Member Functions inherited from Antares::Component::Panel | |
| static void | OnMouseMoveFromExternalComponent () |
| Event triggered by any other component (not derived from Panel) | |
Protected Member Functions inherited from Antares::Component::Panel | |
| virtual bool | triggerMouseClickEvent () const |
Panel to access to the simulation settings.
| Antares::Window::Simulation::Panel::Panel | ( | wxWindow * | parent | ) |
Default constructor.
| parent | The parent window |