Ignore:
Timestamp:
Nov 9, 2007, 3:32:25 PM (17 years ago)
Author:
garnier
Message:

r627@mac-90108: laurentgarnier | 2007-11-09 07:57:42 +0100
modif dans les includes directives

Location:
trunk/geant4/interfaces/basic/include
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/basic/include/G4UIArrayString.hh

    r483 r593  
    2626//
    2727// $Id: G4UIArrayString.hh,v 1.3 2006/06/29 19:09:27 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030
  • trunk/geant4/interfaces/basic/include/G4UIQt.hh

    r577 r593  
    2525//
    2626//
    27 // $Id: G4UIQt.hh,v 1.13 2006/06/29 19:09:33 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01 $
     27// $Id: G4UIQt.hh,v 1.2 2007/11/08 17:00:09 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030#ifndef G4UIQt_h
     
    3838#include "G4VInteractiveSession.hh"
    3939
    40 #include <QtGui/qmainwindow.h>
    41 #include <QtGui/qlineedit.h>
    42 #include <QtGui/qlistwidget.h>
    43 #include <QtGui/qtextedit.h>
    44 #include <QtGui/qlabel.h>
    45 #include <QtGui/qtreewidget.h>
    46 #include <QSignalMapper.h>
    47 #include <QObject>
     40#include <QtCore/QObject>
    4841
     42class QMainWindow;
     43class QLineEdit;
    4944class G4UIsession;
    50 
     45class QListWidget;
     46class QTextEdit;
     47class QLabel;
     48class QDialog;
     49class QTreeWidgetItem;
     50class QTreeWidget;
    5151
    5252// Class description :
  • trunk/geant4/interfaces/basic/include/G4UIWin32.hh

    r483 r593  
    2626//
    2727// $Id: G4UIWin32.hh,v 1.14 2006/06/29 19:09:29 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030#ifndef G4UIWin32_h
  • trunk/geant4/interfaces/basic/include/G4UIXaw.hh

    r483 r593  
    2626//
    2727// $Id: G4UIXaw.hh,v 1.6 2006/06/29 19:09:31 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030#ifndef G4UIXaw_h
  • trunk/geant4/interfaces/basic/include/G4UIXm.hh

    r483 r593  
    2626//
    2727// $Id: G4UIXm.hh,v 1.13 2006/06/29 19:09:33 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030#ifndef G4UIXm_h
  • trunk/geant4/interfaces/basic/include/G4UIcsh.hh

    r483 r593  
    2626//
    2727// $Id: G4UIcsh.hh,v 1.4 2006/06/29 19:09:35 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030
  • trunk/geant4/interfaces/basic/include/G4UItcsh.hh

    r483 r593  
    2525//
    2626//
    27 // $Id: G4UItcsh.hh,v 1.7 2006/06/29 19:09:37 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     27// $Id: G4UItcsh.hh,v 1.8 2007/06/14 05:44:58 kmura Exp $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030
     
    4040#include "G4UIcommandTree.hh"
    4141
    42 //
     42// ====================================================================
    4343//   Description:
    4444//   This class gives tcsh-like shell.
     
    6868//   %h ... history# (different from G4 history#)
    6969//
     70// ====================================================================
    7071
    7172class G4UItcsh : public G4VUIshell {
     
    125126  void SetLsColor(TermColorIndex dirColor, TermColorIndex cmdColor);
    126127  virtual G4String GetCommandLine(const char* msg=0);
     128
     129  virtual void ResetTerminal();
    127130};
    128131
     132// ====================================================================
     133//   inline functions
     134// ====================================================================
    129135inline G4bool G4UItcsh::IsCursorLast() const
    130136{
  • trunk/geant4/interfaces/basic/include/G4UIterminal.hh

    r483 r593  
    2424// ********************************************************************
    2525//
     26// $Id: G4UIterminal.hh,v 1.10 2007/05/22 01:51:05 kmura Exp $
     27// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2628//
    27 // $Id: G4UIterminal.hh,v 1.9 2006/06/29 19:09:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
    29 //
    30 
    31 #ifndef G4UIterminal_h
    32 #define G4UIterminal_h 1
    33 
    34 #include <fstream>
    35 #include "G4UImanager.hh"
    36 #include "G4VBasicShell.hh"
    37 #include "G4VUIshell.hh"
    38 
     29// ====================================================================
     30//   G4UIterminal.cc
    3931//
    4032//   Description:
     
    6961//
    7062//   For more detail, see source codes.
    71 //
     63// ====================================================================
     64#ifndef G4UIterminal_h
     65#define G4UIterminal_h 1
     66
     67#include <fstream>
     68#include "G4UImanager.hh"
     69#include "G4VBasicShell.hh"
     70#include "G4VUIshell.hh"
    7271
    7372class G4UIterminal : public G4VBasicShell {
     
    8281
    8382public:
    84   G4UIterminal(G4VUIshell* aShell=0);
     83  G4UIterminal(G4VUIshell* aShell=0, G4bool qsig=true);
    8584  ~G4UIterminal();
    8685
  • trunk/geant4/interfaces/basic/include/G4VUIshell.hh

    r483 r593  
    2525//
    2626//
    27 // $Id: G4VUIshell.hh,v 1.6 2006/06/29 19:09:41 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     27// $Id: G4VUIshell.hh,v 1.7 2007/06/14 05:44:58 kmura Exp $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030
     
    3434#include "globals.hh"
    3535
    36 //
     36// ====================================================================
    3737//   Description:
    3838//   This class is the abstract base class for various UI shells.
     
    5050//   %/ ... current working directory
    5151//
     52// ====================================================================
    5253
    5354// terminal color index
     
    9596  // get command string from a command line
    9697  virtual G4String GetCommandLine(const char* msg=0)= 0;
     98
     99  virtual void ResetTerminal();
    97100};
    98101
    99 
    100 // inlines...
     102// ====================================================================
     103//   inline functions
     104// ====================================================================
    101105inline void G4VUIshell::SetNColumn(G4int ncol)
    102106{
Note: See TracChangeset for help on using the changeset viewer.