Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 타입 | Public 멤버 함수 | Public 속성 | 모든 멤버 목록
G4GenericMessenger::Command 구조체 참조

#include <G4GenericMessenger.hh>

G4GenericMessenger::Command에 대한 상속 다이어그램 :
G4GenericMessenger::Method G4GenericMessenger::Property

Public 타입

enum  UnitSpec { UnitCategory, UnitDefault }
 

Public 멤버 함수

 Command (G4UIcommand *cmd, const std::type_info &ti)
 
 Command ()
 
CommandSetStates (G4ApplicationState s0)
 
CommandSetStates (G4ApplicationState s0, G4ApplicationState s1)
 
CommandSetStates (G4ApplicationState s0, G4ApplicationState s1, G4ApplicationState s2)
 
CommandSetStates (G4ApplicationState s0, G4ApplicationState s1, G4ApplicationState s2, G4ApplicationState s3)
 
CommandSetStates (G4ApplicationState s0, G4ApplicationState s1, G4ApplicationState s2, G4ApplicationState s3, G4ApplicationState s4)
 
CommandSetRange (const G4String &range)
 
CommandSetGuidance (const G4String &s0)
 
CommandSetUnit (const G4String &, UnitSpec=UnitDefault)
 
CommandSetUnitCategory (const G4String &u)
 
CommandSetDefaultUnit (const G4String &u)
 
CommandSetParameterName (const G4String &, G4bool, G4bool=false)
 
CommandSetDefaultValue (const G4String &)
 
CommandSetCandidates (const G4String &)
 
CommandSetToBeBroadcasted (G4bool s0)
 
CommandSetToBeFlushed (G4bool s0)
 
CommandSetWorkerThreadOnly (G4bool s0)
 

Public 속성

G4UIcommandcommand
 
const std::type_info * type
 

상세한 설명

G4GenericMessenger.hh 파일의 59 번째 라인에서 정의되었습니다.

멤버 열거형 문서화

열거형 멤버
UnitCategory 
UnitDefault 

G4GenericMessenger.hh 파일의 60 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4GenericMessenger::Command::Command ( G4UIcommand cmd,
const std::type_info &  ti 
)
inline

G4GenericMessenger.hh 파일의 61 번째 라인에서 정의되었습니다.

G4GenericMessenger::Command::Command ( )
inline

G4GenericMessenger.hh 파일의 62 번째 라인에서 정의되었습니다.

멤버 함수 문서화

G4GenericMessenger::Command & G4GenericMessenger::Command::SetCandidates ( const G4String candList)

G4GenericMessenger.cc 파일의 247 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIparameter::SetParameterCandidates().

다음에 의해서 참조됨 : UIhelpers::buildCommands().

Command& G4GenericMessenger::Command::SetDefaultUnit ( const G4String u)
inline

G4GenericMessenger.hh 파일의 73 번째 라인에서 정의되었습니다.

다음을 참조함 : SetUnit(), UnitDefault.

G4GenericMessenger::Command & G4GenericMessenger::Command::SetDefaultValue ( const G4String defVal)
Command& G4GenericMessenger::Command::SetGuidance ( const G4String s0)
inline

G4GenericMessenger.hh 파일의 70 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::SetGuidance().

G4GenericMessenger::Command & G4GenericMessenger::Command::SetParameterName ( const G4String name,
G4bool  omittable,
G4bool  currentAsDefault = false 
)
Command& G4GenericMessenger::Command::SetRange ( const G4String range)
inline

G4GenericMessenger.hh 파일의 69 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::SetRange().

다음에 의해서 참조됨 : B5DetectorConstruction::DefineCommands(), DetectorConstruction::DefineCommands(), B5PrimaryGeneratorAction::DefineCommands().

Command& G4GenericMessenger::Command::SetStates ( G4ApplicationState  s0)
inline
Command& G4GenericMessenger::Command::SetStates ( G4ApplicationState  s0,
G4ApplicationState  s1 
)
inline

G4GenericMessenger.hh 파일의 65 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::AvailableForStates().

Command& G4GenericMessenger::Command::SetStates ( G4ApplicationState  s0,
G4ApplicationState  s1,
G4ApplicationState  s2 
)
inline

G4GenericMessenger.hh 파일의 66 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::AvailableForStates().

Command& G4GenericMessenger::Command::SetStates ( G4ApplicationState  s0,
G4ApplicationState  s1,
G4ApplicationState  s2,
G4ApplicationState  s3 
)
inline

G4GenericMessenger.hh 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::AvailableForStates().

Command& G4GenericMessenger::Command::SetStates ( G4ApplicationState  s0,
G4ApplicationState  s1,
G4ApplicationState  s2,
G4ApplicationState  s3,
G4ApplicationState  s4 
)
inline

G4GenericMessenger.hh 파일의 68 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::AvailableForStates().

Command& G4GenericMessenger::Command::SetToBeBroadcasted ( G4bool  s0)
inline

G4GenericMessenger.hh 파일의 77 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::SetToBeBroadcasted().

Command& G4GenericMessenger::Command::SetToBeFlushed ( G4bool  s0)
inline

G4GenericMessenger.hh 파일의 78 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::SetToBeFlushed().

G4GenericMessenger::Command & G4GenericMessenger::Command::SetUnit ( const G4String unit,
UnitSpec  spec = UnitDefault 
)
Command& G4GenericMessenger::Command::SetUnitCategory ( const G4String u)
inline

G4GenericMessenger.hh 파일의 72 번째 라인에서 정의되었습니다.

다음을 참조함 : SetUnit(), UnitCategory.

Command& G4GenericMessenger::Command::SetWorkerThreadOnly ( G4bool  s0)
inline

G4GenericMessenger.hh 파일의 79 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UIcommand::SetWorkerThreadOnly().

멤버 데이타 문서화

G4UIcommand* G4GenericMessenger::Command::command

G4GenericMessenger.hh 파일의 81 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : SetUnit().

const std::type_info* G4GenericMessenger::Command::type

G4GenericMessenger.hh 파일의 82 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : SetUnit().


이 구조체에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: