|
|
static void | DrawBackgroundWithoutItems (wxWindow &obj, wxDC &dc, const wxRect &rect) |
| |
|
static void | OnMouseMoveFromExternalComponent () |
| | Event triggered by any other component (not derived from Panel)
|
| |
|
|
ActionPanel * | pParent |
| |
|
Antares::Action::Context::Ptr | pContext |
| |
|
Antares::Action::IAction::Ptr | pAction |
| |
|
bool | pCollapsed |
| |
|
bool | pBold |
| |
|
wxColour | pBackgroundColor |
| |
|
wxColour | pBackgroundColorLight |
| |
|
wxColour | pStateColor [Antares::Action::stMax] |
| |
|
wxColour | pLineColor |
| |
|
uint | pDepthSpace |
| |
|
wxString | pText |
| |
|
wxString | pBehaviorText |
| |
|
wxString | pStateText |
| |
|
wxString | pComments |
| |
|
bool | pHasChildren |
| |
|
bool | pCanDoSomething |
| |
|
bool | phasCreatedChildren |
| |
|
bool | pDisabled |
| |
|
wxMenu * | pPopupMenu |
| |
|
Antares::Action::State | pState |
| |
|
Antares::Action::Behavior | pBehavior |
| |
|
Vector | pChildren |
| |
|
uint | pTotalChildrenCount |
| | The total of all children for all sub-nodes.
|
| |
|
static ActionPanel * | SelectedItem = nullptr |
| |
|
| ActionPanel (wxWindow *parent, ActionPanel *parentPanel, const Antares::Action::Context::Ptr &context, const Antares::Action::IAction::Ptr &action) |
| | Default constructor.
|
| |
|
virtual | ~ActionPanel () |
| | Destructor.
|
| |
|
void | expand () |
| |
|
void | collapse () |
| |
|
void | onDraw (wxPaintEvent &) |
| |
|
void | update () |
| |
|
void | forceUpdate () |
| |
|
virtual void | SetFocus () |
| |
|
|
| Panel (wxWindow *parent) |
| | Constructor.
|
| |
|
virtual | ~Panel () |
| | Destructor.
|
| |
|
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 bool | triggerMouseClickEvent () const |
| |
◆ anonymous enum
| Enumerator |
|---|
| itemHeight | Optimal height for a single item.
|
The documentation for this class was generated from the following files:
- src/ui/simulator/toolbox/ext-source/action-panel.h
- src/ui/simulator/toolbox/ext-source/action-panel.cpp