|
| Panel (wxWindow *parent) |
| Constructor.
|
|
virtual | ~Panel () |
| Destructor.
|
|
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 void | OnMouseMoveFromExternalComponent () |
| Event triggered by any other component (not derived from Panel)
|
|
virtual bool | triggerMouseClickEvent () const |
|
The documentation for this class was generated from the following files:
- src/ui/simulator/windows/hydro/dailypower.h
- src/ui/simulator/windows/hydro/dailypower.cpp