checkboxgroup.h File Reference

Descripes the CheckBoxGroup structures, functions and constants. More...

#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.


Detailed Description

Descripes the CheckBoxGroup structures, functions and constants.

A Checkboxgroup groups Checkboxes. Only one of these Checkboxes can be selected at a time.

Author:
Stefan Gruber
Date:
20.02.2005

Definition in file checkboxgroup.h.


Define Documentation

#define CLS_CHECKBOXGROUP   "java/awt/CheckboxGroup"
 

Defines the full name of the AWT-CheckBoxGroup-Class.

Definition at line 21 of file checkboxgroup.h.

#define createCheckBoxGroup   createCheckBoxGroupC
 

Defines which function to call when createCheckBoxGroup is called.

Definition at line 33 of file checkboxgroup.h.

#define deleteCheckBoxGroup   deleteCheckBoxGroupC
 

Defines which function to call when deleteCheckBoxGroup is called.

Definition at line 34 of file checkboxgroup.h.


Typedef Documentation

typedef struct CheckBoxGroup_ CheckBoxGroup
 

Defines which structure is used as CheckBoxGroup.

Definition at line 32 of file checkboxgroup.h.

typedef struct CheckBoxGroup_ CheckBoxGroup_
 

A structure for C, which describes the CheckBoxGroup.

typedef struct CheckBoxGroupCPP_ CheckBoxGroupCPP_
 

A structure for C++, which describes the CheckBoxGroup.

typedef struct CheckBoxGroupData CheckBoxGroupData
 

This structure holds the data needed for the CheckBoxGroup for C and C++.


Function Documentation

void createCheckBoxGroupC CheckBoxGroup_ checkboxgroup  ) 
 

Function is called when working with C and calling the function createCheckBoxGroup.

It initializes the CheckBoxGroup_ structure.

Parameters:
checkboxgroup - A pointer to a CheckBoxGroup_ structure.

Definition at line 67 of file checkboxgroup.c.

void createCheckBoxGroupCPP CheckBoxGroupCPP_ checkboxgroup  ) 
 

Function is called when working with C++ and calling the function createCheckBoxGroup.

It initializes the CheckBoxGroupCPP_ structure.

Parameters:
checkboxgroup - A pointer to a CheckBoxGroupCPP_ structure.

Definition at line 55 of file checkboxgroup.c.

void deleteCheckBoxGroupC CheckBoxGroup_ checkboxgroup  ) 
 

Function is called when working with C and calling the function deleteCheckBoxGroup.

Parameters:
checkboxgroup - A pointer to a CheckBoxGroup_ structure.

Definition at line 97 of file checkboxgroup.c.

void deleteCheckBoxGroupCPP CheckBoxGroupCPP_ checkboxgroup  ) 
 

Function is called when working with C++ and calling the function deleteCheckBoxGroup.

Parameters:
checkboxgroup - A pointer to a CheckBoxGroupCPP_ structure.

Definition at line 87 of file checkboxgroup.c.


Generated on Sat Nov 19 14:11:12 2005 for GrubC by  doxygen 1.4.4