#include <G4UIcmdWithoutParameter.hh>
Inheritance diagram for G4UIcmdWithoutParameter:

Public Member Functions | |
| G4UIcmdWithoutParameter (const char *theCommandPath, G4UImessenger *theMessenger) | |
Definition at line 41 of file G4UIcmdWithoutParameter.hh.
| G4UIcmdWithoutParameter::G4UIcmdWithoutParameter | ( | const char * | theCommandPath, | |
| G4UImessenger * | theMessenger | |||
| ) |
Definition at line 34 of file G4UIcmdWithoutParameter.cc.
00035 :G4UIcommand(theCommandPath,theMessenger) 00036 {;}
1.4.7