heraia.h File Reference

heraia's header file. More...

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

Go to the source code of this file.

Data Structures

struct  Options
 Structure Options gives a way to store program options passed from the command line. More...

Defines

#define HERAIA_AUTHORS   "Olivier Delhomme, Sébastien TRICAUD, Grégory AUDET"
 defines heraia's main authors
#define HERAIA_DATE   "20 02 2005"
 defines heraia's creation date
#define HERAIA_LICENSE   "GPL"
 defines heraia's license (a least GPL)
#define HERAIA_VERSION   "0.0.9 (19.05.2009)"
 defines heraia's current version and release date of this version (00.00.20XX means a development version)

Functions

heraia_window_tget_main_struct (void)
 This is intended to be called by the library or any program that will use the library in order to get the pointer to the main structure heraia_window_t.

Variables

static struct option const long_options []


Detailed Description

heraia's header file.

Definition in file heraia.h.


Define Documentation

#define HERAIA_AUTHORS   "Olivier Delhomme, Sébastien TRICAUD, Grégory AUDET"

defines heraia's main authors

Definition at line 44 of file heraia.h.

Referenced by version().

#define HERAIA_DATE   "20 02 2005"

defines heraia's creation date

Definition at line 45 of file heraia.h.

Referenced by version().

#define HERAIA_LICENSE   "GPL"

defines heraia's license (a least GPL)

Definition at line 46 of file heraia.h.

Referenced by version().

#define HERAIA_VERSION   "0.0.9 (19.05.2009)"

defines heraia's current version and release date of this version (00.00.20XX means a development version)

Definition at line 47 of file heraia.h.

Referenced by version().


Function Documentation

heraia_window_t* get_main_struct ( void   ) 

This is intended to be called by the library or any program that will use the library in order to get the pointer to the main structure heraia_window_t.

Returns:
heraia_window_t *, a pointer to the main structure

Definition at line 60 of file heraia.c.


Variable Documentation

struct option const long_options[] [static]

Initial value:

{
        {"version", no_argument, NULL, 'v'},
        {"help", no_argument, NULL, 'h'},
        {NULL, 0, NULL, 0}
}

Definition at line 62 of file heraia.h.

Referenced by manage_command_line_options().


Generated on Tue May 19 20:01:46 2009 for Heraia by  doxygen 1.5.8