#include <DlgFilletEdges.h>
Signals | |
| void | toggleCheckState (const QModelIndex &) |
Public Member Functions | |
| FilletRadiusModel (QObject *parent=0) | |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
Definition at line 55 of file DlgFilletEdges.h.
| FilletRadiusModel::FilletRadiusModel | ( | QObject * | parent = 0 |
) |
Definition at line 110 of file DlgFilletEdges.cpp.
| Qt::ItemFlags FilletRadiusModel::flags | ( | const QModelIndex & | index | ) | const |
Definition at line 114 of file DlgFilletEdges.cpp.
| bool FilletRadiusModel::setData | ( | const QModelIndex & | index, | |
| const QVariant & | value, | |||
| int | role = Qt::EditRole | |||
| ) |
Definition at line 122 of file DlgFilletEdges.cpp.
References toggleCheckState().
| void PartGui::FilletRadiusModel::toggleCheckState | ( | const QModelIndex & | ) | [signal] |
Referenced by setData().
1.6.1