#include <forms/dialogedgeedit.h>
|
| void | userChoices (const QString &label, const double &weight, const QColor &color, const QHash< QString, QString > &customAttributes) |
| |
|
| | DialogEdgeEdit (QWidget *parent, const int &v1, const int &v2, const QString &label, const double &weight, const QColor &color, const QHash< QString, QString > &customAttributes=QHash< QString, QString >()) |
| |
| | ~DialogEdgeEdit () |
| |
◆ DialogEdgeEdit()
| DialogEdgeEdit::DialogEdgeEdit |
( |
QWidget * |
parent, |
|
|
const int & |
v1, |
|
|
const int & |
v2, |
|
|
const QString & |
label, |
|
|
const double & |
weight, |
|
|
const QColor & |
color, |
|
|
const QHash< QString, QString > & |
customAttributes = QHash<QString,QString>() |
|
) |
| |
|
explicit |
◆ ~DialogEdgeEdit()
| DialogEdgeEdit::~DialogEdgeEdit |
( |
| ) |
|
◆ getUserChoices
| void DialogEdgeEdit::getUserChoices |
( |
| ) |
|
|
privateslot |
◆ on_addPropertyBtn_clicked
| void DialogEdgeEdit::on_addPropertyBtn_clicked |
( |
| ) |
|
|
privateslot |
Adds a key/value pair from the input fields to the attributes table.
◆ on_removePropertyBtn_clicked
| void DialogEdgeEdit::on_removePropertyBtn_clicked |
( |
| ) |
|
|
privateslot |
Removes the selected row from the attributes table.
◆ selectColor
| void DialogEdgeEdit::selectColor |
( |
| ) |
|
|
privateslot |
Opens a color picker and updates the color button icon.
◆ userChoices
| void DialogEdgeEdit::userChoices |
( |
const QString & |
label, |
|
|
const double & |
weight, |
|
|
const QColor & |
color, |
|
|
const QHash< QString, QString > & |
customAttributes |
|
) |
| |
|
signal |
◆ m_color
| QColor DialogEdgeEdit::m_color |
|
private |
◆ m_customAttributes
| QHash<QString,QString> DialogEdgeEdit::m_customAttributes |
|
private |
◆ m_label
| QString DialogEdgeEdit::m_label |
|
private |
◆ m_pixmap
| QPixmap DialogEdgeEdit::m_pixmap |
|
private |
◆ m_v1
◆ m_v2
◆ m_weight
| double DialogEdgeEdit::m_weight |
|
private |
◆ ui
| Ui::DialogEdgeEdit* DialogEdgeEdit::ui |
|
private |
The documentation for this class was generated from the following files: