Ignore:
Timestamp:
Mar 6, 2008, 3:56:10 PM (16 years ago)
Author:
garnier
Message:

ok pour sauver les images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r744 r745  
    7878  QString setSaveFileName(QString path);
    7979  QString getSaveFileName();
    80   enum RECORDING_STEP {WAIT=0,START,PAUSE,CONTINUE,STOP,ENCODE};
    81   RECORDING_STEP getRecordingStep();
     80  bool isRecording();
     81  bool isReadyToEncode();
    8282  bool encodeVideo();
    8383
     
    113113
    114114private:
     115  enum mouseActions {STYLE1,STYLE2,STYLE3,STYLE4};
     116  enum RECORDING_STEP {WAIT,START,PAUSE,CONTINUE,STOP,ENCODE};
     117
    115118  void createPopupMenu();
    116119  void createRadioAction(QAction *,QAction *, const std::string&,unsigned int a=1);
     
    134137  QMenu *fContextMenu;
    135138#endif
    136   enum mouseActions {STYLE1,STYLE2,STYLE3,STYLE4};
    137139
    138140  mouseActions fMouseAction; // 1: rotate 2:move 3:pick 4:shortcuts
Note: See TracChangeset for help on using the changeset viewer.