KiCad PCB EDA Suite
|
Define a group that can be used to group actions (and their events) of similar operations. More...
#include <tool_action.h>
Public Member Functions | |
TOOL_ACTION_GROUP (std::string aName) | |
TOOL_ACTION_GROUP (const TOOL_ACTION_GROUP &aOther) | |
int | GetGroupID () const |
const std::string & | GetName () const |
bool | operator== (const TOOL_ACTION_GROUP &aOther) const |
Private Attributes | |
int | m_groupID |
std::string | m_name |
Define a group that can be used to group actions (and their events) of similar operations.
Definition at line 62 of file tool_action.h.
|
inline |
Definition at line 65 of file tool_action.h.
References m_groupID.
|
inline |
Definition at line 73 of file tool_action.h.
References GetGroupID(), GetName(), m_groupID, and m_name.
|
inline |
Definition at line 81 of file tool_action.h.
References m_groupID.
Referenced by TOOL_ACTION_GROUP().
|
inline |
|
inline |
Definition at line 84 of file tool_action.h.
References m_groupID.
|
private |
Definition at line 90 of file tool_action.h.
Referenced by GetGroupID(), operator==(), and TOOL_ACTION_GROUP().
|
private |
Definition at line 91 of file tool_action.h.
Referenced by GetName(), and TOOL_ACTION_GROUP().