|
|
| Connections (wxWindow *parent) |
| |
|
virtual void | update () |
| | Clear then Update the input.
|
| |
|
virtual wxPoint | recommendedSize () const |
| | Get the recommended size for the control.
|
| |
| | AInput (wxWindow *parent) |
| | Constructor. More...
|
| |
|
virtual | ~AInput () |
| | Destructor.
|
| |
|
virtual void | updateRowContent () |
| | Only update the content and not the list itself.
|
| |
| virtual void | updateInnerData (const wxString &searchString) |
| | Update each item available in the input. More...
|
| |
|
| 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.
|
| |
|
|
virtual void | internalBuildSubControls () |
| |
|
virtual bool | triggerMouseClickEvent () const |
| |
The documentation for this class was generated from the following files:
- src/ui/simulator/toolbox/input/connection.h
- src/ui/simulator/toolbox/input/connection.cpp