Changeset 652 for trunk/geant4/visualization/OpenGL/include
- Timestamp:
- Dec 11, 2007, 3:04:13 PM (18 years ago)
- Location:
- trunk/geant4/visualization/OpenGL/include
- Files:
-
- 2 edited
-
G4OpenGLQtExportDialog.hh (modified) (3 diffs)
-
G4OpenGLQtViewer.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtExportDialog.hh
r639 r652 69 69 int getSliderValue(); 70 70 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 72 the original value */ 72 73 int getWidth(); 73 74 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 76 the original value */ 75 77 int getHeight(); 76 78 … … 80 82 /** return the numbers of colors in the picture if format has a BW/Color widget, instead return -1 */ 81 83 int getNbColor(); 84 85 /** return if vector EPS is checked, if button does'nt exist, return 0 */ 86 bool getVectorEPS(); 82 87 83 88 public slots: … … 102 107 QPushButton* buttonOk; 103 108 QPushButton* buttonCancel; 104 QCheckBox* transparencyEPS,*boxTransparency ;109 QCheckBox* transparencyEPS,*boxTransparency,*vectorEPSCheckBox; 105 110 QCheckBox* ratioCheckBox; 106 111 QSlider * qualitySlider; -
trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh
r632 r652 92 92 void rescaleImage(int, int); 93 93 bool generateEPS(QString,int,QImage); 94 bool generateVectorEPS (QString,int,int,QImage); 94 95 bool generatePS_PDF(QString,int,QImage); 95 96
Note:
See TracChangeset
for help on using the changeset viewer.
