CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/Fireworks/Core/src/ActionsList.cc

Go to the documentation of this file.
00001 #include "Fireworks/Core/interface/ActionsList.h"
00002 
00003 const std::string cmsshow::sGotoFirstEvent       = "Goto First Event";
00004 const std::string cmsshow::sGotoLastEvent        = "Goto Last Event";
00005 const std::string cmsshow::sNextEvent            = "Goto Next Event";
00006 const std::string cmsshow::sPreviousEvent        = "Goto Previous Event";
00007 const std::string cmsshow::sPlayEvents           = "Play Events";
00008 const std::string cmsshow::sPlayEventsBack       = "Play Events Backwards";
00009 const std::string cmsshow::sPause                = "Pause";
00010 const std::string cmsshow::sAutoRewind           = "Play Events in Loop";
00011 
00012 const std::string cmsshow::sOpenData             = "Open Local Data File";
00013 const std::string cmsshow::sAppendData           = "Append Local Data File";
00014 const std::string cmsshow::sSearchFiles          = "Open Remote Data File";
00015 
00016 const std::string cmsshow::sLoadConfig           = "Load Configuration";
00017 const std::string cmsshow::sSaveConfig           = "Save Configuration";
00018 const std::string cmsshow::sSaveConfigAs         = "Save Configuration As";
00019 const std::string cmsshow::sExportImage          = "Export Main View Image";
00020 const std::string cmsshow::sExportAllImages      = "Export Images of All Views";
00021 
00022 const std::string cmsshow::sQuit                 = "Quit";
00023 
00024 const std::string cmsshow::sShowCommonInsp       = "Common Preferences";
00025 const std::string cmsshow::sBackgroundColor      = "Change Background Color";
00026 
00027 const std::string cmsshow::sUndo                 = "Undo";
00028 const std::string cmsshow::sRedo                 = "Redo";
00029 const std::string cmsshow::sCut                  = "Cut";
00030 const std::string cmsshow::sCopy                 = "Copy";
00031 const std::string cmsshow::sPaste                = "Paste";
00032 
00033 const std::string cmsshow::sShowObjInsp          = "Show Object Controller";
00034 const std::string cmsshow::sShowEventDisplayInsp = "Show Collection Controller";
00035 const std::string cmsshow::sShowMainViewCtl      = "Show View Controller";
00036 const std::string cmsshow::sShowAddCollection    = "Show Add Collection";
00037 const std::string cmsshow::sShowInvMassDialog    = "Show Invariant Mass Dialog";
00038 
00039 const std::string cmsshow::sHelp                 = "CmsShow Online Help";
00040 const std::string cmsshow::sKeyboardShort        = "CmsShow Shortcuts";
00041 const std::string cmsshow::sHelpGL               = "Viewer Camera Interactions";