ElementPropertiesWidget Class Reference#include <ElementPropertiesWidget.h>
Inherits tlp::ElementPropertiesWidgetUI.
Inheritance diagram for ElementPropertiesWidget:
[legend]Collaboration diagram for ElementPropertiesWidget:
[legend]List of all members.Public Slots
- void updateTable ()
- void propertyTableValueChanged (int, int)
- void setDisplayMode (const tlp::ElementType)
- void setCurrentNode (tlp::Graph *, const tlp::node &)
- void setCurrentEdge (tlp::Graph *, const tlp::edge &)
- void setGraph (tlp::Graph *, bool distroy=true)
- void setCurrentListedProperties (const QStringList &)
- void setNodeListedProperties (const QStringList &)
- void setEdgeListedProperties (const QStringList &)
- void nodePropertyChanged (tlp::Graph *, const tlp::node &, const QString &, const QString &)
- void edgePropertyChanged (tlp::Graph *, const tlp::edge &, const QString &, const QString &)
Signals
Public Member Functions
Protected Attributes
Properties
Constructor & Destructor Documentation
| ElementPropertiesWidget::ElementPropertiesWidget |
( |
tlp::Graph * |
, |
|
|
const QStringList & |
nodeListedProperties, |
|
|
const QStringList & |
edgeListedProperties, |
|
|
QWidget * |
parent = 0, |
|
|
const char * |
name = 0, |
|
|
Qt::WFlags |
fl = 0 |
|
) |
|
|
| ElementPropertiesWidget::ElementPropertiesWidget |
( |
QWidget * |
parent = 0, |
|
|
const char * |
name = 0, |
|
|
Qt::WFlags |
fl = 0 |
|
) |
|
|
| ElementPropertiesWidget::~ElementPropertiesWidget |
( |
|
) |
|
|
Member Function Documentation
| void ElementPropertiesWidget::edgePropertyChanged |
( |
tlp::Graph * |
, |
|
|
const tlp::edge & |
, |
|
|
const QString & |
, |
|
|
const QString & |
|
|
) |
[slot] |
|
| tlp::edge ElementPropertiesWidget::getCurrentEdge |
( |
|
) |
const |
|
| QStringList ElementPropertiesWidget::getCurrentListedProperties |
( |
|
) |
const |
|
| tlp::node ElementPropertiesWidget::getCurrentNode |
( |
|
) |
const |
|
| tlp::ElementType ElementPropertiesWidget::getDisplayMode |
( |
|
) |
const |
|
| QStringList ElementPropertiesWidget::getEdgeListedProperties |
( |
|
) |
const |
|
| tlp::Graph* ElementPropertiesWidget::getGraph |
( |
|
) |
const |
|
| QStringList ElementPropertiesWidget::getNodeListedProperties |
( |
|
) |
const |
|
| bool ElementPropertiesWidget::isElementDisplayed |
( |
|
) |
const |
|
| void ElementPropertiesWidget::nodePropertyChanged |
( |
tlp::Graph * |
, |
|
|
const tlp::node & |
, |
|
|
const QString & |
, |
|
|
const QString & |
|
|
) |
[slot] |
|
| void ElementPropertiesWidget::propertyTableValueChanged |
( |
int |
, |
|
|
int |
|
|
) |
[virtual, slot] |
|
| void ElementPropertiesWidget::setCurrentEdge |
( |
tlp::Graph * |
, |
|
|
const tlp::edge & |
|
|
) |
[slot] |
|
| void ElementPropertiesWidget::setCurrentListedProperties |
( |
const QStringList & |
|
) |
[slot] |
|
| void ElementPropertiesWidget::setCurrentNode |
( |
tlp::Graph * |
, |
|
|
const tlp::node & |
|
|
) |
[slot] |
|
| void ElementPropertiesWidget::setDisplayMode |
( |
const tlp::ElementType |
|
) |
[slot] |
|
| void ElementPropertiesWidget::setEdgeListedProperties |
( |
const QStringList & |
|
) |
[slot] |
|
| void ElementPropertiesWidget::setGraph |
( |
tlp::Graph * |
, |
|
|
bool |
distroy = true |
|
) |
[slot] |
|
| void ElementPropertiesWidget::setNodeListedProperties |
( |
const QStringList & |
|
) |
[slot] |
|
| void ElementPropertiesWidget::tulipEdgePropertyChanged |
( |
tlp::Graph * |
, |
|
|
const tlp::edge & |
, |
|
|
const QString & |
property, |
|
|
const QString & |
value |
|
) |
[signal] |
|
| void ElementPropertiesWidget::tulipNodePropertyChanged |
( |
tlp::Graph * |
, |
|
|
const tlp::node & |
, |
|
|
const QString & |
property, |
|
|
const QString & |
value |
|
) |
[signal] |
|
| void ElementPropertiesWidget::updateTable |
( |
|
) |
[slot] |
|
Member Data Documentation
Property Documentation
QStringList ElementPropertiesWidget::edgeListedProperties [read, write] |
|
bool ElementPropertiesWidget::elementDisplayed [read] |
|
QStringList ElementPropertiesWidget::nodeListedProperties [read, write] |
|
|