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
doc_src_qalgorithms.cpp File Reference

(aa19704bbc35d5310b33a9fbe2added77470a836)

Go to the source code of this file.

Functions

list append (new Employee("Blackpool", "Stephen"))
 
list append (new Employee("Twist", "Oliver"))
 
 qDeleteAll (list.begin(), list.end())
 
list clear ()
 

Variables

QList< Employee * > list
 [1]
 

Function Documentation

◆ append() [1/2]

list append ( new Employee"Blackpool", "Stephen")

Referenced by testing.tools.test_runner.TestRunner::HandleResult(), and testing.tools.fixup_pdf_template.TemplateProcessor::preprocess_line().

+ Here is the caller graph for this function:

◆ append() [2/2]

list append ( new Employee"Twist", "Oliver")

◆ clear()

list clear ( )

◆ qDeleteAll()

qDeleteAll ( list. begin(),
list. end() )

Variable Documentation

◆ list

QList<Employee *> list

[1]

Definition at line 5 of file doc_src_qalgorithms.cpp.