Geant4-11
|
#include <G4OpenInventorQtExaminerViewer.hh>
Data Structures | |
struct | elementForSorting |
struct | sceneElement |
struct | viewPtData |
Public Member Functions | |
void | addEscapeCallback (void(*cb)()) |
G4OpenInventorQtExaminerViewer (QWidget *parent=NULL, const char *name=NULL, SbBool embed=TRUE, SoQtFullViewer::BuildFlag flag=BUILD_ALL, SoQtViewer::Type type=BROWSER) | |
QMenu * | getEtcMenu () |
QMenu * | getFileMenu () |
QFont * | getFont () |
QMenuBar * | getMenubar () |
template<class T > | |
void | parseString (T &t, const std::string &s, bool &error) |
void | setExternalQtApp () |
void | setOrigWindowSize (int w, int h) |
~G4OpenInventorQtExaminerViewer () | |
Data Fields | |
bool | abbrOutputFlag |
bool | pickRefPathFlag |
std::string | saveRefCoordsFileName |
std::string | saveScenegraphFileName |
bool | viewingBeforePickRef |
Protected Types | |
enum | CameraType { PERSPECTIVE , ORTHOGRAPHIC } |
enum | State { GENERAL , BEAMLINE , VIEWPOINT , ANIMATION , REVERSED_ANIMATION , PAUSED_ANIMATION , ROTATING } |
Protected Member Functions | |
virtual void | actualRedraw (void) |
void | addViewPoints () |
virtual void | afterRealizeHook () |
void | animateRefParticle () |
void | buildWidget (QWidget *parent) |
void | cleanUpAfterPrevFile () |
void | construct (const SbBool build) |
void | createElementsList () |
void | decSpeed () |
void | deleteViewPt (char *vpName=NULL) |
void | distanceToTrajectory (const SbVec3f &, float &, SbVec3f &, int &) |
void | evenOutRefParticlePts () |
void | findAndSetRefPath () |
SoCoordinate3 * | getCoordsNode (SoFullPath *path) |
void | getSceneElements () |
SoNode * | getSuperimpositionNode (SoNode *, const char *name) |
void | gotoRefPathStart () |
void | incSpeed () |
void | invertRefPath () |
bool | loadViewPts () |
void | moveCamera (float dist=0, bool lookdown=false) |
SbBool | processSoEvent (const SoEvent *const event) |
void | renameViewPt (char *vpName) |
void | restoreCamera () |
void | rotateCamera () |
void | saveCurCamera () |
void | saveViewPt (char *name) |
void | setReferencePath (SoLineSet *, SoCoordinate3 *, bool append=false) |
void | setReferencePathZPos () |
void | setStartingPtForAnimation () |
void | setViewPt () |
void | sortElements () |
void | sortViewPts (std::vector< std::string >) |
float | sqrlen (const SbVec3f &) |
void | superimpositionEvent (SoAction *action) |
void | updateSpeedIndicator (void) |
void | updateViewParams (SoKeyboardEvent::Key) |
std::string | viewPtAutoName () |
void | writeViewPtIdx () |
void | zoom (const float) |
Static Protected Member Functions | |
static void | animateRefParticleCB () |
static void | animateSensorCB (void *, SoSensor *) |
static void | animateSensorRotationCB (void *, SoSensor *) |
static void | mouseoverCB (void *aThis, SoEventCallback *eventCB) |
static void | pickingCB (void *aThis, SoEventCallback *eventCB) |
static void | sceneChangeCB (void *, SoSensor *) |
static void | superimpositionCB (void *closure, SoAction *action) |
Private Slots | |
void | AbbrOutputCB (bool) |
void | DeleteBookmarkCB () |
void | DetachCB () |
void | FileLoadRefPathCB () |
void | FileLoadSceneGraphCB () |
void | FileNewBookmarkCB () |
void | FileOpenBookmarkCB () |
void | FileSaveRefPathCB () |
void | FileSaveSceneGraphCB () |
void | HelpControlsCB () |
void | LoadBookmarkCB (QListWidgetItem *) |
void | LookAtSceneElementCB (QListWidgetItem *) |
void | NextViewPtCB () |
void | PickRefPathCB () |
void | PrevViewPtCB () |
void | RenameBookmarkCB () |
void | SaveViewPtCB () |
void | SortBookmarksCB () |
void | SwitchAxesCB (bool) |
void | SwitchWireFrameCB (bool) |
void | ToolsAnimateRefParticleCB () |
void | ToolsRefPathInvertCB () |
void | ToolsRefPathStartCB () |
Static Private Attributes | |
static G4OpenInventorQtExaminerViewer * | viewer = 0 |
Friends | |
class | G4OpenInventorQtViewer |
class | HookEventProcState |
Definition at line 87 of file G4OpenInventorQtExaminerViewer.hh.
|
protected |
Enumerator | |
---|---|
PERSPECTIVE | |
ORTHOGRAPHIC |
Definition at line 301 of file G4OpenInventorQtExaminerViewer.hh.
|
protected |
Enumerator | |
---|---|
GENERAL | |
BEAMLINE | |
VIEWPOINT | |
ANIMATION | |
REVERSED_ANIMATION | |
PAUSED_ANIMATION | |
ROTATING |
Definition at line 305 of file G4OpenInventorQtExaminerViewer.hh.
G4OpenInventorQtExaminerViewer::G4OpenInventorQtExaminerViewer | ( | QWidget * | parent = NULL , |
const char * | name = NULL , |
||
SbBool | embed = TRUE , |
||
SoQtFullViewer::BuildFlag | flag = BUILD_ALL , |
||
SoQtViewer::Type | type = BROWSER |
||
) |
Definition at line 116 of file G4OpenInventorQtExaminerViewer.cc.
References construct(), fName, G4InuclParticleNames::name(), TRUE, and viewer.
G4OpenInventorQtExaminerViewer::~G4OpenInventorQtExaminerViewer | ( | ) |
Definition at line 136 of file G4OpenInventorQtExaminerViewer.cc.
References viewer.
|
privateslot |
Definition at line 3109 of file G4OpenInventorQtExaminerViewer.cc.
References abbrOutputFlag.
Referenced by buildWidget().
|
protectedvirtual |
Definition at line 1528 of file G4OpenInventorQtExaminerViewer.cc.
References ANIMATION, currentState, PAUSED_ANIMATION, REVERSED_ANIMATION, and updateSpeedIndicator().
void G4OpenInventorQtExaminerViewer::addEscapeCallback | ( | void(*)() | cb | ) |
Definition at line 2591 of file G4OpenInventorQtExaminerViewer.cc.
References escapeCallback.
|
protected |
Definition at line 2616 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, Ui_Dialog::listWidget, and viewPtList.
Referenced by afterRealizeHook(), and FileOpenBookmarkCB().
|
protectedvirtual |
Definition at line 664 of file G4OpenInventorQtExaminerViewer.cc.
References G4UIQt::AddTabWidget(), addViewPoints(), AuxWindow, defaultHeight, defaultHeightAngle, detachButton, fileIn, fileName, fileOut, fName, font, G4UImanager::GetUIpointer(), G4UIQt::GetViewerTabWidget(), loadViewPts(), mouseoverCB(), myCam, pickingCB(), sceneChangeCB(), sceneChangeSensor, uiQt, uiQtTabIndex, viewerParent, viewerParent2, and viewPtList.
|
protected |
Definition at line 2568 of file G4OpenInventorQtExaminerViewer.cc.
References animateSensor, BEAMLINE, camEndOrient, camEndPos, camStartOrient, camStartPos, currentState, myCam, and setStartingPtForAnimation().
Referenced by animateSensorCB(), incSpeed(), processSoEvent(), and ToolsAnimateRefParticleCB().
|
staticprotected |
|
staticprotected |
Definition at line 2394 of file G4OpenInventorQtExaminerViewer.cc.
References animateBtwPtsPeriod, animateRefParticle(), animateSensor, ANIMATION, camEndOrient, camEndPos, camStartOrient, camStartPos, currentState, MIN_SPEED, refParticleIdx, refParticleTrajectory, REVERSED_ANIMATION, s, speedStep, and START_STEP.
Referenced by construct().
|
staticprotected |
Definition at line 2361 of file G4OpenInventorQtExaminerViewer.cc.
References animateBtwPtsPeriod, animateSensorRotation, currentState, prevState, rotateCamera(), rotCnt, and s.
Referenced by construct().
|
protected |
Definition at line 429 of file G4OpenInventorQtExaminerViewer.cc.
References abbrOutputButton, AbbrOutputCB(), AuxWindow, AuxWindowDialog, g4zmq::connect(), DeleteBookmarkCB(), detachButton, DetachCB(), etcmenu, FileLoadRefPath, FileLoadRefPathCB(), FileLoadSceneGraph, FileLoadSceneGraphCB(), filemenu, FileNewBookmark, FileNewBookmarkCB(), FileOpenBookmark, FileOpenBookmarkCB(), FileSaveRefPath, FileSaveRefPathCB(), FileSaveSceneGraph, FileSaveSceneGraphCB(), font, HelpControls, HelpControlsCB(), helpmenu, helpmsgbox, Ui_Dialog::listWidget, Ui_Dialog::listWidget1, LoadBookmarkCB(), LookAtSceneElementCB(), menubar, nextViewPtButton, NextViewPtCB(), pickext_xpm, pickref_xpm, pickRefPathButton, PickRefPathCB(), prevViewPtButton, PrevViewPtCB(), Ui_Dialog::pushButton, Ui_Dialog::pushButton_2, Ui_Dialog::pushButton_3, RenameBookmarkCB(), saveViewPt_xpm, saveViewPtButton, SaveViewPtCB(), Ui_Dialog::setupUi(), SortBookmarksCB(), switchAxesButton, SwitchAxesCB(), switchWireFrameButton, SwitchWireFrameCB(), ToolsAnimateRefParticle, ToolsAnimateRefParticleCB(), toolsmenu, ToolsRefPathInvert, ToolsRefPathInvertCB(), ToolsRefPathStart, ToolsRefPathStartCB(), and wireframe_xpm.
Referenced by construct().
|
protected |
Definition at line 2699 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, currentState, fileOut, GENERAL, Ui_Dialog::lineEdit, Ui_Dialog::listWidget, viewPtIdx, and viewPtList.
Referenced by FileNewBookmarkCB(), and FileOpenBookmarkCB().
|
protected |
Definition at line 154 of file G4OpenInventorQtExaminerViewer.cc.
References abbrOutputFlag, animateBtwPtsPeriod, animateSensor, animateSensorCB(), animateSensorRotation, animateSensorRotationCB(), animSpeedOutlineSwitch, animSpeedSwitch, axisSwitch, buildWidget(), curInfoFont, curInfoSwitch, curInfoText, curInfoTrans, currentState, curViewPtName, FALSE, fileName, GENERAL, getSuperimpositionNode(), hookBeamOn, HookEventProcState, lctrldown, left_right, lshiftdown, MAX_VP_IDX, MAX_VP_NAME, maxSpeed, MIN_SPEED, mouseOverFontLogName, mouseOverFontMaterial, mouseOverFontSolid, mouseOverFontZPos, mouseOverTextLogName, mouseOverTextMaterial, mouseOverTextSolid, mouseOverTextZPos, mouseOverTransLogName, mouseOverTransMaterial, mouseOverTransSolid, mouseOverTransZPos, myCam, newEvents, newSceneGraph, pathLookahead, pickRefPathFlag, prevColorField, rctrldown, rotUpVec, rshiftdown, searcher, sgeometry, speedStep, sscale, START_STEP, step, stranslation, superimposition, superimpositionCB(), up_down, viewPtIdx, and zcoordSetFlag.
Referenced by G4OpenInventorQtExaminerViewer().
|
protected |
Definition at line 1978 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, Ui_Dialog::listWidget1, sceneElements, and zcoordSetFlag.
Referenced by sortElements().
|
protected |
Definition at line 1486 of file G4OpenInventorQtExaminerViewer.cc.
References animateBtwPtsPeriod, animateSensor, maxSpeed, MIN_SPEED, speedStep, and START_STEP.
Referenced by processSoEvent().
|
privateslot |
Definition at line 3173 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, deleteViewPt(), Ui_Dialog::listWidget, and MAX_VP_NAME.
Referenced by buildWidget().
|
protected |
Definition at line 3197 of file G4OpenInventorQtExaminerViewer.cc.
References curViewPtName, fileIn, fileName, fileOut, font, setViewPt(), viewPtIdx, viewPtList, and writeViewPtIdx().
Referenced by DeleteBookmarkCB().
|
privateslot |
Definition at line 3162 of file G4OpenInventorQtExaminerViewer.cc.
References detachButton, G4UIQt::GetViewerTabWidget(), uiQt, uiQtTabIndex, viewerParent, and viewerParent2.
Referenced by buildWidget().
|
protected |
Definition at line 1813 of file G4OpenInventorQtExaminerViewer.cc.
References refParticleTrajectory, and sqrlen().
Referenced by sortElements().
|
protected |
Definition at line 2248 of file G4OpenInventorQtExaminerViewer.cc.
References refParticleTrajectory.
Referenced by FileLoadRefPathCB(), and setReferencePath().
|
privateslot |
Definition at line 2160 of file G4OpenInventorQtExaminerViewer.cc.
References evenOutRefParticlePts(), font, getSceneElements(), refParticleTrajectory, setReferencePathZPos(), and sortElements().
Referenced by buildWidget().
|
privateslot |
Definition at line 4009 of file G4OpenInventorQtExaminerViewer.cc.
References font, and newSceneGraph.
Referenced by buildWidget().
|
privateslot |
Definition at line 2714 of file G4OpenInventorQtExaminerViewer.cc.
References cleanUpAfterPrevFile(), fileName, fileOut, and font.
Referenced by buildWidget().
|
privateslot |
Definition at line 2641 of file G4OpenInventorQtExaminerViewer.cc.
References addViewPoints(), cleanUpAfterPrevFile(), fileIn, fileName, fileOut, font, and loadViewPts().
Referenced by buildWidget().
|
privateslot |
Definition at line 2210 of file G4OpenInventorQtExaminerViewer.cc.
References font, and refParticleTrajectory.
Referenced by buildWidget().
|
privateslot |
Definition at line 4057 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by buildWidget().
|
protected |
Definition at line 1587 of file G4OpenInventorQtExaminerViewer.cc.
References geant4_check_module_cycles::action, G4FFGEnumerations::ALL, buffer, G4AttHolder::GetAttDefs(), G4AttHolder::GetAttValues(), getCoordsNode(), and setReferencePath().
Referenced by sceneChangeCB().
|
protected |
Definition at line 1710 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by findAndSetRefPath().
|
inline |
Definition at line 205 of file G4OpenInventorQtExaminerViewer.hh.
References etcmenu.
Referenced by G4OpenInventorQtViewer::Initialise().
|
inline |
Definition at line 204 of file G4OpenInventorQtExaminerViewer.hh.
References filemenu.
Referenced by G4OpenInventorQtViewer::Initialise().
|
inline |
Definition at line 206 of file G4OpenInventorQtExaminerViewer.hh.
References font.
Referenced by G4OpenInventorQtViewer::Initialise().
|
inline |
|
protected |
Definition at line 1734 of file G4OpenInventorQtExaminerViewer.cc.
References G4FFGEnumerations::ALL, sceneElements, and TRUE.
Referenced by FileLoadRefPathCB(), and setReferencePath().
|
protected |
Definition at line 780 of file G4OpenInventorQtExaminerViewer.cc.
References G4InuclParticleNames::name(), searcher, and TRUE.
Referenced by construct().
|
protected |
Definition at line 2490 of file G4OpenInventorQtExaminerViewer.cc.
References ToolsRefPathStartCB().
|
privateslot |
Definition at line 4096 of file G4OpenInventorQtExaminerViewer.cc.
References helpmsgbox.
Referenced by buildWidget().
|
protected |
Definition at line 1468 of file G4OpenInventorQtExaminerViewer.cc.
References animateBtwPtsPeriod, animateRefParticle(), currentState, PAUSED_ANIMATION, refParticleTrajectory, and speedStep.
Referenced by processSoEvent().
|
protected |
Definition at line 2559 of file G4OpenInventorQtExaminerViewer.cc.
References refParticleTrajectory, setReferencePathZPos(), and sortElements().
Referenced by ToolsRefPathInvertCB().
|
privateslot |
Definition at line 2969 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, Ui_Dialog::lineEdit, MAX_VP_NAME, setViewPt(), viewPtIdx, viewPtList, and writeViewPtIdx().
Referenced by buildWidget().
|
protected |
Definition at line 909 of file G4OpenInventorQtExaminerViewer.cc.
References angle, G4OpenInventorQtExaminerViewer::viewPtData::aspectRatio, G4OpenInventorQtExaminerViewer::viewPtData::camType, error, G4OpenInventorQtExaminerViewer::viewPtData::farDistance, fileIn, G4OpenInventorQtExaminerViewer::viewPtData::focalDistance, G4OpenInventorQtExaminerViewer::viewPtData::height, G4OpenInventorQtExaminerViewer::viewPtData::nearDistance, G4OpenInventorQtExaminerViewer::viewPtData::orientation, G4OpenInventorQtExaminerViewer::viewPtData::position, G4OpenInventorQtExaminerViewer::viewPtData::viewportMapping, viewPtIdx, viewPtList, and G4OpenInventorQtExaminerViewer::viewPtData::viewPtName.
Referenced by afterRealizeHook(), and FileOpenBookmarkCB().
|
privateslot |
Definition at line 2003 of file G4OpenInventorQtExaminerViewer.cc.
References G4FFGEnumerations::ALL, animateSensor, ANIMATION, animSpeedOutlineSwitch, animSpeedSwitch, axisSwitch, BEAMLINE, curEltName, currentState, defaultHeightAngle, distance, error, FALSE, maxSpeed, moveCamera(), offsetFromCenter, PAUSED_ANIMATION, prevParticleDir, prevPt, prevState, refParticleIdx, refParticleTrajectory, restoreCamera(), REVERSED_ANIMATION, superimposition, TRUE, upVector, and VIEWPOINT.
Referenced by buildWidget().
|
staticprotected |
Definition at line 1266 of file G4OpenInventorQtExaminerViewer.cc.
References abbrOutputFlag, geant4_check_module_cycles::action, center, G4AttHolder::GetAttDefs(), G4AttHolder::GetAttValues(), mouseOverTextLogName, mouseOverTextMaterial, mouseOverTextSolid, mouseOverTextZPos, G4InuclParticleNames::pp, superimposition, and TRUE.
Referenced by afterRealizeHook().
|
protected |
Definition at line 1013 of file G4OpenInventorQtExaminerViewer.cc.
References camDir, camUpVec, center, distance, offsetFromCenter, prevParticleDir, prevPt, refParticleIdx, refParticleTrajectory, step, and upVector.
Referenced by LookAtSceneElementCB(), processSoEvent(), and ToolsRefPathStartCB().
|
privateslot |
Definition at line 3074 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, Ui_Dialog::lineEdit, setViewPt(), viewPtIdx, viewPtList, and writeViewPtIdx().
Referenced by buildWidget().
void G4OpenInventorQtExaminerViewer::parseString | ( | T & | t, |
const std::string & | s, | ||
bool & | error | ||
) |
Definition at line 2631 of file G4OpenInventorQtExaminerViewer.cc.
References error, anonymous_namespace{G4RunManagerFactory.cc}::fail(), and s.
|
staticprotected |
Definition at line 1126 of file G4OpenInventorQtExaminerViewer.cc.
References abbrOutputFlag, geant4_check_module_cycles::action, G4coutFormatters::ID::DEFAULT, G4cout, G4endl, G4AttHolder::GetAttDefs(), G4AttHolder::GetAttValues(), lshiftdown, G4InuclParticleNames::name(), pickRefPathFlag, G4InuclParticleNames::pp, rshiftdown, setReferencePath(), and viewingBeforePickRef.
Referenced by afterRealizeHook().
|
privateslot |
Definition at line 3118 of file G4OpenInventorQtExaminerViewer.cc.
References pickRefPathFlag, and viewingBeforePickRef.
Referenced by buildWidget().
|
privateslot |
Definition at line 3091 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, Ui_Dialog::lineEdit, setViewPt(), viewPtIdx, viewPtList, and writeViewPtIdx().
Referenced by buildWidget().
|
protected |
Definition at line 3493 of file G4OpenInventorQtExaminerViewer.cc.
References animateBtwPtsPeriod, animateRefParticle(), animateSensor, ANIMATION, animSpeedOutlineSwitch, animSpeedSwitch, axisSwitch, BEAMLINE, beforePausing, camDir, camUpVec, currentState, decSpeed(), externalQtApp, FALSE, G4cout, G4endl, GENERAL, incSpeed(), lctrldown, left_right, lshiftdown, MAX_SPEED_INDICATOR, maxSpeed, MIN_SPEED, moveCamera(), myCam, PAUSED_ANIMATION, prevRefIdx, prevState, rctrldown, refParticleIdx, refParticleTrajectory, restoreCamera(), REVERSED_ANIMATION, ROT_CNT, rotateCamera(), ROTATING, rotAxis, rotCnt, rshiftdown, setStartingPtForAnimation(), SPEED_INDICATOR_STEP, step, superimposition, TRUE, up_down, VIEWPOINT, viewPtList, and zoom().
|
privateslot |
Definition at line 3280 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, font, Ui_Dialog::lineEdit, Ui_Dialog::listWidget, MAX_VP_NAME, renameViewPt(), and viewPtList.
Referenced by buildWidget().
|
protected |
Definition at line 3333 of file G4OpenInventorQtExaminerViewer.cc.
References curViewPtName, fileIn, fileName, fileOut, MAX_VP_NAME, pos, and viewPtList.
Referenced by RenameBookmarkCB().
|
protected |
Definition at line 2327 of file G4OpenInventorQtExaminerViewer.cc.
References G4OpenInventorQtExaminerViewer::viewPtData::aspectRatio, camB4Animation, G4OpenInventorQtExaminerViewer::viewPtData::camType, G4OpenInventorQtExaminerViewer::viewPtData::farDistance, G4OpenInventorQtExaminerViewer::viewPtData::focalDistance, G4OpenInventorQtExaminerViewer::viewPtData::height, G4OpenInventorQtExaminerViewer::viewPtData::nearDistance, G4OpenInventorQtExaminerViewer::viewPtData::orientation, ORTHOGRAPHIC, PERSPECTIVE, G4OpenInventorQtExaminerViewer::viewPtData::position, and G4OpenInventorQtExaminerViewer::viewPtData::viewportMapping.
Referenced by LookAtSceneElementCB(), and processSoEvent().
|
protected |
Definition at line 986 of file G4OpenInventorQtExaminerViewer.cc.
References animateSensorRotation, camDir, camUpVec, distance, M_PI, prevPt, ROT_CNT, rotAxis, and rotCnt.
Referenced by animateSensorRotationCB(), and processSoEvent().
|
protected |
Definition at line 2304 of file G4OpenInventorQtExaminerViewer.cc.
References G4OpenInventorQtExaminerViewer::viewPtData::aspectRatio, camB4Animation, G4OpenInventorQtExaminerViewer::viewPtData::camType, G4OpenInventorQtExaminerViewer::viewPtData::farDistance, G4OpenInventorQtExaminerViewer::viewPtData::focalDistance, G4OpenInventorQtExaminerViewer::viewPtData::height, G4OpenInventorQtExaminerViewer::viewPtData::nearDistance, G4OpenInventorQtExaminerViewer::viewPtData::orientation, ORTHOGRAPHIC, PERSPECTIVE, G4OpenInventorQtExaminerViewer::viewPtData::position, and G4OpenInventorQtExaminerViewer::viewPtData::viewportMapping.
Referenced by ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
protected |
Definition at line 2868 of file G4OpenInventorQtExaminerViewer.cc.
References angle, G4OpenInventorQtExaminerViewer::viewPtData::aspectRatio, G4OpenInventorQtExaminerViewer::viewPtData::camType, G4OpenInventorQtExaminerViewer::viewPtData::farDistance, fileOut, G4OpenInventorQtExaminerViewer::viewPtData::focalDistance, G4OpenInventorQtExaminerViewer::viewPtData::height, MAX_VP_NAME, G4InuclParticleNames::name(), G4OpenInventorQtExaminerViewer::viewPtData::nearDistance, G4OpenInventorQtExaminerViewer::viewPtData::orientation, ORTHOGRAPHIC, PERSPECTIVE, G4OpenInventorQtExaminerViewer::viewPtData::position, G4OpenInventorQtExaminerViewer::viewPtData::viewportMapping, viewPtIdx, viewPtList, G4OpenInventorQtExaminerViewer::viewPtData::viewPtName, and writeViewPtIdx().
Referenced by SaveViewPtCB().
|
privateslot |
Definition at line 2805 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, font, Ui_Dialog::lineEdit, Ui_Dialog::listWidget, MAX_VP_NAME, G4InuclParticleNames::name(), saveViewPt(), saveViewPtItem, viewPtIdx, and viewPtList.
Referenced by buildWidget().
|
staticprotected |
Definition at line 2597 of file G4OpenInventorQtExaminerViewer.cc.
References findAndSetRefPath(), newEvents, and userData.
Referenced by afterRealizeHook().
|
inline |
Definition at line 208 of file G4OpenInventorQtExaminerViewer.hh.
References externalQtApp, and TRUE.
Referenced by G4OpenInventorQtViewer::Initialise().
|
inline |
Definition at line 199 of file G4OpenInventorQtExaminerViewer.hh.
References OWheight, and OWwidth.
Referenced by G4OpenInventorQtViewer::Initialise().
|
protected |
Definition at line 1543 of file G4OpenInventorQtExaminerViewer.cc.
References evenOutRefParticlePts(), getSceneElements(), refParticleTrajectory, setReferencePathZPos(), and sortElements().
Referenced by findAndSetRefPath(), and pickingCB().
|
protected |
Definition at line 1574 of file G4OpenInventorQtExaminerViewer.cc.
References refParticleTrajectory, and refZPositions.
Referenced by FileLoadRefPathCB(), invertRefPath(), and setReferencePath().
|
protected |
Definition at line 2435 of file G4OpenInventorQtExaminerViewer.cc.
References ANIMATION, currentState, left_right, G4INCL::Math::min(), myCam, pathLookahead, PAUSED_ANIMATION, refParticleIdx, refParticleTrajectory, REVERSED_ANIMATION, and up_down.
Referenced by animateRefParticle(), processSoEvent(), and ToolsAnimateRefParticleCB().
|
protected |
Definition at line 2996 of file G4OpenInventorQtExaminerViewer.cc.
References animateSensor, ANIMATION, animSpeedOutlineSwitch, animSpeedSwitch, axisSwitch, currentState, curViewPtName, FALSE, G4cout, G4endl, maxSpeed, ORTHOGRAPHIC, PERSPECTIVE, REVERSED_ANIMATION, ROTATING, superimposition, TRUE, VIEWPOINT, viewPtIdx, and viewPtList.
Referenced by deleteViewPt(), LoadBookmarkCB(), NextViewPtCB(), and PrevViewPtCB().
|
privateslot |
Definition at line 3373 of file G4OpenInventorQtExaminerViewer.cc.
References AuxWindowDialog, curViewPtName, Ui_Dialog::listWidget, sortViewPts(), viewPtIdx, and viewPtList.
Referenced by buildWidget().
|
protected |
Definition at line 1905 of file G4OpenInventorQtExaminerViewer.cc.
References G4OpenInventorQtExaminerViewer::elementForSorting::closestPoint, G4OpenInventorQtExaminerViewer::elementForSorting::closestPointZCoord, createElementsList(), G4OpenInventorQtExaminerViewer::elementForSorting::distanceToBeamlineStart, distanceToTrajectory(), refParticleTrajectory, sceneElements, G4OpenInventorQtExaminerViewer::elementForSorting::smallestDistance, and zcoordSetFlag.
Referenced by FileLoadRefPathCB(), invertRefPath(), and setReferencePath().
|
protected |
Definition at line 3415 of file G4OpenInventorQtExaminerViewer.cc.
References angle, fileName, fileOut, MAX_VP_NAME, viewPtList, and writeViewPtIdx().
Referenced by SortBookmarksCB().
|
protected |
Definition at line 1805 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by distanceToTrajectory().
|
staticprotected |
Definition at line 797 of file G4OpenInventorQtExaminerViewer.cc.
References geant4_check_module_cycles::action.
Referenced by construct().
|
protected |
Definition at line 807 of file G4OpenInventorQtExaminerViewer.cc.
References geant4_check_module_cycles::action, curInfoFont, curInfoText, curInfoTrans, currentState, curViewPtName, test::factory, GENERAL, mouseOverTransLogName, mouseOverTransMaterial, mouseOverTransSolid, mouseOverTransZPos, refParticleIdx, refParticleTrajectory, refZPositions, sscale, stranslation, and VIEWPOINT.
|
privateslot |
Definition at line 3149 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by buildWidget().
|
privateslot |
Definition at line 3132 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by buildWidget().
|
privateslot |
Definition at line 2750 of file G4OpenInventorQtExaminerViewer.cc.
References animateBtwPtsPeriod, animateRefParticle(), ANIMATION, animSpeedOutlineSwitch, animSpeedSwitch, axisSwitch, currentState, G4cout, G4endl, left_right, maxSpeed, MIN_SPEED, myCam, PAUSED_ANIMATION, prevRefIdx, prevState, refParticleIdx, refParticleTrajectory, returnToAnim, REVERSED_ANIMATION, ROTATING, saveCurCamera(), setStartingPtForAnimation(), SPEED_INDICATOR_STEP, speedStep, START_STEP, superimposition, TRUE, and up_down.
Referenced by buildWidget().
|
privateslot |
Definition at line 2553 of file G4OpenInventorQtExaminerViewer.cc.
References invertRefPath().
Referenced by buildWidget().
|
privateslot |
Definition at line 2496 of file G4OpenInventorQtExaminerViewer.cc.
References animateSensor, ANIMATION, animSpeedOutlineSwitch, animSpeedSwitch, axisSwitch, BEAMLINE, currentState, distance, FALSE, font, left_right, maxSpeed, moveCamera(), PAUSED_ANIMATION, prevParticleDir, prevRefIdx, prevState, refParticleIdx, refParticleTrajectory, REVERSED_ANIMATION, ROTATING, saveCurCamera(), step, superimposition, TRUE, and up_down.
Referenced by buildWidget(), and gotoRefPathStart().
|
protected |
Definition at line 1505 of file G4OpenInventorQtExaminerViewer.cc.
References animSpeedOutlineSwitch, animSpeedSwitch, maxSpeed, and sgeometry.
Referenced by actualRedraw().
|
protected |
|
protected |
|
protected |
Definition at line 2946 of file G4OpenInventorQtExaminerViewer.cc.
References fileOut, MAX_VP_IDX, and viewPtIdx.
Referenced by deleteViewPt(), LoadBookmarkCB(), NextViewPtCB(), PrevViewPtCB(), saveViewPt(), and sortViewPts().
|
protected |
Definition at line 3467 of file G4OpenInventorQtExaminerViewer.cc.
Referenced by processSoEvent().
|
friend |
Definition at line 94 of file G4OpenInventorQtExaminerViewer.hh.
|
friend |
Definition at line 237 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
private |
Definition at line 168 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
bool G4OpenInventorQtExaminerViewer::abbrOutputFlag |
Definition at line 216 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by AbbrOutputCB(), construct(), mouseoverCB(), and pickingCB().
|
protected |
Definition at line 273 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateSensorCB(), animateSensorRotationCB(), construct(), decSpeed(), incSpeed(), processSoEvent(), and ToolsAnimateRefParticleCB().
|
protected |
Definition at line 277 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateRefParticle(), animateSensorCB(), construct(), decSpeed(), LookAtSceneElementCB(), processSoEvent(), setViewPt(), and ToolsRefPathStartCB().
|
protected |
Definition at line 278 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateSensorRotationCB(), construct(), and rotateCamera().
|
protected |
Definition at line 435 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), LookAtSceneElementCB(), processSoEvent(), setViewPt(), ToolsAnimateRefParticleCB(), ToolsRefPathStartCB(), and updateSpeedIndicator().
|
protected |
Definition at line 436 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), LookAtSceneElementCB(), processSoEvent(), setViewPt(), ToolsAnimateRefParticleCB(), ToolsRefPathStartCB(), and updateSpeedIndicator().
|
private |
Definition at line 177 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), and buildWidget().
|
private |
Definition at line 176 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by addViewPoints(), buildWidget(), cleanUpAfterPrevFile(), createElementsList(), DeleteBookmarkCB(), LoadBookmarkCB(), NextViewPtCB(), PrevViewPtCB(), RenameBookmarkCB(), SaveViewPtCB(), and SortBookmarksCB().
|
protected |
Definition at line 434 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), LookAtSceneElementCB(), processSoEvent(), setViewPt(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
protected |
Definition at line 384 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by processSoEvent().
|
protected |
Definition at line 392 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by restoreCamera(), and saveCurCamera().
|
protected |
Definition at line 258 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by moveCamera(), processSoEvent(), and rotateCamera().
|
protected |
Definition at line 281 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateRefParticle(), and animateSensorCB().
|
protected |
Definition at line 280 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateRefParticle(), and animateSensorCB().
|
protected |
Definition at line 281 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateRefParticle(), and animateSensorCB().
|
protected |
Definition at line 280 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateRefParticle(), and animateSensorCB().
|
protected |
Definition at line 257 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by moveCamera(), processSoEvent(), and rotateCamera().
|
protected |
Definition at line 459 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by mouseoverCB(), and moveCamera().
|
protected |
Definition at line 256 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by LookAtSceneElementCB().
|
protected |
Definition at line 429 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 437 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
protected |
Definition at line 420 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 412 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 384 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by actualRedraw(), animateRefParticle(), animateSensorCB(), animateSensorRotationCB(), cleanUpAfterPrevFile(), construct(), incSpeed(), LookAtSceneElementCB(), processSoEvent(), setStartingPtForAnimation(), setViewPt(), superimpositionEvent(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
protected |
Definition at line 385 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), deleteViewPt(), renameViewPt(), setViewPt(), SortBookmarksCB(), and superimpositionEvent().
|
protected |
Definition at line 453 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook().
|
protected |
Definition at line 454 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), and LookAtSceneElementCB().
|
private |
Definition at line 172 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), buildWidget(), and DetachCB().
|
protected |
Definition at line 383 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by LookAtSceneElementCB(), moveCamera(), rotateCamera(), and ToolsRefPathStartCB().
|
private |
Definition at line 135 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by addEscapeCallback().
|
private |
Definition at line 144 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget(), and getEtcMenu().
|
private |
Definition at line 137 of file G4OpenInventorQtExaminerViewer.hh.
|
private |
Definition at line 148 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by processSoEvent(), and setExternalQtApp().
|
protected |
Definition at line 370 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), deleteViewPt(), FileOpenBookmarkCB(), loadViewPts(), and renameViewPt().
|
private |
Definition at line 152 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 154 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 142 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget(), and getFileMenu().
|
protected |
Definition at line 369 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), construct(), deleteViewPt(), FileNewBookmarkCB(), FileOpenBookmarkCB(), renameViewPt(), and sortViewPts().
|
private |
Definition at line 151 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 150 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
protected |
Definition at line 371 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), cleanUpAfterPrevFile(), deleteViewPt(), FileNewBookmarkCB(), FileOpenBookmarkCB(), renameViewPt(), saveViewPt(), sortViewPts(), and writeViewPtIdx().
|
private |
Definition at line 153 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 155 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 131 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), and G4OpenInventorQtExaminerViewer().
|
private |
Definition at line 140 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), buildWidget(), deleteViewPt(), FileLoadRefPathCB(), FileLoadSceneGraphCB(), FileNewBookmarkCB(), FileOpenBookmarkCB(), FileSaveRefPathCB(), FileSaveSceneGraphCB(), getFont(), RenameBookmarkCB(), SaveViewPtCB(), and ToolsRefPathStartCB().
|
private |
Definition at line 162 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 145 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 146 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget(), and HelpControlsCB().
|
protected |
Definition at line 236 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
private |
Definition at line 138 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and processSoEvent().
|
protected |
Definition at line 397 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), processSoEvent(), setStartingPtForAnimation(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
private |
Definition at line 138 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), pickingCB(), and processSoEvent().
|
protected |
Definition at line 373 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and writeViewPtIdx().
|
protected |
Definition at line 374 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), DeleteBookmarkCB(), LoadBookmarkCB(), RenameBookmarkCB(), renameViewPt(), saveViewPt(), SaveViewPtCB(), and sortViewPts().
|
protected |
Definition at line 448 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), decSpeed(), LookAtSceneElementCB(), processSoEvent(), setViewPt(), ToolsAnimateRefParticleCB(), ToolsRefPathStartCB(), and updateSpeedIndicator().
|
private |
Definition at line 141 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget(), and getMenubar().
|
protected |
Definition at line 432 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
protected |
Definition at line 431 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
protected |
Definition at line 430 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
protected |
Definition at line 433 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
protected |
Definition at line 426 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and mouseoverCB().
|
protected |
Definition at line 425 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and mouseoverCB().
|
protected |
Definition at line 424 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and mouseoverCB().
|
protected |
Definition at line 427 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and mouseoverCB().
|
protected |
Definition at line 415 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 414 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 413 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 416 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 395 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), animateRefParticle(), construct(), processSoEvent(), setStartingPtForAnimation(), and ToolsAnimateRefParticleCB().
|
protected |
Definition at line 238 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), HookEventProcState::Notify(), and sceneChangeCB().
|
protected |
Definition at line 462 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and FileLoadSceneGraphCB().
|
private |
Definition at line 166 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
protected |
Definition at line 459 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by LookAtSceneElementCB(), and moveCamera().
|
private |
Definition at line 133 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by setOrigWindowSize().
|
private |
Definition at line 133 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by setOrigWindowSize().
|
protected |
Definition at line 456 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and setStartingPtForAnimation().
|
private |
Definition at line 169 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
bool G4OpenInventorQtExaminerViewer::pickRefPathFlag |
Definition at line 217 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), pickingCB(), and PickRefPathCB().
|
protected |
Definition at line 390 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
protected |
Definition at line 389 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by LookAtSceneElementCB(), moveCamera(), and ToolsRefPathStartCB().
|
protected |
Definition at line 388 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by LookAtSceneElementCB(), moveCamera(), and rotateCamera().
|
protected |
Definition at line 382 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by processSoEvent(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
protected |
Definition at line 384 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateSensorRotationCB(), LookAtSceneElementCB(), processSoEvent(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
private |
Definition at line 167 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 184 of file G4OpenInventorQtExaminerViewer.hh.
|
private |
Definition at line 138 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and processSoEvent().
|
protected |
Definition at line 381 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateSensorCB(), LookAtSceneElementCB(), moveCamera(), processSoEvent(), setStartingPtForAnimation(), superimpositionEvent(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
protected |
Definition at line 377 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateSensorCB(), distanceToTrajectory(), evenOutRefParticlePts(), FileLoadRefPathCB(), FileSaveRefPathCB(), incSpeed(), invertRefPath(), LookAtSceneElementCB(), moveCamera(), processSoEvent(), setReferencePath(), setReferencePathZPos(), setStartingPtForAnimation(), sortElements(), superimpositionEvent(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
protected |
Definition at line 379 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by setReferencePathZPos(), and superimpositionEvent().
|
protected |
Definition at line 394 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by ToolsAnimateRefParticleCB().
|
protected |
Definition at line 393 of file G4OpenInventorQtExaminerViewer.hh.
|
protected |
Definition at line 398 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by processSoEvent(), and rotateCamera().
|
protected |
Definition at line 399 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateSensorRotationCB(), processSoEvent(), and rotateCamera().
|
protected |
Definition at line 460 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct().
|
private |
Definition at line 138 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), pickingCB(), and processSoEvent().
std::string G4OpenInventorQtExaminerViewer::saveRefCoordsFileName |
Definition at line 212 of file G4OpenInventorQtExaminerViewer.hh.
std::string G4OpenInventorQtExaminerViewer::saveScenegraphFileName |
Definition at line 211 of file G4OpenInventorQtExaminerViewer.hh.
|
private |
Definition at line 165 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 174 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by SaveViewPtCB().
|
protected |
Definition at line 279 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook().
|
protected |
Definition at line 367 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by createElementsList(), getSceneElements(), and sortElements().
|
protected |
Definition at line 405 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and getSuperimpositionNode().
|
protected |
Definition at line 408 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and updateSpeedIndicator().
|
protected |
Definition at line 273 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by animateSensorCB(), construct(), decSpeed(), incSpeed(), and ToolsAnimateRefParticleCB().
|
protected |
Definition at line 409 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 387 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), moveCamera(), processSoEvent(), and ToolsRefPathStartCB().
|
protected |
Definition at line 411 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), and superimpositionEvent().
|
protected |
Definition at line 407 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), G4OpenInventorQtViewer::FileWritePDFCB(), G4OpenInventorQtViewer::FileWritePSCB(), LookAtSceneElementCB(), mouseoverCB(), processSoEvent(), setViewPt(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
private |
Definition at line 171 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 170 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 157 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 143 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 159 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 158 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by buildWidget().
|
private |
Definition at line 179 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), and DetachCB().
|
private |
Definition at line 182 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), and DetachCB().
|
protected |
Definition at line 397 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), processSoEvent(), setStartingPtForAnimation(), ToolsAnimateRefParticleCB(), and ToolsRefPathStartCB().
|
protected |
Definition at line 459 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by LookAtSceneElementCB(), and moveCamera().
|
staticprivate |
Definition at line 130 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by G4OpenInventorQtExaminerViewer(), and ~G4OpenInventorQtExaminerViewer().
|
private |
Definition at line 180 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), and DetachCB().
|
private |
Definition at line 181 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by afterRealizeHook(), and DetachCB().
bool G4OpenInventorQtExaminerViewer::viewingBeforePickRef |
Definition at line 218 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by pickingCB(), and PickRefPathCB().
|
protected |
Definition at line 372 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by cleanUpAfterPrevFile(), construct(), deleteViewPt(), LoadBookmarkCB(), loadViewPts(), NextViewPtCB(), PrevViewPtCB(), saveViewPt(), SaveViewPtCB(), setViewPt(), SortBookmarksCB(), and writeViewPtIdx().
|
protected |
Definition at line 368 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by addViewPoints(), afterRealizeHook(), cleanUpAfterPrevFile(), deleteViewPt(), LoadBookmarkCB(), loadViewPts(), NextViewPtCB(), PrevViewPtCB(), processSoEvent(), RenameBookmarkCB(), renameViewPt(), saveViewPt(), SaveViewPtCB(), setViewPt(), SortBookmarksCB(), and sortViewPts().
|
protected |
Definition at line 365 of file G4OpenInventorQtExaminerViewer.hh.
Referenced by construct(), createElementsList(), and sortElements().