#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/spa/spacmd.h"Go to the source code of this file.
Classes | |
| class | SpaLeedControl |
Functions | |
| static void | SpaLeedControl_about (void) |
| static void | SpaLeedControl_query (void) |
| static void | SpaLeedControl_cleanup (void) |
| static void | SpaLeedControl_show_callback (GtkWidget *, void *) |
| static void | SpaLeedControl_StartScan_callback (gpointer) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
| GxsmPlugin | SpaLeedControl_pi |
| static const char * | about_text |
| SpaLeedControl * | SpaLeedControlClass = NULL |
|
|
Definition at line 114 of file SpaLeedControl.C. References GxsmPlugin::description, N_, SpaLeedControl_pi, and VERSION. |
|
|
Definition at line 181 of file SpaLeedControl.C. References about_text, N_, GxsmPlugin::name, SpaLeedControl_pi, and VERSION. |
|
|
Definition at line 193 of file SpaLeedControl.C. References GxsmPlugin::app, DBG_L2, GnomeAppService::getApp(), GxsmPlugin::menuentry, GxsmPlugin::menupath, PI_DEBUG, SpaLeedControl_pi, and SpaLeedControlClass. |
|
|
||||||||||||
|
Definition at line 204 of file SpaLeedControl.C. References AppBase::show(), and SpaLeedControlClass. Referenced by SpaLeedControl_query(). |
|
|
Definition at line 209 of file SpaLeedControl.C. References SpaLeedControlClass, and SpaLeedControl::update(). Referenced by SpaLeedControl_query(). |
|
|
Initial value: N_("Gxsm SpaLeedControl Plugin:\n" "This plugin runs a control window to change " "the SPALEED simulator settimgs." ) Definition at line 109 of file SpaLeedControl.C. |
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"SpaLeedControl",
"+SPALEED",
NULL,
"Percy Zahl",
N_("_Windows/"),
N_("SPA-LEED Ctrl"),
N_("open the SPA-LEED controlwindow"),
"SPA-LEED control",
NULL,
NULL,
NULL,
SpaLeedControl_query,
SpaLeedControl_about,
NULL,
NULL,
SpaLeedControl_cleanup
}
Definition at line 86 of file SpaLeedControl.C. Referenced by SpaLeedControl::ExecCmd(), get_gxsm_plugin_info(), SpaLeedControl_about(), SpaLeedControl_cleanup(), SpaLeedControl_query(), and SpaLeedControl::updateSPALEED(). |
|
|
Definition at line 149 of file SpaLeedControl.C. Referenced by SpaLeedControl_cleanup(), SpaLeedControl_query(), SpaLeedControl_show_callback(), and SpaLeedControl_StartScan_callback(). |
1.4.6