Changeset 750 for trunk/geant4/visualization/OpenGL/include
- Timestamp:
- Mar 10, 2008, 2:17:54 PM (18 years ago)
- Location:
- trunk/geant4/visualization/OpenGL/include
- Files:
-
- 2 edited
-
G4OpenGLQtMovieDialog.hh (modified) (2 diffs)
-
G4OpenGLQtViewer.hh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtMovieDialog.hh
r747 r750 75 75 QLabel *fRecordingInfos; 76 76 QPushButton *fButtonEncode; 77 QPushButton *fButtonApply; 77 78 78 79 bool checkEncoderParameters(QString); … … 88 89 void selectSaveFileNameAction(); 89 90 void encode(); 91 void resetRecording(); 90 92 }; 91 93 -
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh
r749 r750 57 57 class QMouseEvent; 58 58 class QKeyEvent; 59 class QProcess; 59 60 60 61 class G4OpenGLSceneHandler; … … 81 82 bool isStopped(); 82 83 bool isReadyToEncode(); 83 bool encodeVideo(); 84 void resetRecording(); 85 void encodeVideo(); 84 86 bool generateMpegEncoderParameters(); 85 87 … … 115 117 private: 116 118 enum mouseActions {STYLE1,STYLE2,STYLE3,STYLE4}; 117 enum RECORDING_STEP {WAIT,START,PAUSE,CONTINUE,STOP,READY_TO_ENCODE,ENCODE };119 enum RECORDING_STEP {WAIT,START,PAUSE,CONTINUE,STOP,READY_TO_ENCODE,ENCODE,FAILED,SUCCESS}; 118 120 119 121 void createPopupMenu(); … … 202 204 void toggleAux(bool); 203 205 void toggleFullScreen(bool); 206 void processFinished(int); 207 void processStdout(); 204 208 // Only use for Qt>4.0 205 209 // void dialogClosed();
Note:
See TracChangeset
for help on using the changeset viewer.
