|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Text.hh>
Inheritance diagram for G4Text:Public Types | |
| enum | Layout { left , centre , right } |
Public Types inherited from G4VMarker | |
| enum | FillStyle { noFill , hashed , filled } |
| enum | SizeType { none , world , screen } |
Additional Inherited Members | |
Protected Attributes inherited from G4Visible | |
| const G4VisAttributes * | fpVisAttributes |
| G4bool | fAllocatedVisAttributes |
| enum G4Text::Layout |
| G4Text::G4Text | ( | const G4String & | text | ) |
| G4Text::G4Text | ( | const G4VMarker & | marker | ) |
| G4Text::G4Text | ( | const G4Text & | text | ) |
| Layout G4Text::GetLayout | ( | ) | const |
Referenced by operator<<().
| G4String G4Text::GetText | ( | ) | const |
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), G4TextModel::G4TextModel(), and operator<<().
| G4double G4Text::GetXOffset | ( | ) | const |
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), G4TextModel::G4TextModel(), and operator<<().
| G4double G4Text::GetYOffset | ( | ) | const |
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), G4TextModel::G4TextModel(), and operator<<().
Definition at line 63 of file G4Text.cc.
| void G4Text::SetLayout | ( | Layout | ) |
| void G4Text::SetOffset | ( | double | dx, |
| double | dy | ||
| ) |
| void G4Text::SetText | ( | const G4String & | text | ) |