PropertyWidget Class Reference
[Tulip_Widgets]
#include <PropertyWidget.h>
List of all members.
Public Slots
Signals
Public Member Functions
Protected Member Functions
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 |
) |
[protected, virtual] |
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] |