Geant4-11
Macros
G4VisCommandsPlotter.hh File Reference
#include "G4VVisCommand.hh"

Go to the source code of this file.

Macros

#define G4VIS_COMMAND_PLOTTER_HEADER(a__cmd)
 

Macro Definition Documentation

◆ G4VIS_COMMAND_PLOTTER_HEADER

#define G4VIS_COMMAND_PLOTTER_HEADER (   a__cmd)
Value:
class G4VisCommandPlotter##a__cmd: public G4VVisCommand {\
public:\
G4VisCommandPlotter##a__cmd ();\
virtual ~G4VisCommandPlotter##a__cmd ();\
G4String GetCurrentValue (G4UIcommand*) {return "";}\
void SetNewValue (G4UIcommand* command, G4String newValue);\
private:\
G4VisCommandPlotter##a__cmd (const G4VisCommandPlotter##a__cmd&);\
G4VisCommandPlotter##a__cmd& operator = (const G4VisCommandPlotter##a__cmd&);\
\
G4UIcommand* fpCommand;\
};
virtual G4String GetCurrentValue(G4UIcommand *command)
virtual void SetNewValue(G4UIcommand *command, G4String newValue)

Definition at line 34 of file G4VisCommandsPlotter.hh.