|
| Tabs (wxWindow *parent, Notebook ¬ebook) |
|
virtual void | onMouseUp (wxMouseEvent &) |
| Click up.
|
|
void | drawItem (wxDC &dc, Page *page, int &pos) |
|
virtual void | drawItemTop (wxDC &dc, Page *page, int &pos, Alignment align) |
|
void | drawItemOnCanvasNotSelected (Page *page, wxDC &dc, const int pos, const int h, const wxSize &textExtent) |
|
void | drawItemOnCanvasSelected (Page *page, wxDC &dc, const int pos, const int h, const wxSize &textExtent) |
|
| Panel (wxWindow *parent) |
| Constructor.
|
|
virtual | ~Panel () |
| Destructor.
|
|
virtual void | onMouseDown (wxMouseEvent &) |
| Click down.
|
|
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.
|
|
|
virtual void | onDraw (wxPaintEvent &evt) |
|
void | onEraseBackground (wxEraseEvent &evt) |
|
void | drawOrientationLeft (wxDC &dc) |
|
void | drawOrientationTop (wxDC &dc) |
|
void | onForceRefresh () |
|
virtual bool | triggerMouseClickEvent () const |
|
|
wxPoint | pCachedSize |
|
wxRect | pRect |
|
int | pMaxFound |
|
wxPoint | pPts [3] |
|
|
static void | OnMouseMoveFromExternalComponent () |
| Event triggered by any other component (not derived from Panel)
|
|
◆ onMouseUp()
void Antares::Component::Notebook::Tabs::onMouseUp |
( |
wxMouseEvent & | | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- src/ui/simulator/toolbox/components/notebook/notebook.h
- src/ui/simulator/toolbox/components/notebook/notebook.cpp
- src/ui/simulator/toolbox/components/notebook/notebook.hxx