#include <FWProxyBuilderBase.h>
Public Member Functions | |
Product (FWViewType::EType t, const FWViewContext *c) | |
~Product () | |
Public Attributes | |
TEveElementList * | m_elements |
sigc::connection | m_scaleConnection |
const FWViewContext * | m_viewContext |
FWViewType::EType | m_viewType |
Definition at line 50 of file FWProxyBuilderBase.h.
FWProxyBuilderBase::Product::Product | ( | FWViewType::EType | t, |
const FWViewContext * | c | ||
) |
Definition at line 44 of file FWProxyBuilderBase.cc.
References m_elements.
FWProxyBuilderBase::Product::~Product | ( | ) |
Definition at line 51 of file FWProxyBuilderBase.cc.
References mps_fire::i, m_elements, and class-composition::parent.
TEveElementList* FWProxyBuilderBase::Product::m_elements |
Definition at line 54 of file FWProxyBuilderBase.h.
Referenced by FWProxyBuilderBase::createProduct(), FWDigitSetProxyBuilder::modelChanges(), FWProxyBuilderBase::modelChanges(), Product(), and ~Product().
sigc::connection FWProxyBuilderBase::Product::m_scaleConnection |
Definition at line 55 of file FWProxyBuilderBase.h.
Referenced by FWProxyBuilderBase::createProduct().
const FWViewContext* FWProxyBuilderBase::Product::m_viewContext |
Definition at line 53 of file FWProxyBuilderBase.h.
Referenced by FWProxyBuilderBase::modelChanges().
FWViewType::EType FWProxyBuilderBase::Product::m_viewType |
Definition at line 52 of file FWProxyBuilderBase.h.
Referenced by FWProxyBuilderBase::modelChanges().