Ignore:
Timestamp:
Mar 4, 2008, 2:29:54 PM (18 years ago)
Author:
garnier
Message:

remise a niveau de movie parameters

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

Legend:

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

    r732 r733  
    6565private :
    6666  QLineEdit* fEncoderPath;
    67   QLineEdit* fTempPath;
     67  QLineEdit* fTempFolderPath;
     68  QLineEdit* fSaveFileName;
    6869  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);
    7078
    7179private slots :
    72   void selectPathAction();
    73   void checkMovieParameters();
     80  void selectEncoderPathAction();
     81  void selectTempPathAction();
     82  void selectSaveFileNameAction();
     83  void checkAllParameters();
     84  void encode();
    7485};
    7586
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r732 r733  
    7272  virtual void updateQWidget()=0;
    7373  void setupViewport(int, int);
    74   bool setEncoderPath(QString path);
     74  QString setEncoderPath(QString path);
    7575  QString getEncoderPath();
    76   bool setTempFolderPath(QString path);
     76  QString setTempFolderPath(QString path);
    7777  QString getTempFolderPath();
     78  QString setSaveFileName(QString path);
     79  QString getSaveFileName();
    7880
    7981protected:
     
    148150  QString fEncoderPath;
    149151  QString fTempFolderPath;
     152  QString fSaveFileName;
    150153  QAction *fRotateAction;
    151154  QAction *fMoveAction;
Note: See TracChangeset for help on using the changeset viewer.