#include <graph/OptionsDisplay.h>#include <common/Defines.h>#include <stdio.h>Go to the source code of this file.
Variables | |
| static OptionEntryEnum::EnumEntry | accessorySortKeyEnum [] |
OptionEntryEnum::EnumEntry accessorySortKeyEnum[] [static] |
Initial value:
{
{ "SortNothing", 0 },
{ "SortName", 1 },
{ "SortPrice", 2 },
{ "", -1 }
}
Definition at line 27 of file OptionsDisplay.cpp.
1.5.3