GammaRay API Documentation  2.10.0
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)
 Constructor. More...
 
int columnCount (const QModelIndex &parent=QModelIndex()) const override
 Returns the number of columns in the specified model (currently this is always 2). More...
 
QVariant dataForObject (QObject *object, const QModelIndex &index, int role) const
 Returns the data for the specified object. More...
 
QVariant headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override
 Returns the header data for the Object, given a section (column), orientation and role. More...
 
QMap< int, QVariantitemData (const QModelIndex &index) const override
 

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
inlineoverride

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
inlineoverride

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.

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