#include <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_t * | info |
The plugin information. | |
plugin_filter_t * | filter |
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_t * | win_prop |
Stores the window's properties. |
Definition at line 137 of file plugin.h.
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(), pn_treeview_double_click(), print_plugin_interface(), run(), and statw_close_clicked().
char* heraia_plugin_t::error |
void* heraia_plugin_t::extra |
Plugin-specific data.
Definition at line 146 of file plugin.h.
Referenced by free_plugin(), heraia_plugin_init(), histo_radiobutton_toggled(), init_stats_histos(), populate_stats_histos(), print_plugin_extra_structure(), realize_some_numerical_stat(), statw_export_to_csv_clicked(), statw_export_to_gnuplot_clicked(), and statw_export_to_pcv_clicked().
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().
GModule* heraia_plugin_t::handle |
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 plugin information.
Definition at line 143 of file plugin.h.
Referenced by add_entry_to_plugins_menu(), find_plugin_by_name(), free_plugin(), heraia_plugin_init(), init(), init_plugin(), init_plugin_name_tv(), load_plugin_glade_xml(), print_plugin_basics(), and print_plugin_info_structure().
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().
char* heraia_plugin_t::path |
The path to the plugin.
Definition at line 141 of file plugin.h.
Referenced by free_plugin(), load_one_plugin(), and print_plugin_basics().
Called when the application exits.
Definition at line 149 of file plugin.h.
Referenced by heraia_plugin_init(), and print_plugin_functions().
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().
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(), pn_treeview_double_click(), print_plugin_functions(), and refresh().
The state of the plugin.
Definition at line 139 of file plugin.h.
Referenced by heraia_plugin_init(), new_plugin(), print_plugin_state(), and run().
Stores the window's properties.
Definition at line 155 of file plugin.h.
Referenced by heraia_plugin_init(), init(), run(), and statw_close_clicked().
GladeXML* heraia_plugin_t::xml |
Eventually the plugin Glade XML interface.
Definition at line 154 of file plugin.h.
Referenced by heraia_plugin_init(), histo_radiobutton_toggled(), init(), load_plugin_glade_xml(), populate_stats_histos(), print_plugin_interface(), realize_some_numerical_stat(), refresh(), run(), stat_window_connect_signals(), statw_close_clicked(), statw_export_to_csv_clicked(), statw_export_to_gnuplot_clicked(), statw_export_to_pcv_clicked(), and statw_save_as_clicked().