Tulip_Widgets
Detailed Description
Authors: David Auber, Romain Bourqui, Patrick Mary from the LaBRI Visualization Team Email : auber@tulip-software.org Last modification : 13/07/2007 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Author: David Auber Email : auber@labri.fr Last modification : 06/09/2005 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Classes
Functions
- tlp::TulipTableWidget::TulipTableWidget (QWidget *, const char *)
- tlp::TulipTableWidget::~TulipTableWidget ()
- void tlp::TulipTableWidget::setTulipNodeItem (const PropertyInterface *, const std::string propertyName, const node &, const int row, const int col)
- QString tlp::TulipTableWidget::getTulipNodeValue (const int row, const int col) const
- void tlp::TulipTableWidget::setTulipEdgeItem (const PropertyInterface *, const std::string propertyName, const edge &, const int row, const int col)
- QString tlp::TulipTableWidget::getTulipEdgeValue (const int row, const int col) const
- QColor tlp::TulipTableWidget::getBackColor1 () const
- QColor tlp::TulipTableWidget::getBackColor2 () const
- bool tlp::TulipTableWidget::getUpdateColumnTitle () const
- QColor tlp::TulipTableWidget::backgroundColor (const int row) const
- void tlp::TulipTableWidget::paintCell (QPainter *, int row, int col, const QRect &, bool selected, const QColorGroup &)
Function Documentation
QColor tlp::TulipTableWidget::backgroundColor |
( |
const int |
row |
) |
const [inherited] |
QColor tlp::TulipTableWidget::getBackColor1 |
( |
|
) |
const [inherited] |
QColor tlp::TulipTableWidget::getBackColor2 |
( |
|
) |
const [inherited] |
QString tlp::TulipTableWidget::getTulipEdgeValue |
( |
const int |
row, |
|
|
const int |
col | |
|
) |
| | const [inherited] |
QString tlp::TulipTableWidget::getTulipNodeValue |
( |
const int |
row, |
|
|
const int |
col | |
|
) |
| | const [inherited] |
bool tlp::TulipTableWidget::getUpdateColumnTitle |
( |
|
) |
const [inherited] |
void tlp::TulipTableWidget::paintCell |
( |
QPainter * |
, |
|
|
int |
row, |
|
|
int |
col, |
|
|
const QRect & |
, |
|
|
bool |
selected, |
|
|
const QColorGroup & |
| |
|
) |
| | [inherited] |
void tlp::TulipTableWidget::setTulipEdgeItem |
( |
const PropertyInterface * |
, |
|
|
const std::string |
propertyName, |
|
|
const edge & |
, |
|
|
const int |
row, |
|
|
const int |
col | |
|
) |
| | [inherited] |
void tlp::TulipTableWidget::setTulipNodeItem |
( |
const PropertyInterface * |
, |
|
|
const std::string |
propertyName, |
|
|
const node & |
, |
|
|
const int |
row, |
|
|
const int |
col | |
|
) |
| | [inherited] |
tlp::TulipTableWidget::TulipTableWidget |
( |
QWidget * |
, |
|
|
const char * |
| |
|
) |
| | [inherited] |
tlp::TulipTableWidget::~TulipTableWidget |
( |
|
) |
[inherited] |
|