#include "config.h"#include "gxsm/plugin.h"#include "glbvars.h"#include "xsmtypes.h"#include "PanView.h"Go to the source code of this file.
Defines | |
| #define | PRE_AREA 0 |
Functions | |
| static void | PanView_init (void) |
| static void | PanView_query (void) |
| static void | PanView_about (void) |
| static void | PanView_configure (void) |
| static void | PanView_cleanup (void) |
| static void | PanView_run (GtkWidget *w, void *data) |
| gboolean | refresh_function (GtkWidget *w, GdkEvent *event, void *data) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| static void | PanView_refresh_callback (gpointer data) |
| static gint | PanView_tip_refresh_callback (PanView *pv) |
Variables | |
| PanView * | Pan_Window = NULL |
| gboolean | PanView_valid = FALSE |
| GxsmPlugin | PanView_pi |
| static const char * | about_text = N_("A little scanning reference") |
|
|
|
|
|
Definition at line 139 of file PanView.C. References GxsmPlugin::description, N_, PanView_pi, and VERSION. |
|
|
Definition at line 156 of file PanView.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, PanView_pi, and VERSION. |
|
|
Definition at line 189 of file PanView.C. References DBG_L2, FALSE, Pan_Window, PanView_valid, and PI_DEBUG. |
|
|
Definition at line 170 of file PanView.C. References GxsmPlugin::app, PanView::finish(), GnomeAppService::message(), Pan_Window, PanView_pi, PanView::start_tip_monitor(), and PanView::stop_tip_monitor(). |
|
|
|
|
|
|
|
|
Definition at line 200 of file PanView.C. References Pan_Window. Referenced by PanView_run(). |
|
||||||||||||
|
Definition at line 220 of file PanView.C. References GxsmPlugin::app, App::ConnectPluginToSPMRangeEvent(), DBG_L2, GnomeAppService::getApp(), Pan_Window, PanView_pi, PanView_refresh_callback(), PI_DEBUG, PanView::run(), and PanView::start_tip_monitor(). |
|
|
Definition at line 205 of file PanView.C. References FALSE, PanView_valid, and TRUE. Referenced by PanView::start_tip_monitor(). |
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 92 of file PanView.C. Referenced by PanView_cleanup(), PanView_configure(), PanView_refresh_callback(), and PanView_run(). |
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"Pan View",
NULL,
"Visualisation of the scan position",
"Kristan Temme, Thorsten Wagner",
N_("_Windows/"),
N_("Pan View"),
NULL,
"No further info",
NULL,
NULL,
PanView_init,
NULL,
PanView_about,
PanView_configure,
PanView_run,
PanView_cleanup
}
Definition at line 106 of file PanView.C. Referenced by get_gxsm_plugin_info(), PanView_about(), PanView_configure(), and PanView_run(). |
|
|
Definition at line 96 of file PanView.C. Referenced by PanView::PanView(), PanView_cleanup(), PanView_tip_refresh_callback(), PanView::refresh(), PanView::tip_refresh(), and PanView::~PanView(). |
1.4.6