Relacs  0.9.8
Public Member Functions | List of all members
DataDescriptionModel Class Reference

#include <databrowser.h>

Inheritance diagram for DataDescriptionModel:
Inheritance graph
[legend]
Collaboration diagram for DataDescriptionModel:
Collaboration graph
[legend]

Public Member Functions

 DataDescriptionModel (QObject *parent=0)
 
void setOptions (Options *data)
 
void setTreeView (QTreeView *view)
 
QVariant data (const QModelIndex &index, int role) 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=QModelIndex()) const
 
QModelIndex parent (const QModelIndex &index) const
 
bool hasChildren (const QModelIndex &parent=QModelIndex()) const
 
int rowCount (const QModelIndex &parent=QModelIndex()) const
 
int columnCount (const QModelIndex &parent=QModelIndex()) const
 

Detailed Description

The model for viewing a description of the currently displayed data of an DataIndex.

Author
Jan Benda

Constructor & Destructor Documentation

DataDescriptionModel ( QObject *  parent = 0)

Member Function Documentation

void setOptions ( Options data)
void setTreeView ( QTreeView *  view)
QVariant data ( const QModelIndex &  index,
int  role 
) 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 = QModelIndex() 
) const
QModelIndex parent ( const QModelIndex &  index) const
bool hasChildren ( const QModelIndex &  parent = QModelIndex()) const
int rowCount ( const QModelIndex &  parent = QModelIndex()) const
int columnCount ( const QModelIndex &  parent = QModelIndex()) const

The documentation for this class was generated from the following files: