#include <Fireworks/Core/interface/FWCollectionSummaryModelCellRenderer.h>
Public Types | |
enum | ClickHit { kMiss, kHitCheck, kHitColor } |
Public Types inherited from FWTextTableCellRenderer | |
enum | Justify { kJustifyLeft, kJustifyRight, kJustifyCenter } |
Public Member Functions | |
ClickHit | clickHit (int iX, int iY) const |
virtual void | draw (Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) |
FWCollectionSummaryModelCellRenderer (const TGGC *iContext, const TGGC *iSelectContext) | |
void | setData (const FWEventItem *iItem, int iIndex) |
virtual UInt_t | width () const |
returns the minimum width of the cell to which the renderer is representing More... | |
virtual | ~FWCollectionSummaryModelCellRenderer () |
Public Member Functions inherited from FWTextTableCellRenderer | |
const std::string & | data () |
const TGFont * | font () const |
FWTextTableCellRenderer (const TGGC *iContext=&(getDefaultGC()), const TGGC *iHighlightContext=&(getDefaultHighlightGC()), Justify iJustify=kJustifyLeft) | |
const TGGC * | graphicsContext () const |
virtual UInt_t | height () const |
returns the minimum height of the cell to which the renderer is representing More... | |
const TGGC * | highlightContext () const |
bool | selected () |
void | setData (const std::string &, bool isSelected) |
void | setData (const char *, bool isSelected) |
void | setGraphicsContext (const TGGC *iContext) |
void | setHighlightContext (const TGGC *context) |
void | setJustify (Justify) |
virtual | ~FWTextTableCellRenderer () |
Public Member Functions inherited from FWTableCellRendererBase | |
virtual void | buttonEvent (Event_t *iClickEvent, int iRelClickX, int iRelClickY) |
FWTableCellRendererBase () | |
virtual | ~FWTableCellRendererBase () |
Private Member Functions | |
FWCollectionSummaryModelCellRenderer (const FWCollectionSummaryModelCellRenderer &) | |
const FWCollectionSummaryModelCellRenderer & | operator= (const FWCollectionSummaryModelCellRenderer &) |
Private Attributes | |
FWCheckBoxIcon * | m_checkBox |
FWColorBoxIcon * | m_colorBox |
TGGC * | m_colorContext |
Additional Inherited Members | |
Static Public Member Functions inherited from FWTextTableCellRenderer | |
static const TGGC & | getDefaultGC () |
static const TGGC & | getDefaultHighlightGC () |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 31 of file FWCollectionSummaryModelCellRenderer.h.
Enumerator | |
---|---|
kMiss | |
kHitCheck | |
kHitColor |
Definition at line 37 of file FWCollectionSummaryModelCellRenderer.h.
FWCollectionSummaryModelCellRenderer::FWCollectionSummaryModelCellRenderer | ( | const TGGC * | iContext, |
const TGGC * | iSelectContext | ||
) |
Definition at line 38 of file FWCollectionSummaryModelCellRenderer.cc.
References m_colorBox, m_colorContext, FWColorBoxIcon::setColor(), and edmStreamStallGrapher::t.
|
virtual |
Definition at line 53 of file FWCollectionSummaryModelCellRenderer.cc.
References m_checkBox, m_colorBox, and m_colorContext.
|
private |
FWCollectionSummaryModelCellRenderer::ClickHit FWCollectionSummaryModelCellRenderer::clickHit | ( | int | iX, |
int | iY | ||
) | const |
Definition at line 106 of file FWCollectionSummaryModelCellRenderer.cc.
References kHitCheck, kHitColor, kIconSize, kMiss, and kSeparation.
Referenced by FWCollectionSummaryTableManager::buttonReleasedInRowHeader().
|
virtual |
Called to draw a particular cell: arguments
iID: the id for the drawable in the window. Needed in order to do calls to gVirtualX or to TGFont iX: screen x position that the cell drawing area starts iY: screen y position that the cell drawing area starts iWidth: width (x dimension) of cell drawing area. May be larger than value returned from width() iHeight: height (x dimension) of cell drawing area. May be larger than value returned from height()
Reimplemented from FWTextTableCellRenderer.
Definition at line 83 of file FWCollectionSummaryModelCellRenderer.cc.
References FWBoxIconBase::draw(), FWTextTableCellRenderer::draw(), FWTextTableCellRenderer::graphicsContext(), kIconSize, kSeparation, m_checkBox, m_colorBox, and mathSSE::return().
Referenced by Vispa.Gui.PortConnection.PointToPointConnection::paintEvent().
|
private |
void FWCollectionSummaryModelCellRenderer::setData | ( | const FWEventItem * | iItem, |
int | iIndex | ||
) |
Definition at line 94 of file FWCollectionSummaryModelCellRenderer.cc.
References FWDisplayProperties::color(), FWEventItem::ModelInfo::displayProperties(), FWEventItem::ModelInfo::isSelected(), FWDisplayProperties::isVisible(), m_checkBox, m_colorContext, FWEventItem::modelInfo(), FWEventItem::modelName(), FWCheckBoxIcon::setChecked(), and FWTextTableCellRenderer::setData().
Referenced by FWCollectionSummaryTableManager::rowHeader().
|
virtual |
returns the minimum width of the cell to which the renderer is representing
Reimplemented from FWTextTableCellRenderer.
Definition at line 76 of file FWCollectionSummaryModelCellRenderer.cc.
References kIconSize, kSeparation, w, and FWTextTableCellRenderer::width().
Referenced by Vispa.Main.MainWindow.MainWindow::_saveIni(), Vispa.Gui.VispaWidget.VispaWidget::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), Vispa.Gui.VispaWidget.VispaWidget::contentRect(), Vispa.Gui.VispaWidget.VispaWidget::defineArrowBackgroundShape(), Vispa.Gui.VispaWidget.VispaWidget::defineCircleBackgroundShape(), Vispa.Gui.VispaWidget.VispaWidget::defineRoundRectBackgroundShape(), Vispa.Gui.VispaWidget.VispaWidget::drawHeaderBackground(), Vispa.Gui.ConnectableWidget.ConnectableWidget::drawPortNames(), Vispa.Gui.VispaWidget.VispaWidget::imageRectF(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), Vispa.Views.PropertyView.PropertyView::resizeEvent(), Vispa.Views.PropertyView.PropertyView::sectionResized(), Vispa.Gui.VispaWidget.VispaWidget::setZoom(), and Vispa.Main.MainWindow.MainWindow::updateStartupScreenGeometry().
|
private |
Definition at line 61 of file FWCollectionSummaryModelCellRenderer.h.
Referenced by draw(), setData(), and ~FWCollectionSummaryModelCellRenderer().
|
private |
Definition at line 60 of file FWCollectionSummaryModelCellRenderer.h.
Referenced by draw(), FWCollectionSummaryModelCellRenderer(), and ~FWCollectionSummaryModelCellRenderer().
|
private |
Definition at line 62 of file FWCollectionSummaryModelCellRenderer.h.
Referenced by FWCollectionSummaryModelCellRenderer(), setData(), and ~FWCollectionSummaryModelCellRenderer().