#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"#include "gxsm/unit.h"#include "gxsm/pcs.h"#include "gxsm/xsmtypes.h"#include "gxsm/glbvars.h"#include "include/dsp-pci32/xsm/xsmcmd.h"Go to the source code of this file.
Classes | |
| class | nano_manipulatorControl |
Defines | |
| #define | MYGTK_INPUT(L) mygtk_create_input(L, vbox_param, hbox_param, 50, 70); |
Functions | |
| static void | nano_manipulator_about (void) |
| static void | nano_manipulator_query (void) |
| static void | nano_manipulator_cleanup (void) |
| static void | nano_manipulator_show_callback (GtkWidget *, void *) |
| static void | nano_manipulator_StartScan_callback (gpointer) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
| GxsmPlugin | nano_manipulator_pi |
| static const char * | about_text |
| nano_manipulatorControl * | nano_manipulatorClass = NULL |
|
|
Referenced by nano_manipulatorControl::nano_manipulatorControl(), and NanoPlottControl::NanoPlottControl(). |
|
|
Definition at line 121 of file nano_manipulator.C. References GxsmPlugin::description, N_, nano_manipulator_pi, and VERSION. |
|
|
Definition at line 178 of file nano_manipulator.C. References about_text, N_, GxsmPlugin::name, nano_manipulator_pi, and VERSION. |
|
|
Definition at line 190 of file nano_manipulator.C. References GxsmPlugin::app, DBG_L2, GnomeAppService::getApp(), GxsmPlugin::menuentry, GxsmPlugin::menupath, nano_manipulator_pi, nano_manipulatorClass, PI_DEBUG, and GxsmPlugin::status. |
|
|
||||||||||||
|
Definition at line 203 of file nano_manipulator.C. References nano_manipulatorClass, and AppBase::show(). Referenced by nano_manipulator_query(). |
|
|
Definition at line 208 of file nano_manipulator.C. References nano_manipulatorClass, and nano_manipulatorControl::update(). Referenced by nano_manipulator_query(). |
|
|
Initial value: N_("Gxsm nano_manipulator Plugin:\n" ) Definition at line 118 of file nano_manipulator.C. |
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"nano_manipulator",
"+Innovative_DSP:SPMHARD +Innovative_DSP:SPAHARD",
NULL,
"Percy Zahl",
N_("_Windows/"),
N_("Nano Manipulator"),
N_("open the Nano Plotter Control"),
"Nano Manipulator Control",
NULL,
NULL,
NULL,
nano_manipulator_query,
nano_manipulator_about,
NULL,
NULL,
nano_manipulator_cleanup
}
Definition at line 94 of file nano_manipulator.C. Referenced by get_gxsm_plugin_info(), nano_manipulatorControl::GoToPosition(), nano_manipulator_about(), nano_manipulator_cleanup(), nano_manipulator_query(), nano_manipulatorControl::nano_manipulatorControl(), and nano_manipulatorControl::SetNewParam(). |
|
|
Definition at line 146 of file nano_manipulator.C. Referenced by nano_manipulator_cleanup(), nano_manipulator_query(), nano_manipulator_show_callback(), and nano_manipulator_StartScan_callback(). |
1.4.6