Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
#include <string>

namespace cmsshow {
  extern const std::string sGotoFirstEvent;
  extern const std::string sGotoLastEvent;

  extern const std::string sOpenData;
  extern const std::string sAppendData;
  extern const std::string sSearchFiles;

  extern const std::string sLoadConfig;
  extern const std::string sSaveConfig;
  extern const std::string sSaveConfigAs;

  extern const std::string sLoadPartialConfig;
  extern const std::string sSavePartialConfig;
  extern const std::string sSavePartialConfigAs;

  extern const std::string sExportImage;
  extern const std::string sExportAllImages;

  extern const std::string sQuit;

  extern const std::string sShowCommonInsp;
  extern const std::string sBackgroundColor;

  extern const std::string sUndo;
  extern const std::string sRedo;
  extern const std::string sCut;
  extern const std::string sCopy;
  extern const std::string sPaste;

  extern const std::string sNextEvent;
  extern const std::string sPreviousEvent;
  extern const std::string sPlayEvents;
  extern const std::string sPlayEventsBack;
  extern const std::string sPause;
  extern const std::string sAutoRewind;

  extern const std::string sShowObjInsp;
  extern const std::string sShowEventDisplayInsp;
  extern const std::string sShowMainViewCtl;
  extern const std::string sShowAddCollection;
  extern const std::string sShowInvMassDialog;
  extern const std::string sShowGeometryTable;

  extern const std::string sHelp;
  extern const std::string sKeyboardShort;
  extern const std::string sHelpGL;
}  // namespace cmsshow