#include <PropertyWidget.h>
Public Member Functions |
| PropertyWidget (QWidget *, const char *=0) |
| ~PropertyWidget () |
tlp::Graph * | getGraph () const |
| 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 |
Protected Member Functions |
virtual void | connectNotify (const char *signal) |
Constructor & Destructor Documentation
PropertyWidget::PropertyWidget |
( |
QWidget * |
, |
|
|
const char * |
= 0 |
|
) |
| |
PropertyWidget::~PropertyWidget |
( |
| ) |
|
Member Function Documentation
void PropertyWidget::changeProperty |
( |
tlp::Graph * |
, |
|
|
const std::string & |
name |
|
) |
| |
|
slot |
void PropertyWidget::changePropertyEdgeValue |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
slot |
void PropertyWidget::changePropertyNodeValue |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
slot |
void PropertyWidget::changePropertyValue |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
slot |
virtual void PropertyWidget::connectNotify |
( |
const char * |
signal | ) |
|
|
protectedvirtual |
void PropertyWidget::filterSelection |
( |
bool |
| ) |
|
|
slot |
tlp::Graph* PropertyWidget::getGraph |
( |
| ) |
const |
void PropertyWidget::scroll |
( |
int |
| ) |
|
|
slot |
void PropertyWidget::selectNodeOrEdge |
( |
bool |
| ) |
|
|
slot |
void PropertyWidget::setAll |
( |
| ) |
|
|
slot |
void PropertyWidget::setAllEdgeValue |
( |
| ) |
|
|
slot |
void PropertyWidget::setAllNodeValue |
( |
| ) |
|
|
slot |
void PropertyWidget::setGraph |
( |
tlp::Graph * |
| ) |
|
|
slot |
void PropertyWidget::showElementProperties |
( |
unsigned int |
eltId, |
|
|
bool |
isNode |
|
) |
| |
|
signal |
void PropertyWidget::tulipEdgePropertyChanged |
( |
tlp::Graph * |
, |
|
|
const tlp::edge & |
, |
|
|
const QString & |
property, |
|
|
const QString & |
value |
|
) |
| |
|
signal |
void PropertyWidget::tulipNodePropertyChanged |
( |
tlp::Graph * |
, |
|
|
const tlp::node & |
, |
|
|
const QString & |
property, |
|
|
const QString & |
value |
|
) |
| |
|
signal |
void PropertyWidget::update |
( |
| ) |
|
|
slot |
void PropertyWidget::updateEdges |
( |
| ) |
|
|
slot |
void PropertyWidget::updateNbElements |
( |
| ) |
|
|
slot |
void PropertyWidget::updateNodes |
( |
| ) |
|
|
slot |
|