JX Application Framework
|
#include "JXMenu.h"
Functions | |
void | JXParseMenuItemStr (JString *text, bool *isActive, bool *hasSeparator, JXMenu::ItemType *type, JString *shortcuts, JString *nmShortcut, JString *id) |
bool | JXParseNMShortcut (JString *str, int *key, JXKeyModifiers *modifiers, const bool useMacOSSymbols) |
void | JXAdjustNMShortcutString (JString *str, const JUtf8Byte *origStr, const JXModifierKey newKey) |
JXModifierKey | JXAdjustNMShortcutModifier (const JXModifierKey key) |
JXModifierKey JXAdjustNMShortcutModifier | ( | const JXModifierKey | key | ) |
void JXAdjustNMShortcutString | ( | JString * | str, |
const JUtf8Byte * | origStr, | ||
const JXModifierKey | newKey | ||
) |
void JXParseMenuItemStr | ( | JString * | text, |
bool * | isActive, | ||
bool * | hasSeparator, | ||
JXMenu::ItemType * | type, | ||
JString * | shortcuts, | ||
JString * | nmShortcut, | ||
JString * | id | ||
) |
bool JXParseNMShortcut | ( | JString * | str, |
int * | key, | ||
JXKeyModifiers * | modifiers, | ||
const bool | useMacOSSymbols | ||
) |