checkboxgroup.c File Reference

Implementation of the CheckBoxGroup functions. More...

#include "checkboxgroup.h"

Include dependency graph for checkboxgroup.c:

Go to the source code of this file.

Functions

void createCheckBoxGroup_ (CheckBoxGroup *checkboxgroup)
 Creates the CheckBoxGroup by getting the Java CheckBoxGroup-Class, the method ids and createing a new Java CheckBoxGroup-Object.
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 deleteCheckBoxGroup_ (CheckBoxGroup *checkboxgroup)
 Deletes the CheckBoxGroup by deleting the global references.
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.
void initCheckBoxGroup_ (CheckBoxGroup_ *checkboxgroup)
 Initializes the CheckBoxGroup_ structure by setting the function pointers.
void setCheckBoxGroupSelectedCheckBox (CheckBoxGroup *checkboxgroup, CheckBox *checkbox)
 Sets a checkbox as selected in the CheckBoxGroup.


Detailed Description

Implementation of the CheckBoxGroup functions.

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


Function Documentation

void createCheckBoxGroup_ CheckBoxGroup checkboxgroup  ) 
 

Creates the CheckBoxGroup by getting the Java CheckBoxGroup-Class, the method ids and createing a new Java CheckBoxGroup-Object.

Parameters:
checkboxgroup - The CheckBoxGroup to create.

Definition at line 42 of file checkboxgroup.c.

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 deleteCheckBoxGroup_ CheckBoxGroup checkboxgroup  ) 
 

Deletes the CheckBoxGroup by deleting the global references.

Parameters:
checkboxgroup - A pointer to a checkboxgroup.

Definition at line 77 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.

void initCheckBoxGroup_ CheckBoxGroup_ checkboxgroup  ) 
 

Initializes the CheckBoxGroup_ structure by setting the function pointers.

Parameters:
checkboxgroup - A pointer to a CheckBoxGroup_ structure.

Definition at line 32 of file checkboxgroup.c.

void setCheckBoxGroupSelectedCheckBox CheckBoxGroup checkboxgroup,
CheckBox checkbox
 

Sets a checkbox as selected in the CheckBoxGroup.

Parameters:
checkboxgroup - Pointer to the checkboxgroup.
checkbox - Pointer to the checkbox to set as selected.

Definition at line 23 of file checkboxgroup.c.


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