app_vpopupdef.h File Reference

#include "xsmmath.h"
#include "app_view.h"

Go to the source code of this file.

Variables

static GnomeUIInfo scan_mode_menu []
static GnomeUIInfo scan_file_menu []
static GnomeUIInfo scan_edit_menu []
static GnomeUIInfo scan_view_zoom_menu []
static GnomeUIInfo scan_view_modes_radiolist []
static GnomeUIInfo scan_view_coordinates_radiolist []
static GnomeUIInfo scan_view_coordinates_menu []
static GnomeUIInfo scan_view_menu []
static GnomeUIInfo scan_objectslist_menu []
static GnomeUIInfo scan_objects_localradius_menu []
static GnomeUIInfo scan_objects_menu []
static GnomeUIInfo scan_events_menu []
static GnomeUIInfo scan_popup_menu []
static GnomeUIInfo vobj_popup_menu_event []
static GnomeUIInfo vobj_popup_menu_1 []
static GnomeUIInfo vobj_popup_menu_2 []
static GnomeUIInfo vobj_popup_menu_n []


Variable Documentation

GnomeUIInfo scan_edit_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Copy"),N_("copy scan to new channel"), (gpointer) ViewControl::view_edit_copy_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Crop"),N_("crop rectangular area to new channel"), (gpointer) ViewControl::view_edit_crop_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Cpy zoom in"),N_("zoom into rectangular area, put data in new channel, calculate new positions"), (gpointer) ViewControl::view_edit_zoomin_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Cpy zoom out"),N_("zoom rectangular area out, put data in new channel, calculate new positions"), (gpointer) ViewControl::view_edit_zoomout_callback),
  GNOMEUIINFO_END
}

Definition at line 64 of file app_vpopupdef.h.

GnomeUIInfo scan_events_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_TOGGLEITEM(N_("Show Probe"), N_("show/hide probe events"), (gpointer) ViewControl::events_probe_callback, NULL),
  GNOMEUIINFO_TOGGLEITEM(N_("Show User"), N_("show/hide user events"), (gpointer) ViewControl::events_user_callback, NULL),
  GNOMEUIINFO_SEPARATOR,
  GNOMEUIINFO_TOGGLEITEM(N_("Show Labels"), N_("show/hide event lables"), (gpointer) ViewControl::events_labels_callback, NULL),
  GNOMEUIINFO_TOGGLEITEM(N_("Verbose"), N_("show/hide event lables"), (gpointer) ViewControl::events_verbose_callback, NULL),
  GNOMEUIINFO_ITEM_NONE(N_("Remove All"),N_("remove all events and attached data"), (gpointer) ViewControl::events_remove_callback),
  GNOMEUIINFO_END
}

Definition at line 164 of file app_vpopupdef.h.

GnomeUIInfo scan_file_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_STOCK(N_("_Open here"), N_("load scan into this channel"), 
                         (gpointer) ViewControl::view_file_openhere_callback, GNOME_STOCK_MENU_OPEN),
  GNOMEUIINFO_ITEM_STOCK(N_("_Save"), N_("Save this scans with automatically generated name"), 
                         (gpointer) ViewControl::view_file_save_callback, GNOME_STOCK_MENU_SAVE),
  GNOMEUIINFO_ITEM_STOCK(N_("Save _as..."), N_("Save this scan with a new name"), 
                         (gpointer) ViewControl::view_file_save_as_callback, GNOME_STOCK_MENU_SAVE_AS),
  GNOMEUIINFO_ITEM_STOCK(N_("Save Image"), N_("save as image (gif, jpeg, png, tiff, xpm)"), 
                         (gpointer) ViewControl::view_file_saveimage_callback, GNOME_STOCK_MENU_SAVE_AS),
  GNOMEUIINFO_ITEM_STOCK(N_("Save Objects"), N_("save objects, .plt (HPGL) or else as obj list"), 
                         (gpointer) ViewControl::view_file_saveobjects_callback, GNOME_STOCK_MENU_SAVE_AS),
  GNOMEUIINFO_ITEM_STOCK(N_("Load Objects"), N_("load objects"), 
                         (gpointer) ViewControl::view_file_loadobjects_callback, GNOME_STOCK_MENU_OPEN),
  GNOMEUIINFO_ITEM_STOCK(N_("Get Info"), N_("show all info about this scan (NC view)"), 
                         (gpointer) ViewControl::view_file_getinfo_callback, GNOME_STOCK_MENU_PROP),
  GNOMEUIINFO_MENU_PRINT_ITEM( (gpointer) ViewControl::view_file_print_callback, NULL ),
  GNOMEUIINFO_ITEM_STOCK(N_("Close"), N_("kill this scan"), 
                         (gpointer) ViewControl::view_file_kill_callback, GNOME_STOCK_MENU_CLOSE),
  GNOMEUIINFO_END
}

Definition at line 43 of file app_vpopupdef.h.

GnomeUIInfo scan_mode_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Off"),N_("kill channel"), (gpointer) ViewControl::SetOff_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Active"),N_("activate this channel"), (gpointer) ViewControl::Activate_callback),
  GNOMEUIINFO_ITEM_NONE(N_("On"),N_("set channel mode to On"), (gpointer) ViewControl::SetOn_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Math"),N_("set channel mode to Math"), (gpointer) ViewControl::SetMath_callback),
  GNOMEUIINFO_ITEM_NONE(N_("X"),N_("set channel mode to X"), (gpointer) ViewControl::SetX_callback),
  GNOMEUIINFO_END
}

Definition at line 34 of file app_vpopupdef.h.

GnomeUIInfo scan_objects_localradius_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Set R=2"),N_("set local search radius"), (gpointer) ViewControl::view_tool_mvprop_r2_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Set R=5"),N_("set local search radius"), (gpointer) ViewControl::view_tool_mvprop_r5_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Set R=10"),N_("set local search radius"), (gpointer) ViewControl::view_tool_mvprop_r10_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Set R=20"),N_("set local search radius"), (gpointer) ViewControl::view_tool_mvprop_r20_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Set R=50"),N_("set local search radius"), (gpointer) ViewControl::view_tool_mvprop_r50_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Set R=100"),N_("set local search radius"), (gpointer) ViewControl::view_tool_mvprop_r100_callback),
  GNOMEUIINFO_END
}

Definition at line 144 of file app_vpopupdef.h.

GnomeUIInfo scan_objects_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_RADIOLIST(scan_objectslist_menu),
  GNOMEUIINFO_SEPARATOR,
  GNOMEUIINFO_TOGGLEITEM(N_("Show Labels"), N_("show/hide object lables"), (gpointer) ViewControl::view_tool_labels_callback, NULL),
  GNOMEUIINFO_SUBTREE (N_("Local Radius"), scan_objects_localradius_menu),
  GNOMEUIINFO_ITEM_NONE(N_("All loc max "),N_("move all objects to loc. Max"), (gpointer) ViewControl::view_tool_all2locmax_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Remove all"),N_("remove all objects"), (gpointer) ViewControl::view_tool_removeall_callback),
  GNOMEUIINFO_END
}

Definition at line 154 of file app_vpopupdef.h.

GnomeUIInfo scan_objectslist_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Rectangle"),N_("add rectangle objects"), (gpointer) ViewControl::view_tool_addrectangle_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Point"),N_("add point object"), (gpointer) ViewControl::view_tool_addpoint_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Line"),N_("add line object"), (gpointer) ViewControl::view_tool_addline_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Circle"),N_("add circle objects"), (gpointer) ViewControl::view_tool_addcircle_callback),
  GNOMEUIINFO_ITEM_NONE(N_("PolyLine"),N_("add polyline object"), (gpointer) ViewControl::view_tool_addpolyline_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Ksys"),N_("add Koord.sys object"), (gpointer) ViewControl::view_tool_addksys_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Parabel"),N_("add parabel object"), (gpointer) ViewControl::view_tool_addparabel_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Show Point"),N_("add point object and show profile in layer dimension"), (gpointer) ViewControl::view_tool_addshowpoint_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Show Line"),N_("add line object and show path profile"), (gpointer) ViewControl::view_tool_showline_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Show Circle"),N_("add circle objects and show path profile"), (gpointer) ViewControl::view_tool_addshowcircle_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Disable"),N_("disable object creation"), (gpointer) ViewControl::view_tool_disable_callback),
  GNOMEUIINFO_END
}

Definition at line 129 of file app_vpopupdef.h.

GnomeUIInfo scan_popup_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Activate"),N_("activate this Channel"), (gpointer) ViewControl::Activate_callback),
  GNOMEUIINFO_ITEM_NONE(N_("AutoDisp"),N_("autoscale Area"), (gpointer) ViewControl::AutoDisp_callback),
  GNOMEUIINFO_SUBTREE (N_("Mode"), scan_mode_menu),
  GNOMEUIINFO_SUBTREE (N_("File"), scan_file_menu),
  GNOMEUIINFO_SUBTREE (N_("Edit"), scan_edit_menu),
  GNOMEUIINFO_SUBTREE (N_("View"), scan_view_menu),

  GNOMEUIINFO_SUBTREE (N_("Objects"), scan_objects_menu),
  GNOMEUIINFO_SUBTREE (N_("Events"), scan_events_menu),
  GNOMEUIINFO_END
}

Definition at line 174 of file app_vpopupdef.h.

GnomeUIInfo scan_view_coordinates_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_RADIOLIST(scan_view_coordinates_radiolist),
  GNOMEUIINFO_END
}

Definition at line 105 of file app_vpopupdef.h.

GnomeUIInfo scan_view_coordinates_radiolist[] [static]
 

Initial value:

 {
  GNOMEUIINFO_RADIOITEM(N_("Absolute"), N_("set XY display units to absolute coordinates (offset and rotation)"), (gpointer) ViewControl::view_view_coord_absolute_callback, NULL),
  GNOMEUIINFO_RADIOITEM(N_("Relative"), N_("set XY display units to relative coordinates (no offset, no rotation)"), (gpointer) ViewControl::view_view_coord_relative_callback, NULL),
  GNOMEUIINFO_RADIOITEM(N_("Pixels"), N_("set XY display units to pixels"), (gpointer) ViewControl::view_view_coord_pixels_callback, NULL),
  GNOMEUIINFO_END
}

Definition at line 98 of file app_vpopupdef.h.

GnomeUIInfo scan_view_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_RADIOLIST(scan_view_modes_radiolist),
  GNOMEUIINFO_TOGGLEITEM(N_("red Profile"), N_("show profile of red line while scanning"), (gpointer) ViewControl::view_view_redline_callback, NULL),
  GNOMEUIINFO_SEPARATOR,
  GNOMEUIINFO_TOGGLEITEM(N_("Autozoom"), N_("enable/disable autozoom/quench"), (gpointer) ViewControl::view_view_autozoom_callback, NULL),
  GNOMEUIINFO_TOGGLEITEM(N_("Palette"), N_("enable/disable color mode"), (gpointer) ViewControl::view_view_color_callback, NULL),
  GNOMEUIINFO_SUBTREE   (N_("Coordinates"), scan_view_coordinates_menu),
  GNOMEUIINFO_ITEM_NONE(N_("zoom in"),N_("zoom in one level"), (gpointer) ViewControl::view_view_zoom_out_callback),
  GNOMEUIINFO_ITEM_NONE(N_("zoom out"),N_("zoom out one level"), (gpointer) ViewControl::view_view_zoom_in_callback),
  GNOMEUIINFO_SUBTREE  (N_("Zoom"), scan_view_zoom_menu),
  GNOMEUIINFO_END
}

Definition at line 110 of file app_vpopupdef.h.

GnomeUIInfo scan_view_modes_radiolist[] [static]
 

Initial value:

 {
  GNOMEUIINFO_RADIOITEM(N_("Quick"), N_("quick view"), (gpointer) ViewControl::view_view_quick_callback, NULL),
  GNOMEUIINFO_RADIOITEM(N_("Direct"), N_("direct view"), (gpointer) ViewControl::view_view_direct_callback, NULL),
  GNOMEUIINFO_RADIOITEM(N_("Plane Sub"), N_("auto 3 points plane sub view"), (gpointer) ViewControl::view_view_planesub_callback, NULL),
  GNOMEUIINFO_RADIOITEM(N_("Logarithmic"), N_("logarithmic view"), (gpointer) ViewControl::view_view_log_callback, NULL),
  GNOMEUIINFO_RADIOITEM(N_("Horizont"), N_("horizontal view - subtract mean/line"), (gpointer) ViewControl::view_view_horizont_callback, NULL),
  GNOMEUIINFO_RADIOITEM(N_("Periodic"), N_("periodic view of greys/colors"), (gpointer) ViewControl::view_view_periodic_callback, NULL),
  GNOMEUIINFO_RADIOITEM(N_("Differential"), N_("differential view of greys/colors"), (gpointer) ViewControl::view_view_differential_callback, NULL),
  GNOMEUIINFO_END
}

Definition at line 87 of file app_vpopupdef.h.

GnomeUIInfo scan_view_zoom_menu[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("10:1"),N_("set zoomfactor to 10"), (gpointer) ViewControl::view_view_zoom10_1_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 5:1"),N_("set zoomfactor to 5"),  (gpointer) ViewControl::view_view_zoom5_1_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 4:1"),N_("set zoomfactor to 4"),  (gpointer) ViewControl::view_view_zoom4_1_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 3:1"),N_("set zoomfactor to 3"),  (gpointer) ViewControl::view_view_zoom3_1_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 2:1"),N_("set zoomfactor to 2"),  (gpointer) ViewControl::view_view_zoom2_1_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 1:1"),N_("set zoomfactor to 1"),  (gpointer) ViewControl::view_view_zoom1_1_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 1:2"),N_("set zoomfactor to 1/2"), (gpointer) ViewControl::view_view_zoom1_2_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 1:3"),N_("set zoomfactor to 1/3"), (gpointer) ViewControl::view_view_zoom1_3_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 1:4"),N_("set zoomfactor to 1/4"), (gpointer) ViewControl::view_view_zoom1_4_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 1:5"),N_("set zoomfactor to 1/5"), (gpointer) ViewControl::view_view_zoom1_5_callback),
  GNOMEUIINFO_ITEM_NONE(N_(" 1:10"),N_("set zoomfactor to 1/10"), (gpointer) ViewControl::view_view_zoom1_10_callback),
  GNOMEUIINFO_END
}

Definition at line 72 of file app_vpopupdef.h.

GnomeUIInfo vobj_popup_menu_1[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Remove"),N_("remove point object"), (gpointer) ViewControl::obj_remove_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Properties"),N_("open object properties dialog"), (gpointer) ViewControl::obj_properties_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Set current Offset to Point"),N_("get coordinates from this Point and set Offset in main to this position"), (gpointer) ViewControl::obj_setoffset_callback),
  GNOMEUIINFO_TOGGLEITEM(N_("Follow"), N_("enable/disable tip follows point"), (gpointer) ViewControl::obj_follow_callback, NULL),
  GNOMEUIINFO_ITEM_NONE(N_("Go Loc.Max."),N_("look for local maximum and goto there"), (gpointer) ViewControl::obj_go_locmax_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Dump"),N_("Dump Object's Properties"), (gpointer) ViewControl::obj_dump_callback),
  GNOMEUIINFO_END
}

Definition at line 198 of file app_vpopupdef.h.

GnomeUIInfo vobj_popup_menu_2[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Remove"),N_("remove line object"), (gpointer) ViewControl::obj_remove_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Properties"),N_("open object properties dialog"), (gpointer) ViewControl::obj_properties_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Get Coordintes"),N_("get coordinates for new 1D scan"), (gpointer) ViewControl::obj_getcoords_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Go Loc.Max."),N_("look for local maximum and goto there"), (gpointer) ViewControl::obj_go_locmax_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Dump"),N_("Dump Object's Properties"), (gpointer) ViewControl::obj_dump_callback),
  GNOMEUIINFO_END
}

Definition at line 208 of file app_vpopupdef.h.

GnomeUIInfo vobj_popup_menu_event[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Dump Event"),N_("use event data for..."), (gpointer) ViewControl::obj_event_use_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Open Event"),N_("open event, show attached data"), (gpointer) ViewControl::obj_event_open_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Save Event"),N_("save event, export attached data"), (gpointer) ViewControl::obj_event_save_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Properties"),N_("open object properties dialog"), (gpointer) ViewControl::obj_properties_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Set current Offset to Point"),N_("get coordinates from this Point and set Offset in main to this position"), (gpointer) ViewControl::obj_setoffset_callback),
  GNOMEUIINFO_END
}

Definition at line 189 of file app_vpopupdef.h.

GnomeUIInfo vobj_popup_menu_n[] [static]
 

Initial value:

 {
  GNOMEUIINFO_ITEM_NONE(N_("Remove"),N_("remove line object"), (gpointer) ViewControl::obj_remove_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Properties"),N_("open object properties dialog"), (gpointer) ViewControl::obj_properties_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Add Node"),N_("add polyline node"), (gpointer) ViewControl::obj_addnode_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Delete Node"),N_("delete polyline node"), (gpointer) ViewControl::obj_delnode_callback),
  GNOMEUIINFO_ITEM_NONE(N_("Dump"),N_("Dump Object's Properties"), (gpointer) ViewControl::obj_dump_callback),
  GNOMEUIINFO_END
}

Definition at line 217 of file app_vpopupdef.h.


Generated on Sat Apr 1 09:04:31 2006 for GXSM by  doxygen 1.4.6