GammaRay  2.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
GammaRay::ObjectModelBase< Base > Class Template Reference

A container for a generic Object Model derived from some Base. More...

#include <objectmodelbase.h>

Inheritance diagram for GammaRay::ObjectModelBase< Base >:
Inheritance graph
[legend]

Public Member Functions

 ObjectModelBase (QObject *parent)
 
int columnCount (const QModelIndex &parent=QModelIndex()) const
 
QVariant dataForObject (QObject *object, const QModelIndex &index, int role) const
 
QVariant headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
 

Detailed Description

template<typename Base>
class GammaRay::ObjectModelBase< Base >

A container for a generic Object Model derived from some Base.

Constructor & Destructor Documentation

template<typename Base >
GammaRay::ObjectModelBase< Base >::ObjectModelBase ( QObject *  parent)
inlineexplicit

Constructor.

Parameters
parentis the parent object for this instance.

Member Function Documentation

template<typename Base >
int GammaRay::ObjectModelBase< Base >::columnCount ( const QModelIndex &  parent = QModelIndex()) const
inline

Returns the number of columns in the specified model (currently this is always 2).

Parameters
parentis the model QModelIndex.
Returns
the column count for specified model.
template<typename Base >
QVariant GammaRay::ObjectModelBase< Base >::dataForObject ( QObject *  object,
const QModelIndex &  index,
int  role 
) const
inline

Returns the data for the specified object.

Parameters
objectis a pointer to a QObject.
indexis the model QModelIndex.
roleis the Qt role.
Returns
on success, a QVariant containing the data for the specified QObject; QVariant() if some anamoly occurs.
template<typename Base >
QVariant GammaRay::ObjectModelBase< Base >::headerData ( int  section,
Qt::Orientation  orientation,
int  role = Qt::DisplayRole 
) const
inline

Returns the header data for the Object, given a section (column), orientation and role.

Parameters
sectionan integer (either 0 or 1) corresponding to the section (column).
orientationis the Qt::Orientation.
roleis the Qt role.
Returns
on success, a QVariant containing the header data; QVariant() if some anamoly occurs.

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

Klarälvdalens Datakonsult AB (KDAB)
"The Qt Experts"
http://www.kdab.com/
GammaRay
Qt-application inspection and manipulation tool
http://www.kdab.com/kdab-products/gammaray/