Ignore:
Timestamp:
Dec 11, 2007, 5:25:54 PM (17 years ago)
Author:
garnier
Message:

tickets #101 corrige

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

Legend:

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

    r652 r656  
    4747
    4848/** The G4OpenGLQtExportDialog class provide a Dialog displaying differents options
    49   for each file format
    50  */
     49    for each file format
     50*/
    5151class G4OpenGLQtExportDialog : public QDialog
    5252{
    5353  Q_OBJECT
    5454
    55 public:
     55 public:
    5656  /** Construct a G4OpenGLQtExportDialog
    5757      @param parent : parent widget
    58       @param name : name of the saved file with extention
    5958      @param format : format of save file in lower case
    6059      @param height : height of the original file
    6160      @param width : width of the original file
    6261  */
    63   G4OpenGLQtExportDialog(QWidget* parent, QString name, QString format, int height =0, int width=0);
     62  G4OpenGLQtExportDialog(QWidget* parent, QString format, int height =0, int width=0);
    6463
    6564  /** Destroys G4OpenGLQtExportDialog */
     
    7069
    7170  /** return the new width for file if format has a width widget, instead return
    72 the original value */
     71      the original value */
    7372  int getWidth();
    7473
    7574  /** return the new height for file if format has a height widget, instead return
    76 the original value  */
     75      the original value  */
    7776  int getHeight();
    7877
     
    8685  bool getVectorEPS();
    8786
    88 public slots:
     87            public slots:
    8988
    90 /** Called by a clic on modify/original size button.This will
    91     invert buttons and hide/unhide size
    92 */
    93   void changeSizeBox(); 
     89            /** Called by a clic on modify/original size button.This will
     90                invert buttons and hide/unhide size
     91            */
     92            void changeSizeBox(); 
     93
     94  /** Called by a clic on vectorEPS check box.If vectorEPS checkBox is checked,
     95      it will enable change size buttons. Else it will disable them.
     96  */
     97  void changeVectorEPS();
    9498
    9599  /** Called by changing value in height lineEdit. If ratio is keep, will also change the width
     
    101105  void textHeightChanged(const QString &);
    102106
    103 private:
     107 private:
    104108  QString f_name, f_type, f_dir;
    105109  QLabel* qualityLabel;
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r652 r656  
    132132  void toggleAux(bool);
    133133  void toggleFullScreen(bool);
    134 #if QT_VERSION >= 0x040000
     134  // Only use for Qt>4.0
    135135  void dialogClosed();
    136 #endif
    137136};
    138137
Note: See TracChangeset for help on using the changeset viewer.