#include "../jnilib.h"
#include "checkbox.h"
Include dependency graph for checkboxgroup.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | CheckBoxGroup_ |
A structure for C, which describes the CheckBoxGroup. More... | |
struct | CheckBoxGroupCPP_ |
A structure for C++, which describes the CheckBoxGroup. More... | |
struct | CheckBoxGroupData |
This structure holds the data needed for the CheckBoxGroup for C and C++. More... | |
Defines | |
#define | CLS_CHECKBOXGROUP "java/awt/CheckboxGroup" |
Defines the full name of the AWT-CheckBoxGroup-Class. | |
#define | createCheckBoxGroup createCheckBoxGroupC |
Defines which function to call when createCheckBoxGroup is called. | |
#define | deleteCheckBoxGroup deleteCheckBoxGroupC |
Defines which function to call when deleteCheckBoxGroup is called. | |
Typedefs | |
typedef CheckBoxGroup_ | CheckBoxGroup |
Defines which structure is used as CheckBoxGroup. | |
typedef CheckBoxGroup_ | CheckBoxGroup_ |
A structure for C, which describes the CheckBoxGroup. | |
typedef CheckBoxGroupCPP_ | CheckBoxGroupCPP_ |
A structure for C++, which describes the CheckBoxGroup. | |
typedef CheckBoxGroupData | CheckBoxGroupData |
This structure holds the data needed for the CheckBoxGroup for C and C++. | |
Functions | |
void | createCheckBoxGroupC (CheckBoxGroup_ *checkboxgroup) |
Function is called when working with C and calling the function createCheckBoxGroup. | |
void | createCheckBoxGroupCPP (CheckBoxGroupCPP_ *checkboxgroup) |
Function is called when working with C++ and calling the function createCheckBoxGroup. | |
void | deleteCheckBoxGroupC (CheckBoxGroup_ *checkboxgroup) |
Function is called when working with C and calling the function deleteCheckBoxGroup. | |
void | deleteCheckBoxGroupCPP (CheckBoxGroupCPP_ *checkboxgroup) |
Function is called when working with C++ and calling the function deleteCheckBoxGroup. |
A Checkboxgroup groups Checkboxes. Only one of these Checkboxes can be selected at a time.
Definition in file checkboxgroup.h.
|
Defines the full name of the AWT-CheckBoxGroup-Class.
Definition at line 21 of file checkboxgroup.h. |
|
Defines which function to call when createCheckBoxGroup is called.
Definition at line 33 of file checkboxgroup.h. |
|
Defines which function to call when deleteCheckBoxGroup is called.
Definition at line 34 of file checkboxgroup.h. |
|
Defines which structure is used as CheckBoxGroup.
Definition at line 32 of file checkboxgroup.h. |
|
A structure for C, which describes the CheckBoxGroup.
|
|
A structure for C++, which describes the CheckBoxGroup.
|
|
This structure holds the data needed for the CheckBoxGroup for C and C++.
|
|
Function is called when working with C and calling the function createCheckBoxGroup. It initializes the CheckBoxGroup_ structure.
Definition at line 67 of file checkboxgroup.c. |
|
Function is called when working with C++ and calling the function createCheckBoxGroup. It initializes the CheckBoxGroupCPP_ structure.
Definition at line 55 of file checkboxgroup.c. |
|
Function is called when working with C and calling the function deleteCheckBoxGroup.
Definition at line 97 of file checkboxgroup.c. |
|
Function is called when working with C++ and calling the function deleteCheckBoxGroup.
Definition at line 87 of file checkboxgroup.c. |