checkboxmenuitem.h File Reference

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

#include "../jnilib.h"
#include "listeners.h"

Include dependency graph for checkboxmenuitem.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  CheckBoxMenuItem_
 A structure for C, which describes the CheckBoxMenuItem. More...
struct  CheckBoxMenuItemCPP_
 A structure for C++, which describes the CheckBoxMenuItem. More...
struct  CheckBoxMenuItemData
 This structure holds the data needed for the CheckBoxMenuItem for C and C++. More...

Defines

#define CLS_CHECKBOXMENUITEM   "java/awt/CheckboxMenuItem"
 Defines the full name of the AWT-CheckBoxMenuItem-Class.
#define createCheckBoxMenuItem   createCheckBoxMenuItemC
 Defines which function to call when createCheckBoxMenuItem is called.
#define deleteCheckBoxMenuItem   deleteCheckBoxMenuItemC
 Defines which function to call when deleteCheckBoxMenuItem is called.

Typedefs

typedef CheckBoxMenuItem_ CheckBoxMenuItem
 Defines which structure is used as CheckBoxMenuItem.
typedef CheckBoxMenuItem_ CheckBoxMenuItem_
 A structure for C, which describes the CheckBoxMenuItem.
typedef CheckBoxMenuItemCPP_ CheckBoxMenuItemCPP_
 A structure for C++, which describes the CheckBoxMenuItem.
typedef CheckBoxMenuItemData CheckBoxMenuItemData
 This structure holds the data needed for the CheckBoxMenuItem for C and C++.

Functions

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


Detailed Description

Descripes the CheckBoxMenuItem structures, functions and constants.

A CheckboxMenuItem is a Checkbox which can be included into a menu.

Author:
Stefan Gruber
Date:
03.02.2005

Definition in file checkboxmenuitem.h.


Define Documentation

#define CLS_CHECKBOXMENUITEM   "java/awt/CheckboxMenuItem"
 

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

Definition at line 21 of file checkboxmenuitem.h.

#define createCheckBoxMenuItem   createCheckBoxMenuItemC
 

Defines which function to call when createCheckBoxMenuItem is called.

Definition at line 33 of file checkboxmenuitem.h.

#define deleteCheckBoxMenuItem   deleteCheckBoxMenuItemC
 

Defines which function to call when deleteCheckBoxMenuItem is called.

Definition at line 34 of file checkboxmenuitem.h.


Typedef Documentation

typedef struct CheckBoxMenuItem_ CheckBoxMenuItem
 

Defines which structure is used as CheckBoxMenuItem.

Definition at line 32 of file checkboxmenuitem.h.

typedef struct CheckBoxMenuItem_ CheckBoxMenuItem_
 

A structure for C, which describes the CheckBoxMenuItem.

typedef struct CheckBoxMenuItemCPP_ CheckBoxMenuItemCPP_
 

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

typedef struct CheckBoxMenuItemData CheckBoxMenuItemData
 

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


Function Documentation

void createCheckBoxMenuItemC CheckBoxMenuItem_ checkboxmenuitem  ) 
 

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

It initializes the CheckBoxMenuItem_ structure.

Parameters:
checkboxmenuitem - A pointer to a CheckBoxMenuItem_ structure.

Definition at line 189 of file checkboxmenuitem.c.

void createCheckBoxMenuItemCPP CheckBoxMenuItemCPP_ checkboxmenuitem  ) 
 

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

It initializes the CheckBoxMenuItemCPP_ structure.

Parameters:
checkboxmenuitem - A pointer to a CheckBoxMenuItemCPP_ structure.

Definition at line 177 of file checkboxmenuitem.c.

void deleteCheckBoxMenuItemC CheckBoxMenuItem_ checkboxmenuitem  ) 
 

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

Parameters:
checkboxmenuitem - A pointer to a CheckBoxMenuItem_ structure.

Definition at line 219 of file checkboxmenuitem.c.

void deleteCheckBoxMenuItemCPP CheckBoxMenuItemCPP_ checkboxmenuitem  ) 
 

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

Parameters:
checkboxmenuitem - A pointer to a CheckBoxMenuItemCPP_ structure.

Definition at line 209 of file checkboxmenuitem.c.


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