Changeset 733 for trunk/geant4/visualization/OpenGL/include
- Timestamp:
- Mar 4, 2008, 2:29:54 PM (18 years ago)
- Location:
- trunk/geant4/visualization/OpenGL/include
- Files:
-
- 2 edited
-
G4OpenGLQtMovieDialog.hh (modified) (1 diff)
-
G4OpenGLQtViewer.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtMovieDialog.hh
r732 r733 65 65 private : 66 66 QLineEdit* fEncoderPath; 67 QLineEdit* fTempPath; 67 QLineEdit* fTempFolderPath; 68 QLineEdit* fSaveFileName; 68 69 G4OpenGLQtViewer *fParentViewer; 69 QLabel *fCheckLabel; 70 QLabel *fEncoderStatus; 71 QLabel *fTempFolderStatus; 72 QLabel *fSaveFileStatus; 73 QLabel *fGlobalStatus; 74 75 void checkEncoderParameters(QString); 76 void checkTempFolderParameters(QString); 77 void checkSaveFileNameParameters(QString); 70 78 71 79 private slots : 72 void selectPathAction(); 73 void checkMovieParameters(); 80 void selectEncoderPathAction(); 81 void selectTempPathAction(); 82 void selectSaveFileNameAction(); 83 void checkAllParameters(); 84 void encode(); 74 85 }; 75 86 -
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh
r732 r733 72 72 virtual void updateQWidget()=0; 73 73 void setupViewport(int, int); 74 boolsetEncoderPath(QString path);74 QString setEncoderPath(QString path); 75 75 QString getEncoderPath(); 76 boolsetTempFolderPath(QString path);76 QString setTempFolderPath(QString path); 77 77 QString getTempFolderPath(); 78 QString setSaveFileName(QString path); 79 QString getSaveFileName(); 78 80 79 81 protected: … … 148 150 QString fEncoderPath; 149 151 QString fTempFolderPath; 152 QString fSaveFileName; 150 153 QAction *fRotateAction; 151 154 QAction *fMoveAction;
Note:
See TracChangeset
for help on using the changeset viewer.
