Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Text.hh>
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 | |
G4String | fInfo |
const G4VisAttributes * | fpVisAttributes |
G4bool | fAllocatedVisAttributes |
enum G4Text::Layout |
G4Text::G4Text | ( | const G4String & | text = "none" | ) |
G4Text::G4Text | ( | const G4VMarker & | marker | ) |
|
default |
|
default |
|
overridedefault |
Layout G4Text::GetLayout | ( | ) | const |
G4String G4Text::GetText | ( | ) | const |
Referenced by G4HepRepFileSceneHandler::AddPrimitive(), G4OpenInventorSceneHandler::AddPrimitive(), G4ToolsSGSceneHandler::AddPrimitive(), G4VtkSceneHandler::AddPrimitive(), G4OpenGLQtViewer::DrawText(), G4OpenGLViewer::DrawText(), G4OpenGLXViewer::DrawText(), G4TextModel::G4TextModel(), and operator<<().
G4double G4Text::GetXOffset | ( | ) | const |
G4double G4Text::GetYOffset | ( | ) | const |
void G4Text::SetLayout | ( | Layout | ) |
void G4Text::SetOffset | ( | double | dx, |
double | dy | ||
) |
void G4Text::SetText | ( | const G4String & | text | ) |