#include "checkboxmenuitem.h"
#include "component.h"
Include dependency graph for checkboxmenuitem.c:

Go to the source code of this file.
| Functions | |
| ItemListener | addCheckBoxMenuItemItemListener (CheckBoxMenuItem *checkboxmenuitem, void(*func)(Component, jboolean, const char *)) | 
| Adds an ItemListener for the CheckBoxMenuItem to call back the specified function. | |
| void | createCheckBoxMenuItem_ (CheckBoxMenuItem *checkboxmenuitem) | 
| Creates the CheckBoxMenuItem by getting the Java CheckBoxMenuItem-Class, the method ids and createing a new Java CheckBoxMenuItem-Object. | |
| void | createCheckBoxMenuItemC (CheckBoxMenuItem_ *checkboxmenuitem) | 
| Function is called when working with C and calling the function createCheckBoxMenuItem. | |
| void | createCheckBoxMenuItemCPP (CheckBoxMenuItemCPP_ *checkboxmenuitem) | 
| Function is called when working with C++ and calling the function createCheckBoxMenuItem. | |
| void | deleteCheckBoxMenuItem_ (CheckBoxMenuItem *checkboxmenuitem) | 
| Deletes the CheckBoxMenuItem by deleting the global references. | |
| void | deleteCheckBoxMenuItemC (CheckBoxMenuItem_ *checkboxmenuitem) | 
| Function is called when working with C and calling the function deleteCheckBoxMenuItem. | |
| void | deleteCheckBoxMenuItemCPP (CheckBoxMenuItemCPP_ *checkboxmenuitem) | 
| Function is called when working with C++ and calling the function deleteCheckBoxMenuItem. | |
| char * | getCheckBoxMenuItemLabel (CheckBoxMenuItem *checkboxmenuitem) | 
| Gets the label of the CheckBoxMenuItem. | |
| jobject | getCheckBoxMenuItemObject (CheckBoxMenuItem *checkboxmenuitem) | 
| Gets the reference to the java checkboxmenuitem object. | |
| jboolean | getCheckBoxMenuItemState (CheckBoxMenuItem *checkboxmenuitem) | 
| Gets the checked status of the CheckBoxMenuItem. | |
| void | initCheckBoxMenuItem_ (CheckBoxMenuItem_ *checkboxmenuitem) | 
| Initializes the CheckBoxMenuItem_ structure by setting the function pointers. | |
| jboolean | isCheckBoxMenuItemEnabled (CheckBoxMenuItem *checkboxmenuitem) | 
| Gets the enabled status of the CheckBoxMenuItem. | |
| void | removeCheckBoxMenuItemItemListener (CheckBoxMenuItem *checkboxmenuitem, ItemListener il) | 
| Removes an ItemListener from the CheckBoxMenuItem and deletes the global reference to the ItemListener. | |
| void | setCheckBoxMenuItemEnabled (CheckBoxMenuItem *checkboxmenuitem, jboolean enable) | 
| Sets the enabled status of the CheckBoxMenuItem. | |
| void | setCheckBoxMenuItemLabel (CheckBoxMenuItem *checkboxmenuitem, const char *label) | 
| Sets the label of the CheckBoxMenuItem. | |
| void | setCheckBoxMenuItemState (CheckBoxMenuItem *checkboxmenuitem, jboolean state) | 
| Sets the checked status of the CheckBoxMenuItem. | |
A CheckboxMenuItem is a Checkbox which can be included into a menu.
Definition in file checkboxmenuitem.c.
| 
 | ||||||||||||
| Adds an ItemListener for the CheckBoxMenuItem to call back the specified function. For more information see: addItemListener 
 
 
 Definition at line 119 of file checkboxmenuitem.c. | 
| 
 | 
| Creates the CheckBoxMenuItem by getting the Java CheckBoxMenuItem-Class, the method ids and createing a new Java CheckBoxMenuItem-Object. 
 
 Definition at line 159 of file checkboxmenuitem.c. | 
| 
 | 
| Function is called when working with C and calling the function createCheckBoxMenuItem. It initializes the CheckBoxMenuItem_ structure. 
 
 Definition at line 189 of file checkboxmenuitem.c. | 
| 
 | 
| Function is called when working with C++ and calling the function createCheckBoxMenuItem. It initializes the CheckBoxMenuItemCPP_ structure. 
 
 Definition at line 177 of file checkboxmenuitem.c. | 
| 
 | 
| Deletes the CheckBoxMenuItem by deleting the global references. 
 
 Definition at line 199 of file checkboxmenuitem.c. | 
| 
 | 
| Function is called when working with C and calling the function deleteCheckBoxMenuItem. 
 
 Definition at line 219 of file checkboxmenuitem.c. | 
| 
 | 
| Function is called when working with C++ and calling the function deleteCheckBoxMenuItem. 
 
 Definition at line 209 of file checkboxmenuitem.c. | 
| 
 | 
| Gets the label of the CheckBoxMenuItem. 
 
 Definition at line 49 of file checkboxmenuitem.c. | 
| 
 | 
| Gets the reference to the java checkboxmenuitem object. 
 
 
 Definition at line 24 of file checkboxmenuitem.c. | 
| 
 | 
| Gets the checked status of the CheckBoxMenuItem. 
 
 
 Definition at line 104 of file checkboxmenuitem.c. | 
| 
 | 
| Initializes the CheckBoxMenuItem_ structure by setting the function pointers. 
 
 Definition at line 141 of file checkboxmenuitem.c. | 
| 
 | 
| Gets the enabled status of the CheckBoxMenuItem. 
 
 
 Definition at line 79 of file checkboxmenuitem.c. | 
| 
 | ||||||||||||
| Removes an ItemListener from the CheckBoxMenuItem and deletes the global reference to the ItemListener. 
 
 
 Definition at line 132 of file checkboxmenuitem.c. | 
| 
 | ||||||||||||
| Sets the enabled status of the CheckBoxMenuItem. 
 
 Definition at line 66 of file checkboxmenuitem.c. | 
| 
 | ||||||||||||
| Sets the label of the CheckBoxMenuItem. 
 
 Definition at line 36 of file checkboxmenuitem.c. | 
| 
 | ||||||||||||
| Sets the checked status of the CheckBoxMenuItem. 
 
 Definition at line 91 of file checkboxmenuitem.c. | 
 1.4.4
 1.4.4