#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) | |
virtual FWRepresentationInfo | infoFor (const std::string &iTypeName) const |
virtual | ~FWSimpleRepresentationChecker () |
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 () |
Private Member Functions | |
FWSimpleRepresentationChecker (const FWSimpleRepresentationChecker &) | |
const FWSimpleRepresentationChecker & | operator= (const FWSimpleRepresentationChecker &) |
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.
|
virtual |
Definition at line 52 of file FWSimpleRepresentationChecker.cc.
|
private |
|
virtual |
Implements FWRepresentationCheckerBase.
Definition at line 96 of file FWSimpleRepresentationChecker.cc.
References FWItemAccessorFactory::accessorFor(), FWRepresentationCheckerBase::bitPackedViews(), inheritsFrom(), m_typeidName, FWRepresentationCheckerBase::purpose(), FWRepresentationCheckerBase::representsSubPart(), and FWRepresentationCheckerBase::requiresFF().
Referenced by FWDetailViewManager::findViewersFor().
|
private |
|
private |
Definition at line 52 of file FWSimpleRepresentationChecker.h.
Referenced by infoFor().