#include <sstream>#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | DumpableNcFile |
Defines | |
| #define | PREF_BOX_PACK_MODE FALSE, TRUE, 2 |
| #define | INFO_BOX_PACK_MODE FALSE, FALSE, 2 |
| #define | PREF_BOXEL_PACK_MODE TRUE, TRUE, 2 |
Functions | |
| static void | editnc_about (void) |
| static void | editnc_run (GtkWidget *w, void *data) |
| static void | editnc_init (void) |
| static void | editnc_cleanup (void) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| static void | editnc_showfile (gchar *filename) |
| void | dumpatts (NcVar &var) |
Variables | |
| GxsmPlugin | editnc_pi |
| static const char * | about_text |
|
|
|
|
|
Definition at line 279 of file editnc.C. Referenced by DumpableNcFile::dump_togtkwin(). |
|
|
Definition at line 281 of file editnc.C. Referenced by DumpableNcFile::dump_togtkwin(). |
|
|
|
|
|
Definition at line 137 of file editnc.C. References about_text, GxsmPlugin::authors, editnc_pi, N_, GxsmPlugin::name, and VERSION. |
|
|
Definition at line 187 of file editnc.C. References GxsmPlugin::app, App::ConnectPluginToGetNCInfoEvent(), editnc_pi, editnc_run(), and editnc_showfile(). |
|
|
Definition at line 181 of file editnc.C. References App::ConnectPluginToGetNCInfoEvent(), DBG_L2, editnc_showfile(), gapp, and PI_DEBUG. |
|
||||||||||||
|
Definition at line 149 of file editnc.C. References GxsmPlugin::app, DBG_L2, editnc_pi, GnomeAppService::file_dialog(), filename, N_, and PI_DEBUG. Referenced by editnc_cleanup(). |
|
|
Definition at line 168 of file editnc.C. References DBG_L2, and PI_DEBUG. Referenced by editnc_cleanup(), and editnc_init(). |
|
|
Definition at line 99 of file editnc.C. References GxsmPlugin::description, editnc_pi, N_, and VERSION. |
|
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"NetCDF View",
NULL,
NULL,
"Percy Zahl",
N_("_Tools/"),
N_("NetCDF-View"),
N_("List the contents of NetCDF Files"),
"NetCDF-Dump Utility using a dynamic generated Gtk-Window",
NULL,
NULL,
editnc_init,
NULL,
editnc_about,
NULL,
editnc_run,
editnc_cleanup,
}
Definition at line 71 of file editnc.C. Referenced by editnc_about(), editnc_cleanup(), editnc_run(), and get_gxsm_plugin_info(). |
1.4.6