|
inkcpp
|
Handler for a ink list. More...
#include <inkcpp.h>
Public Member Functions | |
| int | ink_list_flags (const HInkList *self, InkListIter *iter) |
| Creates an Iterator over all flags contained in a list. | |
| int | ink_list_flags_from (const HInkList *self, const char *list_name, InkListIter *iter) |
| Creates an Iterator over all flags contained in a list assziated with a defined list. | |
Handler for a ink list.
| int ink_list_flags | ( | const HInkList * | self, |
| InkListIter * | iter ) |
Creates an Iterator over all flags contained in a list.
| 0 | if the list contains no flags and the iterator would be invalid |
| int ink_list_flags_from | ( | const HInkList * | self, |
| const char * | list_name, | ||
| InkListIter * | iter ) |
Creates an Iterator over all flags contained in a list assziated with a defined list.
| self | ||
| list_name | name of defined list which elements should be filterd | |
| [out] | iter | constructed iterator |
| 0 | if the list contains no flags and the iterator would be invalid |