#include <DlgCustomizeSpaceball.h>
◆ CommandModel()
| CommandModel::CommandModel |
( |
QObject * |
parent = 0 | ) |
|
◆ ~CommandModel()
| CommandModel::~CommandModel |
( |
| ) |
|
◆ columnCount()
| int CommandModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
◆ data()
| QVariant CommandModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
virtual |
References Gui::Dialog::CommandNode::aCommand, Gui::BitmapFactory(), Gui::Dialog::CommandNode::children, Gui::CommandBase::className(), Gui::Dialog::CommandNode::CommandType, Gui::Command::getGroupName(), Gui::CommandBase::getMenuText(), Gui::Command::getName(), Gui::CommandBase::getPixmap(), Gui::CommandBase::getToolTipText(), Gui::Dialog::CommandNode::GroupType, and Gui::Dialog::CommandNode::nodeType.
Referenced by Gui::Dialog::PrintModel::data(), and ArchSchedule.CommandArchSchedule::IsActive().
◆ flags()
| Qt::ItemFlags CommandModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
◆ goAddMacro()
| void CommandModel::goAddMacro |
( |
const QByteArray & |
macroName | ) |
|
◆ goRemoveMacro()
| void CommandModel::goRemoveMacro |
( |
const QByteArray & |
macroName | ) |
|
◆ headerData()
| QVariant CommandModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
virtual |
◆ index()
| QModelIndex CommandModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
virtual |
◆ parent()
| QModelIndex CommandModel::parent |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
◆ rowCount()
| int CommandModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
The documentation for this class was generated from the following files:
- src/Gui/DlgCustomizeSpaceball.h
- src/Gui/DlgCustomizeSpaceball.cpp