![]() |
Qt 6.x
The Qt SDK
|
[0] More...
#include <employee.h>
Public Member Functions | |
Employee () | |
Employee (const Employee &other) | |
Employee & | operator= (const Employee &other) |
Employee () | |
[1] | |
Employee (int id, const QString &name) | |
[1] //! [2] | |
Employee (const Employee &other) | |
[2] //! [7] | |
void | setId (int id) |
void | setName (const QString &name) |
[3] //! [4] | |
int | id () const |
[4] | |
QString | name () const |
[5] //! [6] | |
[0]
Definition at line 5 of file doc_src_containers.cpp.
|
inline |
Definition at line 8 of file doc_src_containers.cpp.
Employee::Employee | ( | const Employee & | other | ) |
|
inline |
[1]
Definition at line 27 of file employee.h.
|
inline |
[1] //! [2]
Definition at line 29 of file employee.h.
References setId(), and setName().
|
inline |
[2] //! [7]
Definition at line 35 of file employee.h.
|
inline |
[4]
[5]
Definition at line 47 of file employee.h.
References EmployeeData::id.
Referenced by setId().
|
inline |
[5] //! [6]
Definition at line 49 of file employee.h.
References EmployeeData::name.
Referenced by setName().
|
inline |
[7] [3]
Definition at line 41 of file employee.h.
References EmployeeData::id, and id().
Referenced by Employee().
[3] //! [4]
Definition at line 43 of file employee.h.
References EmployeeData::name, and name().
Referenced by Employee(), and main().