$search
#include <TargetModels.h>
Classes | |
| struct | TreeItem |
Public Slots | |
| void | recreateTreeFromDescription (bool showHidden) |
Public Member Functions | |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| QModelIndex | index (int row, int column, const QModelIndex &parent) const |
| QMimeData * | mimeData (const QModelIndexList &indexes) const |
| QStringList | mimeTypes () const |
| QModelIndex | parent (const QModelIndex &index) const |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| TargetFunctionsModel (const TargetDescription *descriptionRead, QObject *parent=0) | |
| ~TargetFunctionsModel () | |
Private Member Functions | |
| TreeItem * | getItem (const QModelIndex &index) const |
| QString | getToolTip (const TargetDescription::NativeFunction &function) const |
Private Attributes | |
| const TargetDescription * | descriptionRead |
| description for read access | |
| QRegExp | regExp |
| TreeItem * | root |
| root of functions description tree | |
Friends | |
| class | AeslEditor |
Definition at line 130 of file TargetModels.h.
friend class AeslEditor [friend] |
Definition at line 158 of file TargetModels.h.
const TargetDescription* Aseba::TargetFunctionsModel::descriptionRead [private] |
description for read access
Definition at line 163 of file TargetModels.h.
QRegExp Aseba::TargetFunctionsModel::regExp [private] |
Definition at line 164 of file TargetModels.h.
TreeItem* Aseba::TargetFunctionsModel::root [private] |
root of functions description tree
Definition at line 162 of file TargetModels.h.