#include <G4Text.hh>
Inheritance diagram for G4Text:

Public Types | |
| left | |
| centre | |
| right | |
| enum | Layout { left, centre, right } |
Public Member Functions | |
| G4Text (const G4String &text) | |
| G4Text (const G4String &text, const G4Point3D &position) | |
| G4Text (const G4VMarker &) | |
| G4Text (const G4Text &) | |
| virtual | ~G4Text () |
| G4Text & | operator= (const G4Text &) |
| G4String | GetText () const |
| Layout | GetLayout () const |
| G4double | GetXOffset () const |
| G4double | GetYOffset () const |
| void | SetText (const G4String &text) |
| void | SetLayout (Layout) |
| void | SetOffset (double dx, double dy) |
Definition at line 73 of file G4Text.hh.
| enum G4Text::Layout |
| G4Text::G4Text | ( | const G4String & | text | ) |
| G4Text::G4Text | ( | const G4VMarker & | ) |
| G4Text::G4Text | ( | const G4Text & | ) |
| G4Text::Layout G4Text::GetLayout | ( | ) | const [inline] |
| G4String G4Text::GetText | ( | ) | const [inline] |
Definition at line 32 of file G4Text.icc.
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), G4TextModel::G4TextModel(), and operator<<().
| G4double G4Text::GetXOffset | ( | ) | const [inline] |
Definition at line 48 of file G4Text.icc.
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), G4TextModel::G4TextModel(), and operator<<().
| G4double G4Text::GetYOffset | ( | ) | const [inline] |
Definition at line 53 of file G4Text.icc.
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), G4TextModel::G4TextModel(), and operator<<().
Definition at line 64 of file G4Text.cc.
References fLayout, fText, fXOffset, fYOffset, and G4VMarker::operator=().
00065 { 00066 if (&rhs == this) return *this; 00067 G4VMarker::operator=(rhs); 00068 fText = rhs.fText; 00069 fLayout = rhs.fLayout; 00070 fXOffset = rhs.fXOffset; 00071 fYOffset = rhs.fYOffset; 00072 return *this; 00073 }
| void G4Text::SetLayout | ( | Layout | ) | [inline] |
Definition at line 44 of file G4Text.icc.
Referenced by G4AxesModel::G4AxesModel(), G4VisCommandSceneAddText2D::SetNewValue(), and G4VisCommandSceneAddText::SetNewValue().
| void G4Text::SetOffset | ( | double | dx, | |
| double | dy | |||
| ) | [inline] |
Definition at line 58 of file G4Text.icc.
Referenced by G4AxesModel::G4AxesModel(), G4VisCommandSceneAddText2D::SetNewValue(), and G4VisCommandSceneAddText::SetNewValue().
| void G4Text::SetText | ( | const G4String & | text | ) | [inline] |
1.4.7