#include <G4VisCommandsCompound.hh>
Definition at line 69 of file G4VisCommandsCompound.hh.
◆ G4VisCommandOpen() [1/2]
G4VisCommandOpen::G4VisCommandOpen |
( |
| ) |
|
Definition at line 232 of file G4VisCommandsCompound.cc.
236 (
"Creates a scene handler ready for drawing.");
238 (
"The scene handler becomes current (the name is auto-generated).");
240 parameter =
new G4UIparameter(
"graphics-system-name",
's', omitable =
false);
242 parameter =
new G4UIparameter(
"window-size-hint",
's', omitable =
true);
244 (
"integer (pixels) for square window placed by window manager or" 245 " X-Windows-type geometry string, e.g. 600x600-100+100");
void SetParameter(G4UIparameter *const newParameter)
void SetDefaultValue(const char *theDefaultValue)
void SetGuidance(const char *aGuidance)
void SetGuidance(const char *theGuidance)
◆ ~G4VisCommandOpen()
G4VisCommandOpen::~G4VisCommandOpen |
( |
| ) |
|
|
virtual |
◆ G4VisCommandOpen() [2/2]
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 254 of file G4VisCommandsCompound.cc.
255 G4String systemName, windowSizeHint;
256 std::istringstream is(newValue);
257 is >> systemName >> windowSizeHint;
261 if (keepVerbose >= 2 ||
G4int GetVerboseLevel() const
void SetVerboseLevel(G4int val)
static G4UImanager * GetUIpointer()
static Verbosity GetVerbosity()
G4int ApplyCommand(const char *aCommand)
static G4VisManager * fpVisManager
◆ fpCommand
The documentation for this class was generated from the following files: