Cutelee 6.2.0
ObjectWithProperties Class Reference
Inheritance diagram for ObjectWithProperties:

Public Member Functions

 ObjectWithProperties (QObject *parent={})
QList< CustomGadgetgadgetList ()
QList< int > numberList ()
QVector< PersonObject * > personList ()
QVector< QSharedPointer< PersonObject > > personPtrList ()

Properties

QList< CustomGadgetgadgetList
QList< int > numberList
QVector< PersonObject * > personList
QVectorQSharedPointer< PersonObjectpersonPtrList

Detailed Description

Definition at line 822 of file testgenerictypes.cpp.

Constructor & Destructor Documentation

◆ ObjectWithProperties()

ObjectWithProperties::ObjectWithProperties ( QObject * parent = {})
inline

Definition at line 832 of file testgenerictypes.cpp.

Member Function Documentation

◆ gadgetList()

QList< CustomGadget > ObjectWithProperties::gadgetList ( )
inline

Definition at line 847 of file testgenerictypes.cpp.

◆ numberList()

QList< int > ObjectWithProperties::numberList ( )
inline

Definition at line 846 of file testgenerictypes.cpp.

◆ personList()

QVector< PersonObject * > ObjectWithProperties::personList ( )
inline

Definition at line 848 of file testgenerictypes.cpp.

◆ personPtrList()

QVector< QSharedPointer< PersonObject > > ObjectWithProperties::personPtrList ( )
inline

Definition at line 849 of file testgenerictypes.cpp.

Property Documentation

◆ gadgetList

QList<CustomGadget> ObjectWithProperties::gadgetList
read

Definition at line 826 of file testgenerictypes.cpp.

◆ numberList

QList<int> ObjectWithProperties::numberList
read

Definition at line 825 of file testgenerictypes.cpp.

◆ personList

QVector<PersonObject *> ObjectWithProperties::personList
read

Definition at line 827 of file testgenerictypes.cpp.

◆ personPtrList

QVectorQSharedPointer<PersonObject> ObjectWithProperties::personPtrList
read

Definition at line 828 of file testgenerictypes.cpp.