Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:29

0001 #include <string>
0002 
0003 namespace cmsshow {
0004   extern const std::string sGotoFirstEvent;
0005   extern const std::string sGotoLastEvent;
0006 
0007   extern const std::string sOpenData;
0008   extern const std::string sAppendData;
0009   extern const std::string sSearchFiles;
0010 
0011   extern const std::string sLoadConfig;
0012   extern const std::string sSaveConfig;
0013   extern const std::string sSaveConfigAs;
0014 
0015   extern const std::string sLoadPartialConfig;
0016   extern const std::string sSavePartialConfig;
0017   extern const std::string sSavePartialConfigAs;
0018 
0019   extern const std::string sExportImage;
0020   extern const std::string sExportAllImages;
0021 
0022   extern const std::string sQuit;
0023 
0024   extern const std::string sShowCommonInsp;
0025   extern const std::string sBackgroundColor;
0026 
0027   extern const std::string sUndo;
0028   extern const std::string sRedo;
0029   extern const std::string sCut;
0030   extern const std::string sCopy;
0031   extern const std::string sPaste;
0032 
0033   extern const std::string sNextEvent;
0034   extern const std::string sPreviousEvent;
0035   extern const std::string sPlayEvents;
0036   extern const std::string sPlayEventsBack;
0037   extern const std::string sPause;
0038   extern const std::string sAutoRewind;
0039 
0040   extern const std::string sShowObjInsp;
0041   extern const std::string sShowEventDisplayInsp;
0042   extern const std::string sShowMainViewCtl;
0043   extern const std::string sShowAddCollection;
0044   extern const std::string sShowInvMassDialog;
0045   extern const std::string sShowGeometryTable;
0046 
0047   extern const std::string sHelp;
0048   extern const std::string sKeyboardShort;
0049   extern const std::string sHelpGL;
0050 }  // namespace cmsshow