Ignore:
Timestamp:
Feb 5, 2009, 12:25:30 PM (16 years ago)
Author:
garnier
Message:

renommage et suppression de EPS dans Qt

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

Legend:

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

    r915 r916  
    144144  void createRadioAction(QAction *,QAction *, const std::string&,unsigned int a=1);
    145145  void rescaleImage(int, int);
    146   bool generateEPS2(QString,int,QImage); 
    147   bool generateVectorEPS (QString,int,int,QImage);
    148   bool generatePS_PDF(QString,int,QImage); 
     146  bool generateVectorEPS (const char *,int,int,QImage);
     147  bool generatePS_PDF(const std::string,int,QImage); 
    149148  void showMovieParametersDialog();
    150149  void initMovieParameters();
  • trunk/source/visualization/OpenGL/include/G4OpenGLViewer.hh

    r915 r916  
    8585  GLdouble getSceneFarWidth();
    8686  GLdouble getSceneDepth();
    87   G4float                           pointSize;
    88   char                              print_string[50];
    89   G4bool                            print_colour;
    90   G4bool                            vectored_ps;
     87  std::string                       fPrintFilename;
     88  G4bool                            fPrintColour;
     89  G4bool                            fVectoredPs;
    9190
    9291  G4OpenGLSceneHandler& fOpenGLSceneHandler;
     
    108107    fDisplayLightFrontT;
    109108  G4double fDisplayLightFrontRed, fDisplayLightFrontGreen, fDisplayLightFrontBlue;
     109
     110private :
     111  G4float                           fPointSize;
    110112};
    111113
Note: See TracChangeset for help on using the changeset viewer.