List of OBJITEMs. More...
#include <rvc/objitemlist.h>

Public Member Functions | |
| MISTRING | GetDisplayString (int MaxItemsListed, const CREDENTIALS *pCredentials=0) const |
| MISTRING | GetToolTipString (int MaxItemsListed, const CREDENTIALS *pCredentials=0) const |
| void | IniRead (INIHANDLE handle, const char *group, const char *field) |
| void | IniWrite (INIHANDLE handle, const char *group, const char *field, const CREDENTIALS *pCredentials=0) const |
| bool | IsAllSameFile () const |
List of OBJITEMs.
| MISTRING RVC::OBJITEMLIST::GetDisplayString | ( | int | MaxItemsListed, | |
| const CREDENTIALS * | pCredentials = 0 | |||
| ) | const |
Get standard single-line "display" string for list.
| pCredentials | Maximum number of items to list, will show ellipsis (...) if more |
| MISTRING RVC::OBJITEMLIST::GetToolTipString | ( | int | MaxItemsListed, | |
| const CREDENTIALS * | pCredentials = 0 | |||
| ) | const |
Get standard multi-line "tooltip" string for list.
Will use at most two lines per item.
| pCredentials | Maximum number of items to list, will show ellipsis (...) if more |
| void RVC::OBJITEMLIST::IniRead | ( | INIHANDLE | handle, | |
| const char * | group, | |||
| const char * | field | |||
| ) |
Read from .ini file.
List will be cleared prior to reading.
| handle | Ini Handle created by IniOpen() | |
| group | Group for ini entry, App Name if 0 | |
| field | Field to read string from |
| void RVC::OBJITEMLIST::IniWrite | ( | INIHANDLE | handle, | |
| const char * | group, | |||
| const char * | field, | |||
| const CREDENTIALS * | pCredentials = 0 | |||
| ) | const |
Write to .ini file.
| handle | Ini Handle created by IniOpen() | |
| group | Group to write ini entry, App Name if 0 | |
| field | Field to write string to |
| bool RVC::OBJITEMLIST::IsAllSameFile | ( | ) | const |
Determine if all items in list are in same file.
1.6.1