![]() |
SARibbon 2.2.3
SARibbon wiki
|
SARibbonGalleryGroup对应的model 更多...
#include <SARibbonGalleryGroup.h>
Public 成员函数 | |
SARibbonGalleryGroupModel (QObject *parent=Q_NULLPTR) | |
virtual int | rowCount (const QModelIndex &parent) const Q_DECL_OVERRIDE |
virtual Qt::ItemFlags | flags (const QModelIndex &index) const Q_DECL_OVERRIDE |
virtual QVariant | data (const QModelIndex &index, int role) const Q_DECL_OVERRIDE |
virtual QModelIndex | index (int row, int column, const QModelIndex &parent) const Q_DECL_OVERRIDE |
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role) Q_DECL_OVERRIDE |
void | clear () |
SARibbonGalleryItem * | at (int row) const |
void | insert (int row, SARibbonGalleryItem *item) |
SARibbonGalleryItem * | take (int row) |
void | append (SARibbonGalleryItem *item) |
SARibbonGalleryGroup对应的model