Action() const | TOOL_EVENT | inline |
Buttons() const | TOOL_EVENT | inline |
Category() const | TOOL_EVENT | inline |
Commit() const | TOOL_EVENT | inline |
Delta() const | TOOL_EVENT | inline |
DisableGridSnapping() const | TOOL_EVENT | inline |
DragOrigin() const | TOOL_EVENT | inline |
FirstResponder() const | TOOL_EVENT | inline |
ForceImmediate() const | TOOL_EVENT | inline |
Format() const | TOOL_EVENT | |
GetCommandId() const | TOOL_EVENT | inline |
getCommandStr() const | TOOL_EVENT | inlineprivate |
HasPosition() const | TOOL_EVENT | inline |
init() | TOOL_EVENT | private |
IsAction(const TOOL_ACTION *aAction) const | TOOL_EVENT | |
IsActionInGroup(const TOOL_ACTION_GROUP &aGroup) const | TOOL_EVENT | |
IsActivate() const | TOOL_EVENT | inline |
IsCancel() const | TOOL_EVENT | inline |
IsCancelInteractive() const | TOOL_EVENT | |
IsChoiceMenu() const | TOOL_EVENT | inline |
IsClick(int aButtonMask=BUT_ANY) const | TOOL_EVENT | |
IsDblClick(int aButtonMask=BUT_ANY) const | TOOL_EVENT | |
IsDrag(int aButtonMask=BUT_ANY) const | TOOL_EVENT | inline |
IsEditorTool() const | TOOL_EVENT | |
IsKeyPressed() const | TOOL_EVENT | inline |
IsMotion() const | TOOL_EVENT | inline |
IsMouseAction() const | TOOL_EVENT | inline |
IsMouseDown(int aButtonMask=BUT_ANY) const | TOOL_EVENT | inline |
IsMouseUp(int aButtonMask=BUT_ANY) const | TOOL_EVENT | inline |
IsMoveTool() const | TOOL_EVENT | |
IsPointEditor() const | TOOL_EVENT | |
IsPrime() const | TOOL_EVENT | inline |
IsReactivate() const | TOOL_EVENT | inline |
IsSelectionEvent() const | TOOL_EVENT | |
IsSimulator() const | TOOL_EVENT | |
IsUndoRedo() const | TOOL_EVENT | inline |
KeyCode() const | TOOL_EVENT | inline |
m_actionGroup | TOOL_EVENT | private |
m_actions | TOOL_EVENT | private |
m_category | TOOL_EVENT | private |
m_commandId | TOOL_EVENT | private |
m_commandStr | TOOL_EVENT | private |
m_commit | TOOL_EVENT | private |
m_firstResponder | TOOL_EVENT | private |
m_forceImmediate | TOOL_EVENT | private |
m_hasPosition | TOOL_EVENT | private |
m_keyCode | TOOL_EVENT | private |
m_modifiers | TOOL_EVENT | private |
m_mouseButtons | TOOL_EVENT | private |
m_mouseDelta | TOOL_EVENT | private |
m_mouseDragOrigin | TOOL_EVENT | private |
m_mousePos | TOOL_EVENT | private |
m_param | TOOL_EVENT | private |
m_passEvent | TOOL_EVENT | private |
m_reactivate | TOOL_EVENT | private |
m_scope | TOOL_EVENT | private |
m_synchronousState | TOOL_EVENT | private |
Matches(const TOOL_EVENT &aEvent) const | TOOL_EVENT | inline |
Modifier(int aMask=MD_MODIFIER_MASK) const | TOOL_EVENT | inline |
Parameter() const | TOOL_EVENT | inline |
Parameter() const | TOOL_EVENT | inline |
PassEvent() const | TOOL_EVENT | inline |
Position() const | TOOL_EVENT | inline |
returnCheckedPosition(const VECTOR2D &aPos) const | TOOL_EVENT | private |
SetActionGroup(const TOOL_ACTION_GROUP &aGroup) | TOOL_EVENT | inline |
SetCommit(COMMIT *aCommit) | TOOL_EVENT | inline |
SetFirstResponder(TOOL_BASE *aTool) | TOOL_EVENT | inline |
SetForceImmediate(bool aForceImmediate=true) | TOOL_EVENT | inline |
SetHasPosition(bool aHasPosition) | TOOL_EVENT | inline |
setModifiers(int aMods) | TOOL_EVENT | inlineprivate |
setMouseButtons(int aButtons) | TOOL_EVENT | inlineprivate |
setMouseDelta(const VECTOR2D &aP) | TOOL_EVENT | inlineprivate |
setMouseDragOrigin(const VECTOR2D &aP) | TOOL_EVENT | inlineprivate |
SetMousePosition(const VECTOR2D &aP) | TOOL_EVENT | inline |
SetParameter(T aParam) | TOOL_EVENT | inline |
SetPassEvent(bool aPass=true) | TOOL_EVENT | inline |
SetReactivate(bool aReactivate=true) | TOOL_EVENT | inline |
SetSynchronous(std::atomic< SYNCRONOUS_TOOL_STATE > *aState) | TOOL_EVENT | inline |
SynchronousState() const | TOOL_EVENT | inline |
TOOL_DISPATCHER | TOOL_EVENT | friend |
TOOL_EVENT(TOOL_EVENT_CATEGORY aCategory=TC_NONE, TOOL_ACTIONS aAction=TA_NONE, TOOL_ACTION_SCOPE aScope=AS_GLOBAL) | TOOL_EVENT | inline |
TOOL_EVENT(TOOL_EVENT_CATEGORY aCategory, TOOL_ACTIONS aAction, int aExtraParam, TOOL_ACTION_SCOPE aScope=AS_GLOBAL) | TOOL_EVENT | inline |
TOOL_EVENT(TOOL_EVENT_CATEGORY aCategory, TOOL_ACTIONS aAction, const std::string &aExtraParam, TOOL_ACTION_SCOPE aScope=AS_GLOBAL) | TOOL_EVENT | inline |
TOOL_EVENT_LIST | TOOL_EVENT | friend |
TOOL_MANAGER | TOOL_EVENT | friend |
TOOLS_HOLDER | TOOL_EVENT | friend |