Import Geant4 3.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:03:00 +02:00
parent cfcb558cfe
commit 137e303ecc
2843 changed files with 37082 additions and 38426 deletions
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4OpenGLXmPushButton.hh,v 1.3 1999/12/15 14:54:05 gunter Exp $
// GEANT4 tag $Name: geant4-03-00 $
// $Id: G4OpenGLXmPushButton.hh,v 1.5 2001/03/07 15:16:27 johna Exp $
// GEANT4 tag $Name: geant4-03-01 $
//
//
//Push button class. Inherits from G4OpenGLXmVWidgetComponent
@@ -22,12 +22,12 @@ class G4OpenGLXmPushButton : public G4OpenGLXmVWidgetComponent
{
public:
G4OpenGLXmPushButton (char* = NULL,
G4OpenGLXmPushButton (const char* = NULL,
XtCallbackRec* = NULL); //constructor
~G4OpenGLXmPushButton (); //destructor
virtual ~G4OpenGLXmPushButton (); //destructor
void SetName (char*);
char* GetName ();
void SetName (const char*);
const char* GetName ();
void AddYourselfTo (G4OpenGLXmVWidgetContainer*);
@@ -35,7 +35,9 @@ public:
Widget* GetPointerToWidget ();
private:
char* name;
G4OpenGLXmPushButton (const G4OpenGLXmPushButton&);
G4OpenGLXmPushButton& operator = (const G4OpenGLXmPushButton&);
const char* name;
XtCallbackRec* callback;
Widget button;
Widget* parent;