|
|
| MapTabs (wxWindow *parent, Notebook ¬ebook) |
| |
|
void | onDraw (wxPaintEvent &) |
| |
|
void | drawOrientationTop (wxDC &dc) |
| |
|
| Tabs (wxWindow *parent, Notebook ¬ebook) |
| |
|
void | drawItem (wxDC &dc, Page *page, int &pos) |
| |
|
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.
|
| |
|
|
Yuni::Event< void(int &, int &)> | onMouseMotion |
| | Event: adding a page.
|
| |
|
void | doSizing (wxDC &dc) |
| | compute the offset and draw tab scrolling button if tabs don't fit in the window \
|
| |
|
void | drawItemTop (wxDC &dc, Page *page, int &pos, Notebook::Alignment align) |
| |
|
void | onMouseUp (wxMouseEvent &) |
| | Click up.
|
| |
|
void | onMouseMove (wxMouseEvent &) |
| |
|
void | onMouseLeave (wxMouseEvent &) |
| |
|
|
static void | OnMouseMoveFromExternalComponent () |
| | Event triggered by any other component (not derived from Panel)
|
| |
|
Notebook & | pNotebook |
| |
|
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] |
| |
The documentation for this class was generated from the following files:
- src/ui/simulator/toolbox/components/notebook/mapnotebook.h
- src/ui/simulator/toolbox/components/notebook/mapnotebook.cpp