JX Application Framework
Loading...
Searching...
No Matches
Functions | Variables
JXUpdateShortcutIndex.th File Reference

Functions

 if (list.IsEmpty())
 

Variables

 else
 

Function Documentation

◆ if()

if ( list.  IsEmpty())

Used by JXTextCheckbox, JXTextRadioButton, JXMenu

To use this file:

#define LabelVarName ____
#include "JXUpdateShortcutIndex.th"
#undef LabelVarName

Variable Documentation

◆ else

else
Initial value:
{
if (itsShortcuts == nullptr)
{
itsShortcuts = jnew JString(list);
}
else
{
*itsShortcuts = list;
}
itsULIndex = JXWindow::GetULShortcutIndex(LabelVarName, itsShortcuts)
#define LabelVarName
Definition JString.h:24
static JIndex GetULShortcutIndex(const JString &label, const JString *list)
Definition JXWindow.cpp:4230
#define jnew
Definition jNew.h:31