Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4GenericMessenger::Property Struct Reference

#include <G4GenericMessenger.hh>

+ Inheritance diagram for G4GenericMessenger::Property:

Public Member Functions

 Property (const G4AnyType &var, G4UIcommand *cmd)
 
 Property ()=default
 
- Public Member Functions inherited from G4GenericMessenger::Command
 Command (G4UIcommand *cmd, const std::type_info &ti)
 
 Command ()=default
 
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)
 
CommandSetParameterName (G4int pIdx, const G4String &, G4bool, G4bool=false)
 
CommandSetParameterName (const G4String &, const G4String &, const G4String &, G4bool, G4bool=false)
 
CommandSetDefaultValue (const G4String &)
 
CommandSetDefaultValue (G4int pIdx, const G4String &)
 
CommandSetCandidates (const G4String &)
 
CommandSetCandidates (G4int pIdx, const G4String &)
 
CommandSetToBeBroadcasted (G4bool s0)
 
CommandSetToBeFlushed (G4bool s0)
 
CommandSetWorkerThreadOnly (G4bool s0)
 

Public Attributes

G4AnyType variable
 
- Public Attributes inherited from G4GenericMessenger::Command
G4UIcommandcommand = nullptr
 
const std::type_info * type = nullptr
 

Additional Inherited Members

- Public Types inherited from G4GenericMessenger::Command
enum  UnitSpec { UnitCategory , UnitDefault }
 

Detailed Description

Definition at line 143 of file G4GenericMessenger.hh.

Constructor & Destructor Documentation

◆ Property() [1/2]

G4GenericMessenger::Property::Property ( const G4AnyType & var,
G4UIcommand * cmd )
inline

Definition at line 145 of file G4GenericMessenger.hh.

146 : Command(cmd, var.TypeInfo()), variable(var)
147 {}
const std::type_info & TypeInfo() const
Definition G4AnyType.hh:113

◆ Property() [2/2]

G4GenericMessenger::Property::Property ( )
default

Member Data Documentation

◆ variable

G4AnyType G4GenericMessenger::Property::variable

The documentation for this struct was generated from the following file: