Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
[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] | |
Employee () | |
Employee (const Employee &other) | |
Employee & | operator= (const Employee &other) |
[0]
Definition at line 7 of file doc_src_containers.cpp.
|
inline |
Definition at line 10 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().
|
inline |
[2] //! [7]
Definition at line 35 of file employee.h.
References Employee().
|
inline |
Definition at line 10 of file doc_src_containers.cpp.
Employee::Employee | ( | const Employee & | other | ) |
|
inline |
|
inline |
[5] //! [6]
Definition at line 49 of file employee.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
|
inline |
[7] [3]
Definition at line 41 of file employee.h.
Referenced by Employee().
[3] //! [4]
Definition at line 43 of file employee.h.