inkcpp
|
Handler for a ink choice. More...
#include <inkcpp.h>
Public Member Functions | |
const char * | ink_choice_text (const HInkChoice *self) |
Choice text. | |
int | ink_choice_num_tags (const HInkChoice *self) |
number of tags assoziated with this choice | |
const char * | ink_choice_get_tag (const HInkChoice *self, int index) |
access tag. | |
Handler for a ink choice.
Contains all the data about a single choice being faced by an ink runner. Of primary concern is the index and the text.
const char * ink_choice_get_tag | ( | const HInkChoice * | self, |
int | index ) |
access tag.
index | tag id to fetch [0;num_tags()) |
self |
int ink_choice_num_tags | ( | const HInkChoice * | self | ) |
const char * ink_choice_text | ( | const HInkChoice * | self | ) |
Choice text.
Text to display to the user for choosing this choice.
self |