Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In the example provider component, a code example of object lists, including using a filter, is in Object.cpp. Supported methods are listed in the following table.
| Object | Description |
|---|---|
| ObjectTypeList::ObjectTypeList | Creator: Build a list using the filter. |
| ObjectTypeList::~ObjectTypeList | Standard destructor. |
| ObjectTypeList::GetCurrentObject | Retrieve the current object from the list. |
| ObjectTypeList::Next | Bump the index. |
| ObjectTypeList::Reset | Reset the index. |
| IsValidFilter | Check the integrity of the filter. |
| BuildDefaultObjectArray | Build an array of objects using the filter. |
| BuildObjectArray | Build an object array. |