#include <Fireworks/Core/interface/FWViewContext.h>
Public Member Functions | |
FWViewContext () | |
FWViewEnergyScale * | getEnergyScale () const |
void | scaleChanged () |
void | setEnergyScale (FWViewEnergyScale *) |
virtual | ~FWViewContext () |
Public Attributes | |
sigc::signal< void, const FWViewContext * > | scaleChanged_ |
Private Member Functions | |
FWViewContext (const FWViewContext &)=delete | |
const FWViewContext & | operator= (const FWViewContext &)=delete |
Private Attributes | |
FWViewEnergyScale * | m_energyScale |
FWViewContext::FWViewContext | ( | ) |
Definition at line 19 of file FWViewContext.cc.
|
virtual |
Definition at line 24 of file FWViewContext.cc.
|
privatedelete |
FWViewEnergyScale * FWViewContext::getEnergyScale | ( | ) | const |
Definition at line 36 of file FWViewContext.cc.
References m_energyScale.
Referenced by FWPFCandidateWithHitsProxyBuilder::addHitsForCandidate(), CmsShowCommon::addTo(), FWCaloRecHitDigitSetProxyBuilder::build(), FWMET3DProxyBuilder::build(), FWTauProxyBuilderBase::buildBaseTau(), FWPFRhoPhiRecHit::buildRecHit(), FWPFClusterRPZUtils::buildRhoPhiClusterLineSet(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), FWPFLegoRecHit::buildTower(), FWMETProxyBuilder::buildViewType(), FWJetProxyBuilder::buildViewType(), FWLegoCandidate::FWLegoCandidate(), FWLegoEvePFCandidate::FWLegoEvePFCandidate(), FWCaloRecHitDigitSetProxyBuilder::scaleFactor(), FWCaloRecHitDigitSetProxyBuilder::scaleProduct(), FWPFCandidateWithHitsProxyBuilder::scaleProduct(), FWPFClusterRPZProxyBuilder::scaleProduct(), FWMETProxyBuilder::scaleProduct(), FWPFEcalRecHitLegoProxyBuilder::scaleProduct(), FWTauProxyBuilderBase::scaleProduct(), FWPFBlockProxyBuilder::scaleProduct(), FWMET3DProxyBuilder::scaleProduct(), FWJetProxyBuilder::scaleProduct(), CmsShowCommon::setFrom(), FWJetProxyBuilder::setTextPos(), FWEveView::setupEnergyScale(), FWLegoEvePFCandidate::updateScale(), FWPFRhoPhiRecHit::updateScale(), FWLegoCandidate::updateScale(), and FWPFLegoRecHit::updateScale().
|
privatedelete |
void FWViewContext::scaleChanged | ( | ) |
Definition at line 30 of file FWViewContext.cc.
References scaleChanged_.
Referenced by FWEveView::setupEnergyScale(), and FWEveView::setupEventCenter().
void FWViewContext::setEnergyScale | ( | FWViewEnergyScale * | x | ) |
Definition at line 42 of file FWViewContext.cc.
References m_energyScale, and x.
Referenced by CmsShowCommon::CmsShowCommon().
|
private |
Definition at line 52 of file FWViewContext.h.
Referenced by getEnergyScale(), and setEnergyScale().
|
mutable |
Definition at line 43 of file FWViewContext.h.
Referenced by FWProxyBuilderBase::createProduct(), and scaleChanged().