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

#include <G4GenericMessenger.hh>

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

Public 타입

enum  UnitSpec { UnitCategory, UnitDefault }
 

Public 멤버 함수

 Method (const G4AnyMethod &fun, void *obj, G4UIcommand *cmd)
 
 Method ()
 
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 속성

G4AnyMethod method
 
voidobject
 
G4UIcommandcommand
 
const std::type_info * type
 

상세한 설명

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

멤버 열거형 문서화

열거형 멤버
UnitCategory 
UnitDefault 

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

생성자 & 소멸자 문서화

G4GenericMessenger::Method::Method ( const G4AnyMethod fun,
void obj,
G4UIcommand cmd 
)
inline

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

G4GenericMessenger::Method::Method ( )
inline

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

멤버 함수 문서화

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

멤버 데이타 문서화

G4UIcommand* G4GenericMessenger::Command::command
inherited

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

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

G4AnyMethod G4GenericMessenger::Method::method

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

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

void* G4GenericMessenger::Method::object

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

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

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

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

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


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