tlp::TulipTableWidget Class Reference
[Tulip_Widgets]
#include <TulipTableWidget.h>
Inherited by PropertyWidget.
Inheritance diagram for tlp::TulipTableWidget:
[legend]List of all members.Public Slots
Public Member Functions
- TulipTableWidget (QWidget *, const char *)
- ~TulipTableWidget ()
- void setTulipNodeItem (const PropertyInterface *, const std::string propertyName, const node &, const int row, const int col)
- QString getTulipNodeValue (const int row, const int col) const
- void setTulipEdgeItem (const PropertyInterface *, const std::string propertyName, const edge &, const int row, const int col)
- QString getTulipEdgeValue (const int row, const int col) const
- QColor getBackColor1 () const
- QColor getBackColor2 () const
- bool getUpdateColumnTitle () const
- QColor backgroundColor (const int row) const
- void paintCell (QPainter *, int row, int col, const QRect &, bool selected, const QColorGroup &)
Properties
Constructor & Destructor Documentation
| tlp::TulipTableWidget::TulipTableWidget |
( |
QWidget * |
, |
|
|
const char * |
|
|
) |
|
|
| tlp::TulipTableWidget::~TulipTableWidget |
( |
|
) |
|
|
Member Function Documentation
| QColor tlp::TulipTableWidget::backgroundColor |
( |
const int |
row |
) |
const |
|
| QColor tlp::TulipTableWidget::getBackColor1 |
( |
|
) |
const |
|
| QColor tlp::TulipTableWidget::getBackColor2 |
( |
|
) |
const |
|
| QString tlp::TulipTableWidget::getTulipEdgeValue |
( |
const int |
row, |
|
|
const int |
col |
|
) |
const |
|
| QString tlp::TulipTableWidget::getTulipNodeValue |
( |
const int |
row, |
|
|
const int |
col |
|
) |
const |
|
| bool tlp::TulipTableWidget::getUpdateColumnTitle |
( |
|
) |
const |
|
| void tlp::TulipTableWidget::paintCell |
( |
QPainter * |
, |
|
|
int |
row, |
|
|
int |
col, |
|
|
const QRect & |
, |
|
|
bool |
selected, |
|
|
const QColorGroup & |
|
|
) |
|
|
| void tlp::TulipTableWidget::resetBackColor1 |
( |
|
) |
[slot] |
|
| void tlp::TulipTableWidget::resetBackColor2 |
( |
|
) |
[slot] |
|
| void tlp::TulipTableWidget::setBackColor1 |
( |
const QColor & |
|
) |
[slot] |
|
| void tlp::TulipTableWidget::setBackColor2 |
( |
const QColor & |
|
) |
[slot] |
|
| void tlp::TulipTableWidget::setTulipEdgeItem |
( |
const PropertyInterface * |
, |
|
|
const std::string |
propertyName, |
|
|
const edge & |
, |
|
|
const int |
row, |
|
|
const int |
col |
|
) |
|
|
| void tlp::TulipTableWidget::setTulipNodeItem |
( |
const PropertyInterface * |
, |
|
|
const std::string |
propertyName, |
|
|
const node & |
, |
|
|
const int |
row, |
|
|
const int |
col |
|
) |
|
|
| void tlp::TulipTableWidget::setUpdateColumnTitle |
( |
const |
bool |
) |
[slot] |
|
Property Documentation
QColor tlp::TulipTableWidget::backColor1 [read, write] |
|
QColor tlp::TulipTableWidget::backColor2 [read, write] |
|
bool tlp::TulipTableWidget::updateColumnTitle [read, write] |
|
|