Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Employee Class Reference

[0] More...

#include <employee.h>

Collaboration diagram for Employee:

Public Member Functions

 Employee ()
 Employee (const Employee &other)
Employeeoperator= (const Employee &other)
void setId (int id)
int id () const
void setName (const QString &name)
 Employee ()
 Employee (const QString &name, QDate dateOfBirth)
QString name () const
QDate dateOfBirth () const
 Employee ()
 Employee (const QString &name, QDate dateOfBirth)
QString name () const
QDate dateOfBirth () const
 Employee ()
 Employee (const QString &name, QDate dateOfBirth)
QString name () const
QDate dateOfBirth () const
 Employee ()
 [1]
 Employee (int id, const QString &name)
 [1] //! [2]
 Employee (const Employee &other)=default
 [2] //! [7]
Employeeoperator= (const Employee &other)=default
 Employee (Employee &&other)=default
Employeeoperator= (Employee &&other)=default
 ~Employee ()=default
void setId (int id)
 [7] [3]
void setName (const QString &name)
 [3] //! [4]
int id () const
 [4]
QString name () const
 [5] //! [6]
 Employee ()
 Employee (const Employee &other)
Employeeoperator= (const Employee &other)
void setId (int id)
int id () const
void setName (const QString &name)
 Employee ()
 Employee (const QString &name, QDate dateOfBirth)
QString name () const
QDate dateOfBirth () const
 Employee ()
 Employee (const QString &name, QDate dateOfBirth)
QString name () const
QDate dateOfBirth () const
 Employee ()
 Employee (const QString &name, QDate dateOfBirth)
QString name () const
QDate dateOfBirth () const

Detailed Description

[0]

Definition at line 9 of file doc_src_containers.cpp.

Constructor & Destructor Documentation

◆ Employee() [1/20]

Employee::Employee ( )
inline

Definition at line 12 of file doc_src_containers.cpp.

◆ Employee() [2/20]

Employee::Employee ( const Employee & other)

◆ Employee() [3/20]

Employee::Employee ( )
inline

Definition at line 127 of file src_corelib_tools_qhash.cpp.

◆ Employee() [4/20]

Employee::Employee ( const QString & name,
QDate dateOfBirth )

◆ Employee() [5/20]

Employee::Employee ( )
inline

Definition at line 112 of file src_corelib_tools_qmap.cpp.

◆ Employee() [6/20]

Employee::Employee ( const QString & name,
QDate dateOfBirth )

◆ Employee() [7/20]

Employee::Employee ( )
inline

Definition at line 129 of file src_corelib_tools_qmultimap.cpp.

◆ Employee() [8/20]

Employee::Employee ( const QString & name,
QDate dateOfBirth )

◆ Employee() [9/20]

Employee::Employee ( )
inline

[1]

Definition at line 28 of file employee.h.

◆ Employee() [10/20]

Employee::Employee ( int id,
const QString & name )
inline

[1] //! [2]

Definition at line 30 of file employee.h.

References setId().

Here is the call graph for this function:

◆ Employee() [11/20]

Employee::Employee ( const Employee & other)
default

[2] //! [7]

◆ Employee() [12/20]

Employee::Employee ( Employee && other)
default

◆ ~Employee()

Employee::~Employee ( )
default

◆ Employee() [13/20]

Employee::Employee ( )
inline

Definition at line 12 of file doc_src_containers.cpp.

◆ Employee() [14/20]

Employee::Employee ( const Employee & other)

◆ Employee() [15/20]

Employee::Employee ( )
inline

Definition at line 127 of file src_corelib_tools_qhash.cpp.

◆ Employee() [16/20]

Employee::Employee ( const QString & name,
QDate dateOfBirth )

◆ Employee() [17/20]

Employee::Employee ( )
inline

Definition at line 112 of file src_corelib_tools_qmap.cpp.

◆ Employee() [18/20]

Employee::Employee ( const QString & name,
QDate dateOfBirth )

◆ Employee() [19/20]

Employee::Employee ( )
inline

Definition at line 129 of file src_corelib_tools_qmultimap.cpp.

◆ Employee() [20/20]

Employee::Employee ( const QString & name,
QDate dateOfBirth )

Member Function Documentation

◆ dateOfBirth() [1/6]

QDate Employee::dateOfBirth ( ) const
inline

Definition at line 130 of file src_corelib_tools_qhash.cpp.

◆ dateOfBirth() [2/6]

QDate Employee::dateOfBirth ( ) const
inline

Definition at line 130 of file src_corelib_tools_qhash.cpp.

◆ dateOfBirth() [3/6]

QDate Employee::dateOfBirth ( ) const
inline

Definition at line 115 of file src_corelib_tools_qmap.cpp.

◆ dateOfBirth() [4/6]

QDate Employee::dateOfBirth ( ) const
inline

Definition at line 115 of file src_corelib_tools_qmap.cpp.

◆ dateOfBirth() [5/6]

QDate Employee::dateOfBirth ( ) const
inline

Definition at line 132 of file src_corelib_tools_qmultimap.cpp.

◆ dateOfBirth() [6/6]

QDate Employee::dateOfBirth ( ) const
inline

Definition at line 132 of file src_corelib_tools_qmultimap.cpp.

◆ id() [1/3]

int Employee::id ( ) const
inline

Definition at line 8 of file doc_src_qcache.cpp.

Referenced by example().

Here is the caller graph for this function:

◆ id() [2/3]

int Employee::id ( ) const
inline

Definition at line 8 of file doc_src_qcache.cpp.

◆ id() [3/3]

int Employee::id ( ) const
inline

[4]

[5]

Definition at line 52 of file employee.h.

◆ name() [1/7]

QString Employee::name ( ) const
inline

Definition at line 129 of file src_corelib_tools_qhash.cpp.

◆ name() [2/7]

QString Employee::name ( ) const
inline

Definition at line 129 of file src_corelib_tools_qhash.cpp.

◆ name() [3/7]

QString Employee::name ( ) const
inline

Definition at line 114 of file src_corelib_tools_qmap.cpp.

◆ name() [4/7]

QString Employee::name ( ) const
inline

Definition at line 114 of file src_corelib_tools_qmap.cpp.

◆ name() [5/7]

QString Employee::name ( ) const
inline

Definition at line 131 of file src_corelib_tools_qmultimap.cpp.

◆ name() [6/7]

QString Employee::name ( ) const
inline

Definition at line 131 of file src_corelib_tools_qmultimap.cpp.

◆ name() [7/7]

QString Employee::name ( ) const
inline

[5] //! [6]

Definition at line 54 of file employee.h.

◆ operator=() [1/4]

Employee & Employee::operator= ( const Employee & other)

◆ operator=() [2/4]

Employee & Employee::operator= ( const Employee & other)

◆ operator=() [3/4]

Employee & Employee::operator= ( const Employee & other)
default

◆ operator=() [4/4]

Employee & Employee::operator= ( Employee && other)
default

◆ setId() [1/3]

void Employee::setId ( int id)

Referenced by Employee(), and example().

Here is the caller graph for this function:

◆ setId() [2/3]

void Employee::setId ( int id)

◆ setId() [3/3]

void Employee::setId ( int id)
inline

[7] [3]

Definition at line 46 of file employee.h.

◆ setName() [1/3]

void Employee::setName ( const QString & name)

◆ setName() [2/3]

void Employee::setName ( const QString & name)

◆ setName() [3/3]

void Employee::setName ( const QString & name)
inline

[3] //! [4]

Definition at line 48 of file employee.h.


The documentation for this class was generated from the following files: