Geant4
9.6.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
geant4_9_6_p02
source
visualization
management
include
G4VisCommands.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
// $Id$
28
29
// /vis/ top level commands - John Allison 5th February 2001
30
31
#ifndef G4VISCOMMANDS_HH
32
#define G4VISCOMMANDS_HH
33
34
#include "
G4VVisCommand.hh
"
35
36
class
G4UIcmdWithABool
;
37
class
G4UIcmdWithAString
;
38
class
G4UIcmdWithoutParameter
;
39
40
class
G4VisCommandAbortReviewKeptEvents
:
public
G4VVisCommand
{
41
public
:
42
G4VisCommandAbortReviewKeptEvents
();
43
virtual
~G4VisCommandAbortReviewKeptEvents
();
44
G4String
GetCurrentValue
(
G4UIcommand
* command);
45
void
SetNewValue
(
G4UIcommand
* command,
G4String
newValue);
46
private
:
47
G4VisCommandAbortReviewKeptEvents
(
const
G4VisCommandAbortReviewKeptEvents
&);
48
G4VisCommandAbortReviewKeptEvents
& operator = (
const
G4VisCommandAbortReviewKeptEvents
&);
49
G4UIcmdWithABool
* fpCommand;
50
};
51
52
class
G4VisCommandEnable
:
public
G4VVisCommand
{
53
public
:
54
G4VisCommandEnable
();
55
virtual
~G4VisCommandEnable
();
56
G4String
GetCurrentValue
(
G4UIcommand
* command);
57
void
SetNewValue
(
G4UIcommand
* command,
G4String
newValue);
58
private
:
59
G4VisCommandEnable
(
const
G4VisCommandEnable
&);
60
G4VisCommandEnable
& operator = (
const
G4VisCommandEnable
&);
61
G4UIcmdWithABool
* fpCommand;
62
G4UIcmdWithoutParameter
* fpCommand1;
63
};
64
65
class
G4VisCommandInitialize
:
public
G4VVisCommand
{
66
public
:
67
G4VisCommandInitialize
();
68
virtual
~G4VisCommandInitialize
();
69
void
SetNewValue
(
G4UIcommand
* command,
G4String
newValue);
70
private
:
71
G4VisCommandInitialize
(
const
G4VisCommandInitialize
&);
72
G4VisCommandInitialize
& operator = (
const
G4VisCommandInitialize
&);
73
G4UIcmdWithoutParameter
* fpCommand;
74
};
75
76
class
G4VisCommandList
:
public
G4VVisCommand
{
77
public
:
78
G4VisCommandList
();
79
virtual
~G4VisCommandList
();
80
G4String
GetCurrentValue
(
G4UIcommand
* command);
81
void
SetNewValue
(
G4UIcommand
* command,
G4String
newValue);
82
private
:
83
G4VisCommandList
(
const
G4VisCommandList
&);
84
G4VisCommandList
& operator = (
const
G4VisCommandList
&);
85
G4UIcmdWithAString
* fpCommand;
86
};
87
88
class
G4VisCommandReviewKeptEvents
:
public
G4VVisCommand
{
89
public
:
90
G4VisCommandReviewKeptEvents
();
91
virtual
~G4VisCommandReviewKeptEvents
();
92
G4String
GetCurrentValue
(
G4UIcommand
* command);
93
void
SetNewValue
(
G4UIcommand
* command,
G4String
newValue);
94
private
:
95
G4VisCommandReviewKeptEvents
(
const
G4VisCommandReviewKeptEvents
&);
96
G4VisCommandReviewKeptEvents
& operator = (
const
G4VisCommandReviewKeptEvents
&);
97
G4UIcmdWithAString
* fpCommand;
98
};
99
100
class
G4VisCommandVerbose
:
public
G4VVisCommand
{
101
public
:
102
G4VisCommandVerbose
();
103
virtual
~G4VisCommandVerbose
();
104
G4String
GetCurrentValue
(
G4UIcommand
* command);
105
void
SetNewValue
(
G4UIcommand
* command,
G4String
newValue);
106
private
:
107
G4VisCommandVerbose
(
const
G4VisCommandVerbose
&);
108
G4VisCommandVerbose
& operator = (
const
G4VisCommandVerbose
&);
109
G4UIcmdWithAString
* fpCommand;
110
};
111
112
#endif
Generated on Sat May 25 2013 14:34:14 for Geant4 by
1.8.4