Changeset 732 for trunk/geant4/visualization/OpenGL/include
- Timestamp:
- Feb 27, 2008, 11:49:37 AM (18 years ago)
- Location:
- trunk/geant4/visualization/OpenGL/include
- Files:
-
- 2 edited
-
G4OpenGLQtMovieDialog.hh (modified) (2 diffs)
-
G4OpenGLQtViewer.hh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtMovieDialog.hh
r731 r732 39 39 class QButtonGroup; 40 40 class QPushButton; 41 class QRadioButton;42 class QCheckBox;43 class QSlider;44 class QComboBox;45 41 class QLabel; 46 42 class QLineEdit; … … 68 64 69 65 private : 70 QLineEdit* f SelectPath;71 Q String fTmpDir;66 QLineEdit* fEncoderPath; 67 QLineEdit* fTempPath; 72 68 G4OpenGLQtViewer *fParentViewer; 69 QLabel *fCheckLabel; 73 70 74 71 private slots : 75 72 void selectPathAction(); 73 void checkMovieParameters(); 76 74 }; 77 75 -
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh
r731 r732 72 72 virtual void updateQWidget()=0; 73 73 void setupViewport(int, int); 74 voidsetEncoderPath(QString path);74 bool setEncoderPath(QString path); 75 75 QString getEncoderPath(); 76 bool setTempFolderPath(QString path); 77 QString getTempFolderPath(); 76 78 77 79 protected: … … 145 147 bool fAutoMove; 146 148 QString fEncoderPath; 149 QString fTempFolderPath; 147 150 QAction *fRotateAction; 148 151 QAction *fMoveAction; … … 154 157 QAction *fDrawingSurfaceRemoval; 155 158 QAction *fDrawingLineSurfaceRemoval; 156 G4OpenGLQtMovieDialog* movieParametersDialog;159 G4OpenGLQtMovieDialog* fMovieParametersDialog; 157 160 158 161 private slots :
Note:
See TracChangeset
for help on using the changeset viewer.
