File indexing completed on 2024-04-06 12:11:33
0001 #include "Fireworks/Core/interface/ActionsList.h"
0002
0003 const std::string cmsshow::sGotoFirstEvent = "Goto First Event";
0004 const std::string cmsshow::sGotoLastEvent = "Goto Last Event";
0005 const std::string cmsshow::sNextEvent = "Goto Next Event";
0006 const std::string cmsshow::sPreviousEvent = "Goto Previous Event";
0007 const std::string cmsshow::sPlayEvents = "Play Events";
0008 const std::string cmsshow::sPlayEventsBack = "Play Events Backwards";
0009 const std::string cmsshow::sPause = "Pause";
0010 const std::string cmsshow::sAutoRewind = "Play Events in Loop";
0011
0012 const std::string cmsshow::sOpenData = "Open Local Data File";
0013 const std::string cmsshow::sAppendData = "Append Local Data File";
0014 const std::string cmsshow::sSearchFiles = "Open Remote Data File";
0015
0016 const std::string cmsshow::sLoadConfig = "Load Configuration";
0017 const std::string cmsshow::sSaveConfig = "Save Configuration";
0018 const std::string cmsshow::sSaveConfigAs = "Save Configuration As";
0019
0020 const std::string cmsshow::sLoadPartialConfig = "Load Partial Configuration";
0021 const std::string cmsshow::sSavePartialConfig = "Save Partial Configuration";
0022 const std::string cmsshow::sSavePartialConfigAs = "Save Partial Configuration As";
0023
0024 const std::string cmsshow::sExportImage = "Export Main View Image";
0025 const std::string cmsshow::sExportAllImages = "Export Images of All Views";
0026
0027 const std::string cmsshow::sQuit = "Quit";
0028
0029 const std::string cmsshow::sShowCommonInsp = "Common Preferences";
0030 const std::string cmsshow::sBackgroundColor = "Change Background Color";
0031
0032 const std::string cmsshow::sUndo = "Undo";
0033 const std::string cmsshow::sRedo = "Redo";
0034 const std::string cmsshow::sCut = "Cut";
0035 const std::string cmsshow::sCopy = "Copy";
0036 const std::string cmsshow::sPaste = "Paste";
0037
0038 const std::string cmsshow::sShowObjInsp = "Show Object Controller";
0039 const std::string cmsshow::sShowEventDisplayInsp = "Show Collection Controller";
0040 const std::string cmsshow::sShowMainViewCtl = "Show View Controller";
0041 const std::string cmsshow::sShowAddCollection = "Show Add Collection";
0042 const std::string cmsshow::sShowInvMassDialog = "Show Invariant Mass Dialog";
0043
0044 const std::string cmsshow::sHelp = "CmsShow Online Help";
0045 const std::string cmsshow::sKeyboardShort = "CmsShow Shortcuts";
0046 const std::string cmsshow::sHelpGL = "Viewer Camera Interactions";