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