Ignore:
Timestamp:
Dec 11, 2007, 3:04:13 PM (18 years ago)
Author:
garnier
Message:

ajout du EPS vectoriel ticket #100

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

Legend:

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

    r639 r652  
    6969  int getSliderValue();
    7070
    71   /** return the new width for file if format has a width widget, instead return -1 */
     71  /** return the new width for file if format has a width widget, instead return
     72the original value */
    7273  int getWidth();
    7374
    74   /** return the new height for file if format has a height widget, instead return -1 */
     75  /** return the new height for file if format has a height widget, instead return
     76the original value  */
    7577  int getHeight();
    7678
     
    8082  /** return the numbers of colors in the picture if format has a BW/Color widget, instead return -1 */
    8183  int getNbColor();
     84
     85  /** return if vector EPS is checked, if button does'nt exist, return 0 */
     86  bool getVectorEPS();
    8287
    8388public slots:
     
    102107  QPushButton* buttonOk;
    103108  QPushButton* buttonCancel;
    104   QCheckBox* transparencyEPS,*boxTransparency;
     109  QCheckBox* transparencyEPS,*boxTransparency,*vectorEPSCheckBox;
    105110  QCheckBox* ratioCheckBox;
    106111  QSlider * qualitySlider;
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r632 r652  
    9292  void rescaleImage(int, int);
    9393  bool generateEPS(QString,int,QImage); 
     94  bool generateVectorEPS (QString,int,int,QImage);
    9495  bool generatePS_PDF(QString,int,QImage); 
    9596
Note: See TracChangeset for help on using the changeset viewer.