$search
#include <NamedValuesVectorModel.h>
Public Slots | |
void | addNamedValue (const NamedValue &namedValue) |
void | delNamedValue (int index) |
void | toggle (const QModelIndex &index) |
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 |
bool | isVisible (const unsigned id) |
MaskableNamedValuesVectorModel (NamedValuesVector *namedValues, QObject *parent=0) | |
MaskableNamedValuesVectorModel (NamedValuesVector *namedValues, const QString &tooltipText, QObject *parent=0) | |
virtual bool | moveRow (int oldRow, int &newRow) |
Private Attributes | |
std::vector< bool > | viewEvent |
Definition at line 83 of file NamedValuesVectorModel.h.
std::vector<bool> Aseba::MaskableNamedValuesVectorModel::viewEvent [private] |
Definition at line 106 of file NamedValuesVectorModel.h.