28#ifndef __TOOL_ACTION_H
29#define __TOOL_ACTION_H
38enum class BITMAPS :
unsigned int;
71 int aDefaultHotKey = 0,
const std::string& aLegacyHotKeyName =
"",
72 const wxString& aMenuText = wxEmptyString,
73 const wxString& aTooltip = wxEmptyString,
75 void* aParam =
nullptr );
135 if(
m_param == (
void*) wxID_CUT )
137 else if(
m_param == (
void*) wxID_COPY )
139 else if(
m_param == (
void*) wxID_PASTE )
BITMAPS
A list of all bitmap identifiers.
Manage TOOL_ACTION objects.