CMS 3D CMS Logo

ActionsList.h
Go to the documentation of this file.
1 #include <string>
2 
3 namespace cmsshow {
4  extern const std::string sGotoFirstEvent;
5  extern const std::string sGotoLastEvent;
6 
7  extern const std::string sOpenData;
8  extern const std::string sAppendData;
9  extern const std::string sSearchFiles;
10 
11  extern const std::string sLoadConfig;
12  extern const std::string sSaveConfig;
13  extern const std::string sSaveConfigAs;
14 
15  extern const std::string sLoadPartialConfig;
16  extern const std::string sSavePartialConfig;
17  extern const std::string sSavePartialConfigAs;
18 
19  extern const std::string sExportImage;
20  extern const std::string sExportAllImages;
21 
22  extern const std::string sQuit;
23 
24  extern const std::string sShowCommonInsp;
25  extern const std::string sBackgroundColor;
26 
27  extern const std::string sUndo;
28  extern const std::string sRedo;
29  extern const std::string sCut;
30  extern const std::string sCopy;
31  extern const std::string sPaste;
32 
33  extern const std::string sNextEvent;
34  extern const std::string sPreviousEvent;
35  extern const std::string sPlayEvents;
36  extern const std::string sPlayEventsBack;
37  extern const std::string sPause;
38  extern const std::string sAutoRewind;
39 
40  extern const std::string sShowObjInsp;
42  extern const std::string sShowMainViewCtl;
43  extern const std::string sShowAddCollection;
44  extern const std::string sShowInvMassDialog;
45  extern const std::string sShowGeometryTable;
46 
47  extern const std::string sHelp;
48  extern const std::string sKeyboardShort;
49  extern const std::string sHelpGL;
50 } // namespace cmsshow
cmsshow::sHelp
const std::string sHelp
Definition: ActionsList.cc:44
cmsshow::sSearchFiles
const std::string sSearchFiles
Definition: ActionsList.cc:14
cmsshow::sShowCommonInsp
const std::string sShowCommonInsp
Definition: ActionsList.cc:29
cmsshow::sBackgroundColor
const std::string sBackgroundColor
Definition: ActionsList.cc:30
cmsshow::sSaveConfigAs
const std::string sSaveConfigAs
Definition: ActionsList.cc:18
cmsshow::sRedo
const std::string sRedo
Definition: ActionsList.cc:33
cmsshow::sOpenData
const std::string sOpenData
Definition: ActionsList.cc:12
cmsshow::sPlayEvents
const std::string sPlayEvents
Definition: ActionsList.cc:7
cmsshow::sNextEvent
const std::string sNextEvent
Definition: ActionsList.cc:5
cmsshow::sPause
const std::string sPause
Definition: ActionsList.cc:9
cmsshow::sExportImage
const std::string sExportImage
Definition: ActionsList.cc:24
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
cmsshow::sSaveConfig
const std::string sSaveConfig
Definition: ActionsList.cc:17
cmsshow::sGotoFirstEvent
const std::string sGotoFirstEvent
Definition: ActionsList.cc:3
cmsshow::sShowAddCollection
const std::string sShowAddCollection
Definition: ActionsList.cc:41
cmsshow::sAppendData
const std::string sAppendData
Definition: ActionsList.cc:13
cmsshow::sAutoRewind
const std::string sAutoRewind
Definition: ActionsList.cc:10
cmsshow::sGotoLastEvent
const std::string sGotoLastEvent
Definition: ActionsList.cc:4
cmsshow::sShowObjInsp
const std::string sShowObjInsp
Definition: ActionsList.cc:38
cmsshow::sPlayEventsBack
const std::string sPlayEventsBack
Definition: ActionsList.cc:8
cmsshow::sShowEventDisplayInsp
const std::string sShowEventDisplayInsp
Definition: ActionsList.cc:39
cmsshow::sHelpGL
const std::string sHelpGL
Definition: ActionsList.cc:46
cmsshow::sShowMainViewCtl
const std::string sShowMainViewCtl
Definition: ActionsList.cc:40
cmsshow::sShowGeometryTable
const std::string sShowGeometryTable
cmsshow::sUndo
const std::string sUndo
Definition: ActionsList.cc:32
cmsshow::sShowInvMassDialog
const std::string sShowInvMassDialog
Definition: ActionsList.cc:42
cmsshow::sPreviousEvent
const std::string sPreviousEvent
Definition: ActionsList.cc:6
cmsshow::sCopy
const std::string sCopy
Definition: ActionsList.cc:35
cmsshow::sLoadConfig
const std::string sLoadConfig
Definition: ActionsList.cc:16
cmsshow::sQuit
const std::string sQuit
Definition: ActionsList.cc:27
cmsshow::sPaste
const std::string sPaste
Definition: ActionsList.cc:36
cmsshow::sCut
const std::string sCut
Definition: ActionsList.cc:34
cmsshow::sSavePartialConfigAs
const std::string sSavePartialConfigAs
Definition: ActionsList.cc:22
cmsshow::sKeyboardShort
const std::string sKeyboardShort
Definition: ActionsList.cc:45
cmsshow::sExportAllImages
const std::string sExportAllImages
Definition: ActionsList.cc:25
cmsshow::sSavePartialConfig
const std::string sSavePartialConfig
Definition: ActionsList.cc:21
cmsshow
Definition: ActionsList.h:3
cmsshow::sLoadPartialConfig
const std::string sLoadPartialConfig
Definition: ActionsList.cc:20