#include <Fireworks/Core/interface/FWSimpleRepresentationChecker.h>
Public Member Functions | |
FWSimpleRepresentationChecker (const std::string &iTypeidName, const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart, bool iRequiresFF=false) | |
FWRepresentationInfo | infoFor (const std::string &iTypeName) const override |
~FWSimpleRepresentationChecker () override | |
Public Member Functions inherited from FWRepresentationCheckerBase | |
unsigned int | bitPackedViews () const |
FWRepresentationCheckerBase (const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart, bool iRequiresFF=false) | |
const std::string & | purpose () const |
bool | representsSubPart () const |
bool | requiresFF () const |
virtual | ~FWRepresentationCheckerBase () |
Static Public Member Functions | |
static bool | inheritsFrom (const edm::TypeWithDict &iChild, const std::string &iParentTypeName, unsigned int &distance) |
Private Member Functions | |
FWSimpleRepresentationChecker (const FWSimpleRepresentationChecker &)=delete | |
const FWSimpleRepresentationChecker & | operator= (const FWSimpleRepresentationChecker &)=delete |
Private Attributes | |
const std::string | m_typeidName |
Description: Used to check to see if a Simple proxy builder could be used to represent a particular type
Usage: <usage>
Definition at line 29 of file FWSimpleRepresentationChecker.h.
FWSimpleRepresentationChecker::FWSimpleRepresentationChecker | ( | const std::string & | iTypeidName, |
const std::string & | iPurpose, | ||
unsigned int | iBitPackedViews, | ||
bool | iRepresentsSubPart, | ||
bool | iRequiresFF = false |
||
) |
Definition at line 37 of file FWSimpleRepresentationChecker.cc.
|
override |
Definition at line 52 of file FWSimpleRepresentationChecker.cc.
|
privatedelete |
|
overridevirtual |
Implements FWRepresentationCheckerBase.
Definition at line 103 of file FWSimpleRepresentationChecker.cc.
References FWItemAccessorFactory::accessorFor(), FWRepresentationCheckerBase::bitPackedViews(), SoftLeptonByDistance_cfi::distance, inheritsFrom(), m_typeidName, FWRepresentationCheckerBase::purpose(), FWRepresentationCheckerBase::representsSubPart(), and FWRepresentationCheckerBase::requiresFF().
Referenced by FWDetailViewManager::findViewersFor().
|
static |
Definition at line 75 of file FWSimpleRepresentationChecker.cc.
References runEdmFileComparison::base, SoftLeptonByDistance_cfi::distance, edm::TypeWithDict::getClass(), edm::TypeBases::size(), and edm::TypeWithDict::typeInfo().
Referenced by infoFor(), and FWEveViewManager::newItem().
|
privatedelete |
|
private |
Definition at line 54 of file FWSimpleRepresentationChecker.h.
Referenced by infoFor().