#include <FBLib_TMSOSDMenu.h>
Data Fields | |
char | Name [ITEMNAMESIZE] |
char | Value [ITEMVALUESIZE] |
TYPE_GrData * | pNameIconGd |
TYPE_GrData * | pValueIconGd |
dword | ColorPatch |
dword | NameColor |
dword | TextColor |
bool | Selectable |
bool | ValueArrows |
bool | passDrawing |
bool | drawName |
bool | drawValue |
dword | ID |
int | CustomIndex |
Definition at line 31 of file FBLib_TMSOSDMenu.h.
dword tItem::ColorPatch |
Definition at line 37 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), and OSDMenuItemModifyColorPatch().
int tItem::CustomIndex |
Definition at line 46 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), and OSDMenuItemModifyCustomIndex().
bool tItem::drawName |
Definition at line 43 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), and OSDMenuItemPassDrawing().
bool tItem::drawValue |
Definition at line 44 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), and OSDMenuItemPassDrawing().
dword tItem::ID |
Definition at line 45 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), OSDMenuItemFindID(), OSDMenuItemGetID(), OSDMenuItemModifyID(), and OSDMenuItemSortID().
char tItem::Name[ITEMNAMESIZE] |
Definition at line 33 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDDrawMemo(), OSDMenuItemAdd(), OSDMenuItemFindName(), OSDMenuItemGetName(), OSDMenuItemModifyName(), and OSDMenuItemSortNameColumn().
dword tItem::NameColor |
Definition at line 38 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), OSDMenuItemGetNameColor(), and OSDMenuItemModifyNameColor().
bool tItem::passDrawing |
Definition at line 42 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), and OSDMenuItemPassDrawing().
TYPE_GrData* tItem::pNameIconGd |
Definition at line 35 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), and OSDMenuItemModifyNameIcon().
TYPE_GrData* tItem::pValueIconGd |
Definition at line 36 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), and OSDMenuItemModifyValueIcon().
bool tItem::Selectable |
Definition at line 40 of file FBLib_TMSOSDMenu.h.
Referenced by OSDCalcIndices(), OSDDrawList(), OSDMenuFindNextSelectableEntry(), OSDMenuFindPreviousSelectableEntry(), OSDMenuItemAdd(), OSDMenuItemModifySelectable(), and OSDMenuSelectItem().
dword tItem::TextColor |
Definition at line 39 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), OSDMenuItemGetTextColor(), and OSDMenuItemModifyTextColor().
char tItem::Value[ITEMVALUESIZE] |
Definition at line 34 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), OSDMenuItemFindValue(), OSDMenuItemGetValue(), OSDMenuItemModifyValue(), and OSDMenuItemSortValueColumn().
bool tItem::ValueArrows |
Definition at line 41 of file FBLib_TMSOSDMenu.h.
Referenced by OSDDrawList(), OSDMenuItemAdd(), and OSDMenuItemModifyValueArrows().