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)
 
 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)
 
Employeeoperator= (const Employee &other)
 

Detailed Description

[0]

Definition at line 7 of file doc_src_containers.cpp.

Constructor & Destructor Documentation

◆ Employee() [1/7]

Employee::Employee ( )
inline

Definition at line 10 of file doc_src_containers.cpp.

◆ Employee() [2/7]

Employee::Employee ( const Employee & other)

Referenced by Employee().

+ Here is the caller graph for this function:

◆ Employee() [3/7]

Employee::Employee ( )
inline

[1]

Definition at line 27 of file employee.h.

◆ Employee() [4/7]

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

[1] //! [2]

Definition at line 29 of file employee.h.

References setId().

+ Here is the call graph for this function:

◆ Employee() [5/7]

Employee::Employee ( const Employee & other)
inline

[2] //! [7]

Definition at line 35 of file employee.h.

References Employee().

+ Here is the call graph for this function:

◆ Employee() [6/7]

Employee::Employee ( )
inline

Definition at line 10 of file doc_src_containers.cpp.

◆ Employee() [7/7]

Employee::Employee ( const Employee & other)

Member Function Documentation

◆ id()

int Employee::id ( ) const
inline

[4]

[5]

Definition at line 47 of file employee.h.

◆ name()

QString Employee::name ( ) const
inline

[5] //! [6]

Definition at line 49 of file employee.h.

Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().

+ Here is the caller graph for this function:

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ setId()

void Employee::setId ( int id)
inline

[7] [3]

Definition at line 41 of file employee.h.

Referenced by Employee().

+ Here is the caller graph for this function:

◆ setName()

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

[3] //! [4]

Definition at line 43 of file employee.h.


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