- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [Class List](annotated.md)
- [Alphabetical List](classes.md)
- [Class Hierarchy](hierarchy.md)
- [Class Members](functions.md)
TypeInfoArray Class Reference¶
Holds the list of choices that appears in a drop-down list. More...
#include <HPropert.h>
Collaboration diagram for TypeInfoArray:
Collaboration graph
[legend]
Public Member Functions |
|
| TypeInfoArray () | |
| ~TypeInfoArray () | |
| void | SetArraySize (int count) |
| void | DeleteArray () |
| HTypeInfo * | operator[] (int index) |
| HTypeInfo * | GetTypeInfoArrayData () |
| int | GetCount () const |
Private Member Functions |
|
| void | AllocArray (HTypeInfo **array, int count) |
| void | DeleteArray (HTypeInfo *array) |
| HTypeInfo * | ElementAt (HTypeInfo *array, int index) |
Private Attributes |
|
| HTypeInfo * | m_typeinfoarray |
| int | m_count |