Cutelee 6.1.0
Public Member Functions | Properties | List of all members
ObjectWithProperties Class Reference
Inheritance diagram for ObjectWithProperties:
Inheritance graph
[legend]

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 848 of file testgenerictypes.cpp.

Constructor & Destructor Documentation

◆ ObjectWithProperties()

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

Definition at line 858 of file testgenerictypes.cpp.

Member Function Documentation

◆ gadgetList()

QList< CustomGadget > ObjectWithProperties::gadgetList ( )
inline

Definition at line 873 of file testgenerictypes.cpp.

◆ numberList()

QList< int > ObjectWithProperties::numberList ( )
inline

Definition at line 872 of file testgenerictypes.cpp.

◆ personList()

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

Definition at line 874 of file testgenerictypes.cpp.

◆ personPtrList()

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

Definition at line 875 of file testgenerictypes.cpp.

Property Documentation

◆ gadgetList

QList<CustomGadget> ObjectWithProperties::gadgetList
read

Definition at line 852 of file testgenerictypes.cpp.

◆ numberList

QList<int> ObjectWithProperties::numberList
read

Definition at line 851 of file testgenerictypes.cpp.

◆ personList

QVector<PersonObject *> ObjectWithProperties::personList
read

Definition at line 853 of file testgenerictypes.cpp.

◆ personPtrList

QVectorQSharedPointer<PersonObject> ObjectWithProperties::personPtrList
read

Definition at line 854 of file testgenerictypes.cpp.