heraia_plugin_t Struct Reference

Complete plugin structure. More...

#include <plugin.h>

Collaboration diagram for heraia_plugin_t:
Collaboration graph
[legend]

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.
GtkBuilder * xml
 Eventually the plugin's GtkBuilder XML interface.
window_prop_twin_prop
 Stores the window's properties.

Detailed Description

Complete plugin structure.

Definition at line 141 of file plugin.h.


Field Documentation

GtkCheckMenuItem* heraia_plugin_t::cmi_entry

The CheckMenuItem that may be created in the heraia interface.

Definition at line 157 of file plugin.h.

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

last error message

Definition at line 149 of file plugin.h.

Referenced by free_plugin().

Filename of the plugin.

Definition at line 146 of file plugin.h.

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

The plugin filter.

Definition at line 148 of file plugin.h.

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

The module handle.

Definition at line 144 of file plugin.h.

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

Called when the application initialy starts up.

Definition at line 152 of file plugin.h.

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

The path to the plugin.

Definition at line 145 of file plugin.h.

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

Called when the application exits.

Definition at line 153 of file plugin.h.

Referenced by heraia_plugin_init(), and print_plugin_functions().

Called when the cursor changes it's position.

Definition at line 155 of file plugin.h.

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

Called to run an interface everytime the plugin is called.

Definition at line 154 of file plugin.h.

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

The state of the plugin.

Definition at line 143 of file plugin.h.

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

Stores the window's properties.

Definition at line 159 of file plugin.h.

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

GtkBuilder* heraia_plugin_t::xml

The documentation for this struct was generated from the following file:
Generated on Fri Aug 20 09:16:11 2010 for Heraia by  doxygen 1.6.3