51 lines
1.0 KiB
C++
51 lines
1.0 KiB
C++
// This code implementation is the intellectual property of
|
|
// the RD44 GEANT4 collaboration.
|
|
//
|
|
// By copying, distributing or modifying the Program (or any work
|
|
// based on the Program) you indicate your acceptance of this statement,
|
|
// and all its terms.
|
|
//
|
|
// $Id: _g4xvtgu.h,v 2.1 1998/07/12 02:39:10 urbi Exp $
|
|
// GEANT4 tag $Name: geant4-00 $
|
|
//
|
|
/*
|
|
This is version 4.5 of XVT-Architect.
|
|
This file was automatically generated by XVT-Architect,
|
|
Do not modify its contents.
|
|
*/
|
|
|
|
#ifndef _g4xvtgu_factory_h
|
|
#define _g4xvtgu_factory_h
|
|
|
|
#include "facdec.h"
|
|
|
|
|
|
// Factory IDs:
|
|
|
|
#ifndef G4XvtGUI1002
|
|
#define G4XvtGUI1002 1002
|
|
#endif
|
|
|
|
// Object Data Members:
|
|
|
|
|
|
class G4XvtGUI1002Data : public CDataMembers
|
|
{
|
|
PWRClassInfo
|
|
virtual void Initialize(PAFactory* theFactory);
|
|
|
|
public:
|
|
|
|
CTaskDoc* itsCTaskDoc1003;
|
|
G4XvtDoc* itsG4Doc;
|
|
};
|
|
|
|
#define PAFACTORY_APP_ABOUT_BOX 0
|
|
#define PAFACTORY_APP_BASE_NAME "PwrApp"
|
|
#define PAFACTORY_APP_NAME "XVT - Geant 4"
|
|
#define PAFACTORY_APP_MENU MENU_BAR_RID
|
|
#define PAFACTORY_APP_TITLE "PwrApp"
|
|
|
|
#endif
|
|
|