G4UIcommandStatus.hh File Reference

Go to the source code of this file.

Defines

#define G4UIcommandStatus_h   1

Enumerations

enum  G4UIcommandStatus {
  fCommandSucceeded = 0, fCommandNotFound = 100, fIllegalApplicationState = 200, fParameterOutOfRange = 300,
  fParameterUnreadable = 400, fParameterOutOfCandidates = 500, fAliasNotFound = 600
}


Define Documentation

#define G4UIcommandStatus_h   1

Definition at line 31 of file G4UIcommandStatus.hh.


Enumeration Type Documentation

enum G4UIcommandStatus

Enumerator:
fCommandSucceeded 
fCommandNotFound 
fIllegalApplicationState 
fParameterOutOfRange 
fParameterUnreadable 
fParameterOutOfCandidates 
fAliasNotFound 

Definition at line 33 of file G4UIcommandStatus.hh.

00034 {
00035   fCommandSucceeded         =   0,
00036   fCommandNotFound          = 100,
00037   fIllegalApplicationState  = 200,
00038   fParameterOutOfRange      = 300,
00039   fParameterUnreadable      = 400,
00040   fParameterOutOfCandidates = 500,
00041   fAliasNotFound            = 600
00042 };


Generated on Mon May 27 17:51:11 2013 for Geant4 by  doxygen 1.4.7