heraia_plugin_t Struct Reference

#include <plugin.h>

Collaboration diagram for heraia_plugin_t:

Collaboration graph
[legend]

Detailed Description

Complete plugin structure.

Definition at line 137 of file plugin.h.


Data Fields

PluginState state
 The state of the plugin.
GModule * handle
 The module handle.
char * path
 The path to the plugin.
char * filename
 Filename of the plugin.
plugin_info_tinfo
 The plugin information.
plugin_filter_tfilter
 The plugin filter.
char * error
 last error message
void * extra
 Plugin-specific data.
InitProc init_proc
 Called when the application initialy starts up.
QuitProc quit_proc
 Called when the application exits.
RunProc run_proc
 Called to run an interface everytime the plugin is called.
RefreshProc refresh_proc
 Called when the cursor changes it's position.
GtkCheckMenuItem * cmi_entry
 The CheckMenuItem that may be created in the heraia interface.
GladeXML * xml
 Eventually the plugin Glade XML interface.
window_prop_twin_prop
 Stores the window's properties.

Field Documentation

The state of the plugin.

Definition at line 139 of file plugin.h.

Referenced by heraia_plugin_init(), new_plugin(), print_plugin_state(), refresh(), and run().

The module handle.

Definition at line 140 of file plugin.h.

Referenced by free_plugin(), get_plugin_handle(), get_plugin_init_symbol(), and print_plugin_basics().

The path to the plugin.

Definition at line 141 of file plugin.h.

Referenced by free_plugin(), load_one_plugin(), and print_plugin_basics().

Filename of the plugin.

Definition at line 142 of file plugin.h.

Referenced by free_plugin(), load_one_plugin(), and print_plugin_basics().

The plugin filter.

Definition at line 144 of file plugin.h.

Referenced by free_plugin(), heraia_plugin_init(), and print_plugin_filter_structure().

last error message

Definition at line 145 of file plugin.h.

Referenced by free_plugin().

Called when the application initialy starts up.

Definition at line 148 of file plugin.h.

Referenced by heraia_plugin_init(), init_plugin(), and print_plugin_functions().

Called when the application exits.

Definition at line 149 of file plugin.h.

Referenced by heraia_plugin_init(), and print_plugin_functions().

Called to run an interface everytime the plugin is called.

Definition at line 150 of file plugin.h.

Referenced by add_entry_to_plugins_menu(), heraia_plugin_init(), print_plugin_functions(), and refresh().

Called when the cursor changes it's position.

Definition at line 151 of file plugin.h.

Referenced by heraia_plugin_init(), print_plugin_functions(), and refresh_all_plugins().

GtkCheckMenuItem* heraia_plugin_t::cmi_entry

The CheckMenuItem that may be created in the heraia interface.

Definition at line 153 of file plugin.h.

Referenced by add_entry_to_plugins_menu(), init(), print_plugin_interface(), run(), and statw_close_clicked().

Stores the window's properties.

Definition at line 155 of file plugin.h.

Referenced by heraia_plugin_init(), init(), run(), and statw_close_clicked().


The documentation for this struct was generated from the following file:

Generated on Sat Mar 14 13:44:50 2009 for Heraia by  doxygen 1.5.6