|
g4display
|
Conventions and constants used by the g4display module. More...
#include <vector>#include <string>

Go to the source code of this file.
Macros | |
| #define | GDEFAULTVIEWERDRIVER "TOOLSSG_QT_GLES" |
| #define | GDEFAULTVIEWERSIZE "800x800" |
| #define | GDEFAULTVIEWERPOS "-400+100" |
| #define | GDEFAULTVSEGPERCIRCLE 50 |
| #define | GNOT_SPECIFIED_SCENE_TEXT_Z (-1234.5) |
| #define | EC__VISDRIVERNOTFOUND 1301 |
| #define | EC__NOUIMANAGER 1302 |
Variables | |
| std::vector< std::string > | AVAILABLEG4VIEWERS |
| List of Geant4 viewer driver names known to the application. | |
This header centralizes default values and shared constants used by option definitions and helpers. It also declares a global list of available Geant4 viewer drivers.
Definition in file g4displayConventions.h.
| #define EC__NOUIMANAGER 1302 |
Definition at line 35 of file g4displayConventions.h.
| #define EC__VISDRIVERNOTFOUND 1301 |
Definition at line 34 of file g4displayConventions.h.
| #define GDEFAULTVIEWERDRIVER "TOOLSSG_QT_GLES" |
Definition at line 19 of file g4displayConventions.h.
| #define GDEFAULTVIEWERPOS "-400+100" |
Definition at line 25 of file g4displayConventions.h.
| #define GDEFAULTVIEWERSIZE "800x800" |
Definition at line 22 of file g4displayConventions.h.
| #define GDEFAULTVSEGPERCIRCLE 50 |
Definition at line 28 of file g4displayConventions.h.
| #define GNOT_SPECIFIED_SCENE_TEXT_Z (-1234.5) |
Definition at line 31 of file g4displayConventions.h.
|
extern |
The list is defined elsewhere (typically in a compilation unit) and used to validate or present available driver choices.