Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VisCommandsViewer.hh
Go to the documentation of this file.
1//
2// ********************************************************************
3// * License and Disclaimer *
4// * *
5// * The Geant4 software is copyright of the Copyright Holders of *
6// * the Geant4 Collaboration. It is provided under the terms and *
7// * conditions of the Geant4 Software License, included in the file *
8// * LICENSE and available at http://cern.ch/geant4/license . These *
9// * include a list of copyright holders. *
10// * *
11// * Neither the authors of this software system, nor their employing *
12// * institutes,nor the agencies providing financial support for this *
13// * work make any representation or warranty, express or implied, *
14// * regarding this software system or assume any liability for its *
15// * use. Please see the license in the file LICENSE and URL above *
16// * for the full disclaimer and the limitation of liability. *
17// * *
18// * This code implementation is the result of the scientific and *
19// * technical work of the GEANT4 collaboration. *
20// * By using, copying, modifying or distributing the software (or *
21// * any work based on the software) you agree to acknowledge its *
22// * use in resulting scientific publications, and indicate your *
23// * acceptance of all terms of the Geant4 Software license. *
24// ********************************************************************
25//
26//
27
28// /vis/viewer commands - John Allison 25th October 1998
29
30#ifndef G4VISCOMMANDSVIEWER_HH
31#define G4VISCOMMANDSVIEWER_HH
32
33#include "G4VVisCommand.hh"
34
35class G4VViewer;
37class G4UIcommand;
43
45public:
49 void SetNewValue (G4UIcommand* command, G4String newValue);
50private:
53 G4UIcommand* fpCommand;
54};
55
57public:
61 void SetNewValue (G4UIcommand* command, G4String newValue);
62private:
65 G4UIcommand* fpCommandCentreOn;
66 G4UIcommand* fpCommandCentreAndZoomInOn;
67};
68
70public:
74 void SetNewValue (G4UIcommand* command, G4String newValue);
75private:
78 G4UIcommand* fpCommand;
79};
80
82public:
84 virtual ~G4VisCommandViewerClear ();
86 void SetNewValue (G4UIcommand* command, G4String newValue);
87private:
90 G4UIcmdWithAString* fpCommand;
91};
92
94public:
98 void SetNewValue (G4UIcommand* command, G4String newValue);
99private:
102 G4UIcmdWithoutParameter* fpCommand;
103};
104
106public:
110 void SetNewValue (G4UIcommand* command, G4String newValue);
111private:
115 G4UIcmdWithAString* fpCommand;
116};
117
119public:
123 void SetNewValue (G4UIcommand* command, G4String newValue);
124private:
127 G4UIcmdWithoutParameter* fpCommand;
128};
129
131public:
133 virtual ~G4VisCommandViewerClone ();
135 void SetNewValue (G4UIcommand* command, G4String newValue);
136private:
138 G4VisCommandViewerClone& operator =
140 G4UIcommand* fpCommand;
141};
142
144public:
148 void SetNewValue (G4UIcommand* command, G4String newValue);
149private:
152 G4UIcommand* fpCommand;
153};
154
156public:
160 void SetNewValue (G4UIcommand* command, G4String newValue);
161private:
165 G4UIcmdWithAString* fpCommand;
166};
167
169public:
171 virtual ~G4VisCommandViewerCreate ();
173 void SetNewValue (G4UIcommand* command, G4String newValue);
174private:
177 G4String NextName ();
178 G4UIcommand* fpCommand;
179 G4int fId;
180};
181
183public:
185 virtual ~G4VisCommandViewerDolly ();
187 void SetNewValue (G4UIcommand* command, G4String newValue);
188private:
191 G4UIcmdWithADoubleAndUnit* fpCommandDolly;
192 G4UIcmdWithADoubleAndUnit* fpCommandDollyTo;
193 G4double fDollyIncrement;
194 G4double fDollyTo;
195};
196
198public:
200 virtual ~G4VisCommandViewerFlush ();
202 void SetNewValue (G4UIcommand* command, G4String newValue);
203private:
206 G4UIcmdWithAString* fpCommand;
207};
208
210public:
214 void SetNewValue (G4UIcommand* command, G4String newValue);
215private:
218 G4UIcommand* fpCommand;
219};
220
222public:
224 virtual ~G4VisCommandViewerList ();
226 void SetNewValue (G4UIcommand* command, G4String newValue);
227private:
230 G4UIcommand* fpCommand;
231};
232
234public:
236 virtual ~G4VisCommandViewerPan ();
238 void SetNewValue (G4UIcommand* command, G4String newValue);
239private:
241 G4VisCommandViewerPan& operator = (const G4VisCommandViewerPan&);
242 G4UIcommand* fpCommandPan;
243 G4UIcommand* fpCommandPanTo;
244 G4double fPanIncrementRight, fPanIncrementUp;
245 G4double fPanToRight, fPanToUp;
246};
247
249public:
251 virtual ~G4VisCommandViewerReset ();
253 void SetNewValue (G4UIcommand* command, G4String newValue);
254private:
257 G4UIcmdWithAString* fpCommand;
258};
259
261public:
265 void SetNewValue (G4UIcommand* command, G4String newValue);
266private:
269 G4UIcmdWithAString* fpCommand;
270};
271
273public:
277 void SetNewValue (G4UIcommand* command, G4String newValue);
278private:
281 G4UIcmdWithAString* fpCommand;
282};
283
285public:
287 virtual ~G4VisCommandViewerSave ();
289 void SetNewValue (G4UIcommand* command, G4String newValue);
290private:
293 G4UIcmdWithAString* fpCommand;
294};
295
297public:
299 virtual ~G4VisCommandViewerScale ();
301 void SetNewValue (G4UIcommand* command, G4String newValue);
302private:
305 G4UIcmdWith3Vector* fpCommandScale;
306 G4UIcmdWith3Vector* fpCommandScaleTo;
307 G4Vector3D fScaleMultiplier;
308 G4Vector3D fScaleTo;
309};
310
312public:
314 virtual ~G4VisCommandViewerSelect ();
316 void SetNewValue (G4UIcommand* command, G4String newValue);
317private:
320 G4UIcmdWithAString* fpCommand;
321};
322
324public:
326 virtual ~G4VisCommandViewerUpdate ();
328 void SetNewValue (G4UIcommand* command, G4String newValue);
329private:
332 G4UIcmdWithAString* fpCommand;
333};
334
336public:
338 virtual ~G4VisCommandViewerZoom ();
340 void SetNewValue (G4UIcommand* command, G4String newValue);
341private:
344 G4UIcmdWithADouble* fpCommandZoom;
345 G4UIcmdWithADouble* fpCommandZoomTo;
346 G4double fZoomMultiplier;
347 G4double fZoomTo;
348};
349
350#endif
double G4double
Definition: G4Types.hh:83
int G4int
Definition: G4Types.hh:85
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValue)