#include <VP1GuideLineSystem.h>
Classes | |
class | Imp |
Public Slots | |
void | setIDDetTypesUsingProjections (InDetProjFlags::DetTypeFlags) |
void | possiblyEmit_ApplicableProjectionsChanged () |
Signals | |
void | applicableProjectionsChanged (InDetProjFlags::InDetProjPartsFlags pixel, InDetProjFlags::InDetProjPartsFlags sct, InDetProjFlags::InDetProjPartsFlags trt) |
Public Member Functions | |
VP1GuideLineSystem () | |
void | setFloorDefaults (bool enablefloor=false, bool enableACSideDesignations=false, double spacing=1.0e3, double extent=15.0e3, QColor color=Qt::white, double transparency=0.0) |
virtual | ~VP1GuideLineSystem () |
void | buildPermanentSceneGraph (StoreGateSvc *detstore, SoSeparator *root) |
void | buildEventSceneGraph (StoreGateSvc *, SoSeparator *) |
void | systemuncreate () |
QWidget * | buildController () |
QByteArray | saveState () |
void | restoreFromState (QByteArray ba) |
Definition at line 18 of file VP1GuideLineSystem.h.
VP1GuideLineSystem::VP1GuideLineSystem | ( | ) |
Definition at line 73 of file VP1GuideLineSystem.cxx.
VP1GuideLineSystem::~VP1GuideLineSystem | ( | ) | [virtual] |
Definition at line 82 of file VP1GuideLineSystem.cxx.
void VP1GuideLineSystem::applicableProjectionsChanged | ( | InDetProjFlags::InDetProjPartsFlags | pixel, | |
InDetProjFlags::InDetProjPartsFlags | sct, | |||
InDetProjFlags::InDetProjPartsFlags | trt | |||
) | [signal] |
QWidget * VP1GuideLineSystem::buildController | ( | ) |
Definition at line 88 of file VP1GuideLineSystem.cxx.
void VP1GuideLineSystem::buildEventSceneGraph | ( | StoreGateSvc * | , | |
SoSeparator * | ||||
) |
Definition at line 95 of file VP1GuideLineSystem.cxx.
void VP1GuideLineSystem::buildPermanentSceneGraph | ( | StoreGateSvc * | detstore, | |
SoSeparator * | root | |||
) |
Definition at line 100 of file VP1GuideLineSystem.cxx.
void VP1GuideLineSystem::possiblyEmit_ApplicableProjectionsChanged | ( | ) | [slot] |
Definition at line 293 of file VP1GuideLineSystem.cxx.
void VP1GuideLineSystem::restoreFromState | ( | QByteArray | ba | ) |
Definition at line 254 of file VP1GuideLineSystem.cxx.
QByteArray VP1GuideLineSystem::saveState | ( | ) |
Definition at line 242 of file VP1GuideLineSystem.cxx.
void VP1GuideLineSystem::setFloorDefaults | ( | bool | enablefloor = false , |
|
bool | enableACSideDesignations = false , |
|||
double | spacing = 1.0e3 , |
|||
double | extent = 15.0e3 , |
|||
QColor | color = Qt::white , |
|||
double | transparency = 0.0 | |||
) | [inline] |
Definition at line 30 of file VP1GuideLineSystem.h.
void VP1GuideLineSystem::setIDDetTypesUsingProjections | ( | InDetProjFlags::DetTypeFlags | f | ) | [slot] |
Definition at line 277 of file VP1GuideLineSystem.cxx.
void VP1GuideLineSystem::systemuncreate | ( | ) |
Definition at line 224 of file VP1GuideLineSystem.cxx.