#include <DlgCustomizeSpaceball.h>
Public Member Functions | |
| virtual int | columnCount (const QModelIndex &parent) const |
| virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| PrintModel (QObject *parent, ButtonModel *buttonModelIn, CommandModel *commandModelIn) | |
| virtual int | rowCount (const QModelIndex &parent) const |
Definition at line 121 of file DlgCustomizeSpaceball.h.
| PrintModel::PrintModel | ( | QObject * | parent, | |
| ButtonModel * | buttonModelIn, | |||
| CommandModel * | commandModelIn | |||
| ) |
Definition at line 469 of file DlgCustomizeSpaceball.cpp.
| int PrintModel::columnCount | ( | const QModelIndex & | parent | ) | const [virtual] |
Definition at line 480 of file DlgCustomizeSpaceball.cpp.
| QVariant PrintModel::data | ( | const QModelIndex & | index, | |
| int | role = Qt::DisplayRole | |||
| ) | const [virtual] |
Definition at line 485 of file DlgCustomizeSpaceball.cpp.
References Gui::Dialog::CommandModel::data(), Gui::Dialog::ButtonModel::data(), and Gui::Dialog::CommandModel::index().
| QVariant PrintModel::headerData | ( | int | section, | |
| Qt::Orientation | orientation, | |||
| int | role = Qt::DisplayRole | |||
| ) | const [virtual] |
Definition at line 510 of file DlgCustomizeSpaceball.cpp.
References Sketcher::Horizontal.
| int PrintModel::rowCount | ( | const QModelIndex & | parent | ) | const [virtual] |
Definition at line 475 of file DlgCustomizeSpaceball.cpp.
References Gui::Dialog::ButtonModel::rowCount().
1.6.1