![]() |
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 | |
| virtual EmployeeData * | clone () const |
| EmployeeData () | |
| EmployeeData (const EmployeeData &other) | |
| ~EmployeeData ()=default | |
| virtual EmployeeData * | clone () const |
| Public Member Functions inherited from QSharedData | |
| 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 |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
[0]
Definition at line 10 of file src_corelib_tools_qshareddata.cpp.
|
inline |
Definition at line 15 of file employee.h.
References id.
|
inline |
Definition at line 16 of file employee.h.
References EmployeeData(), and id.
Referenced by EmployeeData().
|
default |
|
virtual |
|
virtual |
| int EmployeeData::id |
Definition at line 20 of file employee.h.
Referenced by EmployeeData(), and EmployeeData().
| QString EmployeeData::name |
Definition at line 21 of file employee.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().