Public Member Functions

QItemEditorCreator< T > Class Template Reference

Search for all occurrences

Detailed Description

template<class T>
class QItemEditorCreator< T >

Definition at line 70 of file qitemeditorfactory.h.

#include <qitemeditorfactory.h>

Inheritance diagram for QItemEditorCreator< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  QItemEditorCreator (const QByteArray &valuePropertyName)
QWidget createWidget (QWidget *parent) const
QByteArray  valuePropertyName () const

Constructor & Destructor Documentation

Q_INLINE_TEMPLATE QItemEditorCreator ( const QByteArray valuePropertyName ) [inline]

Definition at line 97 of file qitemeditorfactory.h.

    : propertyName(avaluePropertyName) {}

Member Function Documentation

QWidget* createWidget ( QWidget parent ) const [inline, virtual]

Implements QItemEditorCreatorBase.

Definition at line 74 of file qitemeditorfactory.h.

{ return new T(parent); }
QByteArray valuePropertyName ( ) const [inline, virtual]

Implements QItemEditorCreatorBase.

Definition at line 75 of file qitemeditorfactory.h.

{ return propertyName; }

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