Ignore:
Timestamp:
Mar 7, 2008, 12:52:36 PM (17 years ago)
Author:
garnier
Message:

modif dans le movie widget

File:
1 edited

Legend:

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

    r747 r748  
    7979  QString getSaveFileName();
    8080  bool isRecording();
     81  bool isStopped();
    8182  bool isReadyToEncode();
    8283  bool encodeVideo();
     
    114115private:
    115116  enum mouseActions {STYLE1,STYLE2,STYLE3,STYLE4};
    116   enum RECORDING_STEP {WAIT,START,PAUSE,CONTINUE,STOP,ENCODE};
     117  enum RECORDING_STEP {WAIT,START,PAUSE,CONTINUE,STOP,READY_TO_ENCODE,ENCODE};
    117118
    118119  void createPopupMenu();
Note: See TracChangeset for help on using the changeset viewer.