#include <TaskChamfer.h>
Signals | |
void | toggleCheckState (const QModelIndex &) |
Public Member Functions | |
ChamferDistanceModel (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 54 of file TaskChamfer.h.
ChamferDistanceModel::ChamferDistanceModel | ( | QObject * | parent = 0 |
) |
Definition at line 109 of file TaskChamfer.cpp.
Qt::ItemFlags ChamferDistanceModel::flags | ( | const QModelIndex & | index | ) | const |
Definition at line 113 of file TaskChamfer.cpp.
bool ChamferDistanceModel::setData | ( | const QModelIndex & | index, | |
const QVariant & | value, | |||
int | role = Qt::EditRole | |||
) |
Definition at line 121 of file TaskChamfer.cpp.
References toggleCheckState().
void PartDesignGui::ChamferDistanceModel::toggleCheckState | ( | const QModelIndex & | ) | [signal] |
Referenced by setData().