27 #include "../../../../core/translator/Translator.h" 28 #include "../../../../dataaccess/dataset/Index.h" 29 #include "../../Exception.h" 56 if(role == Qt::DecorationRole)
57 return QVariant(QIcon::fromTheme(
"index"));
59 if(role == Qt::DisplayRole)
67 QMenu* m =
new QMenu(parent);
69 QAction* aOpenIndex = m->addAction(tr(
"&Open index"));
71 connect(aOpenIndex, SIGNAL(triggered()),
this, SLOT(openIndex()));
78 if(!children().empty())
86 return Qt::NoItemFlags;
93 for(std::size_t i = 0; i < nproperties; ++i)
A class that represents a dataset in a TreeModel.
A class that represents an index in a TreeModel.
const std::vector< te::dt::Property * > & getProperties() const
It returns the properties that take part of the index.
It describes an index associated to a DataSetType.
const std::string & getName() const
It returns the index name.