Ignore:
Timestamp:
Feb 25, 2008, 5:14:36 PM (16 years ago)
Author:
garnier
Message:

debut de la boite de dialog pour les param video

File:
1 edited

Legend:

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

    r728 r730  
    7171  virtual void updateQWidget()=0;
    7272  void setupViewport(int, int);
     73  void setEncoderPath(QString path);
     74  QString getEncoderPath();
    7375
    7476protected:
     
    140142  bool fHoldRotateEvent;
    141143  bool fAutoMove;
     144  QString fEncoderPath;
    142145  QAction *fRotateAction;
    143146  QAction *fMoveAction;
     
    159162  void actionDrawingLineSurfaceRemoval();
    160163  void actionCreateEPS();
     164  void actionCreateMovie();
    161165
    162166  void showShortcuts();
Note: See TracChangeset for help on using the changeset viewer.