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