JX Application Framework
Loading...
Searching...
No Matches
Functions
jXMenuUtil.h File Reference
#include "JXMenu.h"
Include dependency graph for jXMenuUtil.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ JXAdjustNMShortcutModifier()

JXModifierKey JXAdjustNMShortcutModifier ( const JXModifierKey  key)

◆ JXAdjustNMShortcutString()

void JXAdjustNMShortcutString ( JString str,
const JUtf8Byte origStr,
const JXModifierKey  newKey 
)

◆ JXParseMenuItemStr()

void JXParseMenuItemStr ( JString text,
bool isActive,
bool hasSeparator,
JXMenu::ItemType type,
JString shortcuts,
JString nmShortcut,
JString id 
)

◆ JXParseNMShortcut()

bool JXParseNMShortcut ( JString str,
int *  key,
JXKeyModifiers modifiers,
const bool  useMacOSSymbols 
)