Cutelee 6.2.0
PersonObject Class Reference
Inheritance diagram for PersonObject:

Public Member Functions

 PersonObject (const QString &name, int age, QObject *parent={})
int age () const
QString name () const

Properties

int age
QString name

Detailed Description

Definition at line 126 of file testgenerictypes.cpp.

Constructor & Destructor Documentation

◆ PersonObject()

PersonObject::PersonObject ( const QString & name,
int age,
QObject * parent = {} )
inline

Definition at line 132 of file testgenerictypes.cpp.

Member Function Documentation

◆ age()

int PersonObject::age ( ) const
inline

Definition at line 138 of file testgenerictypes.cpp.

◆ name()

QString PersonObject::name ( ) const
inline

Definition at line 137 of file testgenerictypes.cpp.

Property Documentation

◆ age

int PersonObject::age
read

Definition at line 130 of file testgenerictypes.cpp.

◆ name

QString PersonObject::name
read

Definition at line 129 of file testgenerictypes.cpp.