| 
    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 78 of file tool_action.h.
      
  | 
  inline | 
Definition at line 81 of file tool_action.h.
References m_groupID, and m_name.
Referenced by operator==(), and TOOL_ACTION_GROUP().
      
  | 
  inline | 
Definition at line 89 of file tool_action.h.
References GetGroupID(), GetName(), m_groupID, m_name, and TOOL_ACTION_GROUP().
      
  | 
  inline | 
Definition at line 97 of file tool_action.h.
References m_groupID.
Referenced by TOOL_ACTION_GROUP().
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 100 of file tool_action.h.
References m_groupID, and TOOL_ACTION_GROUP().
      
  | 
  private | 
Definition at line 106 of file tool_action.h.
Referenced by GetGroupID(), operator==(), TOOL_ACTION_GROUP(), and TOOL_ACTION_GROUP().
      
  | 
  private | 
Definition at line 107 of file tool_action.h.
Referenced by GetName(), TOOL_ACTION_GROUP(), and TOOL_ACTION_GROUP().