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

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

Constructor & Destructor Documentation

◆ PersonObject()

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

Definition at line 135 of file testgenerictypes.cpp.

Member Function Documentation

◆ age()

int PersonObject::age ( ) const
inline

Definition at line 141 of file testgenerictypes.cpp.

◆ name()

QString PersonObject::name ( ) const
inline

Definition at line 140 of file testgenerictypes.cpp.

Property Documentation

◆ age

int PersonObject::age
read

Definition at line 133 of file testgenerictypes.cpp.

◆ name

QString PersonObject::name
read

Definition at line 132 of file testgenerictypes.cpp.