28#ifndef __TOOL_ACTION_H
29#define __TOOL_ACTION_H
42enum class BITMAPS :
unsigned int;
85 static int groupIDs = 0;
258 for(
auto flag : aState )
308 int aDefaultHotKey = 0,
const std::string& aLegacyHotKeyName =
"",
309 const wxString& aMenuText = wxEmptyString,
310 const wxString& aTooltip = wxEmptyString,
350 void SetHotKey(
int aKeycode,
int aKeycodeAlt = 0 );
392 wxString
GetTooltip(
bool aIncludeHotkey =
true )
const;
410 "Attempted to get a parameter from an action with no parameter." );
416 param = ki::any_cast<T>(
m_param );
421 wxString::Format(
"Requested parameter type %s from action with "
422 "parameter type %s.",
BITMAPS
A list of all bitmap identifiers.
Manage TOOL_ACTION objects.
A type-safe container of any type.
bool has_value() const noexcept
Report whether there is a contained object or not.
const std::type_info & type() const noexcept
The typeid of the contained object, or typeid(void) if empty.
Exception class thrown by a failed any_cast.
An implementation of std::any_cast, which uses type_info::hash_code to check validity of cast types.