#include <Fireworks/Core/interface/FWGlimpseView.h>
Public Member Functions | |
virtual void | addTo (FWConfiguration &) const |
FWGlimpseView (TEveWindowSlot *, FWViewType::EType) | |
virtual void | setFrom (const FWConfiguration &) |
virtual | ~FWGlimpseView () |
Public Member Functions inherited from FWEveView | |
const fireworks::Context & | context () |
virtual FWViewContextMenuHandlerBase * | contextMenuHandler () const |
virtual void | eventBegin () |
virtual void | eventEnd () |
TEveScene * | eventScene () |
FWEveView (TEveWindowSlot *, FWViewType::EType, unsigned int version=7) | |
TEveScene * | geoScene () |
virtual bool | isEnergyScaleGlobal () const |
TEveElement * | ownedProducts () |
virtual void | populateController (ViewerParameterGUI &) const |
virtual bool | requestGLHandlerPick () const |
virtual void | saveImageTo (const std::string &iName) const |
virtual void | setBackgroundColor (Color_t) |
virtual void | setContext (const fireworks::Context &x) |
virtual void | setupEnergyScale () |
virtual void | useGlobalEnergyScaleChanged () |
FWViewContext * | viewContext () |
TEveViewer * | viewer () |
TGLViewer * | viewerGL () const |
virtual void | voteCaloMaxVal () |
virtual | ~FWEveView () |
Public Member Functions inherited from FWViewBase | |
void | destroy () |
FWViewBase (FWViewType::EType, unsigned int iVersion=1) | |
void | promptForSaveImageTo (TGFrame *) const |
FWViewType::EType | typeId () const |
const std::string & | typeName () const |
Public Member Functions inherited from FWConfigurableParameterizable | |
FWConfigurableParameterizable (unsigned int iVersion=1) | |
unsigned int | version () const |
virtual | ~FWConfigurableParameterizable () |
Public Member Functions inherited from FWParameterizable | |
void | add (FWParameterBase *) |
const_iterator | begin () const |
const_iterator | end () const |
FWParameterizable () | |
virtual | ~FWParameterizable () |
Public Member Functions inherited from FWConfigurable | |
FWConfigurable () | |
virtual | ~FWConfigurable () |
Private Member Functions | |
void | createAxis () |
FWGlimpseView (const FWGlimpseView &) | |
const FWGlimpseView & | operator= (const FWGlimpseView &) |
void | showAxes () |
void | showCylinder () |
Private Attributes | |
TEveGeoShape * | m_cylinder |
FWBoolParameter | m_showAxes |
FWBoolParameter | m_showCylinder |
Additional Inherited Members | |
Public Types inherited from FWParameterizable | |
typedef std::vector < FWParameterBase * > ::const_iterator | const_iterator |
Public Attributes inherited from FWViewBase | |
sigc::signal< void, const FWViewBase * > | beingDestroyed_ |
sigc::signal< void, Int_t, Int_t > | openSelectedModelContextMenu_ |
Protected Member Functions inherited from FWEveView | |
void | addToOrthoCamera (TGLOrthoCamera *, FWConfiguration &) const |
void | addToPerspectiveCamera (TGLPerspectiveCamera *, const std::string &, FWConfiguration &) const |
virtual void | cameraGuideChanged () |
virtual TEveCaloViz * | getEveCalo () const |
virtual void | pointLineScalesChanged () |
virtual void | resetCamera () |
void | setFromOrthoCamera (TGLOrthoCamera *, const FWConfiguration &) |
void | setFromPerspectiveCamera (TGLPerspectiveCamera *, const std::string &, const FWConfiguration &) |
Protected Member Functions inherited from FWViewBase | |
virtual | ~FWViewBase () |
Protected Attributes inherited from FWEveView | |
const fireworks::Context * | m_context |
Protected Attributes inherited from FWViewBase | |
FWViewType | m_type |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 35 of file FWGlimpseView.h.
FWGlimpseView::FWGlimpseView | ( | TEveWindowSlot * | iParent, |
FWViewType::EType | typeId | ||
) |
Definition at line 49 of file FWGlimpseView.cc.
References FWGenericParameter< T >::changed_, createAxis(), fireworks::getShape(), m_cylinder, m_showAxes, m_showCylinder, showAxes(), showCylinder(), FWViewBase::typeName(), FWEveView::viewer(), and FWEveView::viewerGL().
|
virtual |
Definition at line 78 of file FWGlimpseView.cc.
|
private |
|
virtual |
Reimplemented from FWEveView.
Definition at line 168 of file FWGlimpseView.cc.
References FWEveView::addTo(), FWEveView::addToPerspectiveCamera(), FWViewBase::typeName(), and FWEveView::viewerGL().
|
private |
Definition at line 88 of file FWGlimpseView.cc.
References FWEveView::geoScene().
Referenced by FWGlimpseView().
|
private |
|
virtual |
Reimplemented from FWEveView.
Definition at line 177 of file FWGlimpseView.cc.
References FWEveView::setFrom(), FWEveView::setFromPerspectiveCamera(), FWViewBase::typeName(), and FWEveView::viewerGL().
|
private |
Definition at line 146 of file FWGlimpseView.cc.
References m_showAxes, FWGenericParameter< T >::value(), and FWEveView::viewerGL().
Referenced by FWGlimpseView().
|
private |
Definition at line 156 of file FWGlimpseView.cc.
References m_cylinder, m_showCylinder, and FWGenericParameter< T >::value().
Referenced by FWGlimpseView().
|
private |
Definition at line 57 of file FWGlimpseView.h.
Referenced by FWGlimpseView(), and showCylinder().
|
private |
Definition at line 60 of file FWGlimpseView.h.
Referenced by FWGlimpseView(), and showAxes().
|
private |
Definition at line 61 of file FWGlimpseView.h.
Referenced by FWGlimpseView(), and showCylinder().