![]() |
Qt 6.x
The Qt SDK
|
[0] More...
#include <employee.h>
Public Member Functions | |
EmployeeData () | |
EmployeeData (const EmployeeData &other) | |
~EmployeeData () | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
int | id |
QString | name |
![]() | |
QAtomicInt | ref |
[0]
Definition at line 11 of file employee.h.
|
inline |
Definition at line 14 of file employee.h.
|
inline |
Definition at line 15 of file employee.h.
|
inline |
Definition at line 17 of file employee.h.
int EmployeeData::id |
Definition at line 19 of file employee.h.
Referenced by Employee::id(), and Employee::setId().
QString EmployeeData::name |
Definition at line 20 of file employee.h.
Referenced by Employee::name(), and Employee::setName().