Choice_ Struct Reference

A structure for C, which describes the Choice. More...

#include <choice.h>

Collaboration diagram for Choice_:

Collaboration graph
[legend]

Data Fields

void(* addItem )(Choice *choice, const char *item)
ItemListener(* addItemListener )(Choice *choice, void(*func)(Component, jboolean, const char *))
ChoiceData choice
jint(* getHeight )(Choice *choice)
char *(* getItem )(Choice *choice, jint pos)
jint(* getItemCount )(Choice *choice)
jobject(* getObject )(Choice *choice)
jint(* getSelectedIndex )(Choice *choice)
jint(* getWidth )(Choice *choice)
jint(* getX )(Choice *choice)
jint(* getY )(Choice *choice)
void(* removeAll )(Choice *choice)
void(* removeItem )(Choice *choice, const char *item)
void(* removeItemAtPos )(Choice *choice, jint pos)
void(* removeItemListener )(Choice *choice, ItemListener il)
void(* selectItem )(Choice *choice, jint item)
void(* setLocation )(Choice *choice, jint x, jint y)
void(* setSize )(Choice *choice, jint width, jint height)

Detailed Description

A structure for C, which describes the Choice.

Definition at line 59 of file choice.h.


Field Documentation

void(* Choice_::addItem)(Choice *choice, const char *item)
 

ItemListener(* Choice_::addItemListener)(Choice *choice, void(*func)(Component, jboolean, const char *))
 

ChoiceData Choice_::choice
 

Definition at line 60 of file choice.h.

jint(* Choice_::getHeight)(Choice *choice)
 

char*(* Choice_::getItem)(Choice *choice, jint pos)
 

jint(* Choice_::getItemCount)(Choice *choice)
 

jobject(* Choice_::getObject)(Choice *choice)
 

jint(* Choice_::getSelectedIndex)(Choice *choice)
 

jint(* Choice_::getWidth)(Choice *choice)
 

jint(* Choice_::getX)(Choice *choice)
 

jint(* Choice_::getY)(Choice *choice)
 

void(* Choice_::removeAll)(Choice *choice)
 

void(* Choice_::removeItem)(Choice *choice, const char *item)
 

void(* Choice_::removeItemAtPos)(Choice *choice, jint pos)
 

void(* Choice_::removeItemListener)(Choice *choice, ItemListener il)
 

void(* Choice_::selectItem)(Choice *choice, jint item)
 

void(* Choice_::setLocation)(Choice *choice, jint x, jint y)
 

void(* Choice_::setSize)(Choice *choice, jint width, jint height)
 


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:16 2005 for GrubC by  doxygen 1.4.4