#include <Fireworks/Core/interface/FWRepresentationInfo.h>
Public Member Functions | |
unsigned int | bitPackedViews () const |
FWRepresentationInfo (const std::string &iPurpose, unsigned int iProximity, unsigned int iBitPackedViews, bool iRepresentsSubPart, bool iRequiresFF) | |
FWRepresentationInfo () | |
bool | isValid () const |
unsigned int | proximity () const |
measures how 'close' this representation is to the type in question, the large the number the farther away More... | |
const std::string & | purpose () const |
bool | representsSubPart () const |
bool | requiresFF () const |
Private Attributes | |
unsigned int | m_bitPackedViews |
unsigned int | m_proximity |
std::string | m_purpose |
bool | m_representsSubPart |
bool | m_requiresFF |
Description: Collection of information about how a particular representation matches a data type
Usage: <usage>
Definition at line 28 of file FWRepresentationInfo.h.
|
inline |
Definition at line 31 of file FWRepresentationInfo.h.
|
inline |
Definition at line 39 of file FWRepresentationInfo.h.
|
inline |
Definition at line 60 of file FWRepresentationInfo.h.
References m_bitPackedViews.
|
inline |
Definition at line 54 of file FWRepresentationInfo.h.
References m_purpose.
Referenced by FWTypeToRepresentations::add(), core.AutoHandle.AutoHandle::ReallyLoad(), and FWTypeToRepresentations::representationsForType().
|
inline |
measures how 'close' this representation is to the type in question, the large the number the farther away
Definition at line 52 of file FWRepresentationInfo.h.
References m_proximity.
Referenced by FWDetailViewManager::findViewersFor().
|
inline |
|
inline |
Definition at line 56 of file FWRepresentationInfo.h.
References m_representsSubPart.
|
inline |
|
private |
Definition at line 74 of file FWRepresentationInfo.h.
Referenced by bitPackedViews().
|
private |
Definition at line 73 of file FWRepresentationInfo.h.
Referenced by proximity().
|
private |
Definition at line 72 of file FWRepresentationInfo.h.
|
private |
Definition at line 76 of file FWRepresentationInfo.h.
Referenced by representsSubPart().
|
private |
Definition at line 77 of file FWRepresentationInfo.h.
Referenced by requiresFF().