#include <uMenu.h>

Public Member Functions | |
| uSelectItem (const tOutput &desc, const tOutput &help, T val) | |
Public Attributes | |
| int | idnum |
| tOutput | description |
| tOutput | helpText |
| T | value |
Definition at line 230 of file uMenu.h.
| uSelectItem< T >::uSelectItem | ( | const tOutput & | desc, | |
| const tOutput & | help, | |||
| T | val | |||
| ) | [inline] |
| int uSelectItem< T >::idnum |
Definition at line 232 of file uMenu.h.
Referenced by uMenuItemSelection< bool >::Clear(), and uMenuItemSelection< bool >::NewChoice().
| tOutput uSelectItem< T >::description |
| tOutput uSelectItem< T >::helpText |
| T uSelectItem< T >::value |
1.5.4