Ignore:
Timestamp:
Feb 27, 2008, 11:49:37 AM (18 years ago)
Author:
garnier
Message:

debut de la boite de dialog pour les param video

Location:
trunk/geant4/visualization/OpenGL/include
Files:
2 edited

Legend:

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

    r731 r732  
    3939class QButtonGroup;
    4040class QPushButton;
    41 class QRadioButton;
    42 class QCheckBox;
    43 class QSlider;
    44 class QComboBox;
    4541class QLabel;
    4642class QLineEdit;
     
    6864
    6965private :
    70   QLineEdit* fSelectPath;
    71   QString fTmpDir;
     66  QLineEdit* fEncoderPath;
     67  QLineEdit* fTempPath;
    7268  G4OpenGLQtViewer *fParentViewer;
     69  QLabel *fCheckLabel;
    7370
    7471private slots :
    7572  void selectPathAction();
     73  void checkMovieParameters();
    7674};
    7775
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r731 r732  
    7272  virtual void updateQWidget()=0;
    7373  void setupViewport(int, int);
    74   void setEncoderPath(QString path);
     74  bool setEncoderPath(QString path);
    7575  QString getEncoderPath();
     76  bool setTempFolderPath(QString path);
     77  QString getTempFolderPath();
    7678
    7779protected:
     
    145147  bool fAutoMove;
    146148  QString fEncoderPath;
     149  QString fTempFolderPath;
    147150  QAction *fRotateAction;
    148151  QAction *fMoveAction;
     
    154157  QAction *fDrawingSurfaceRemoval;
    155158  QAction *fDrawingLineSurfaceRemoval;
    156   G4OpenGLQtMovieDialog* movieParametersDialog;
     159  G4OpenGLQtMovieDialog* fMovieParametersDialog;
    157160
    158161private slots :
Note: See TracChangeset for help on using the changeset viewer.