Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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] | |
list append | ( | new | Employee"Blackpool", "Stephen" | ) |
Referenced by testing.tools.test_runner.TestRunner::HandleResult(), and testing.tools.fixup_pdf_template.TemplateProcessor::preprocess_line().
list append | ( | new | Employee"Twist", "Oliver" | ) |
list clear | ( | ) |
qDeleteAll | ( | list. | begin(), |
list. | end() ) |
[1]
Definition at line 5 of file doc_src_qalgorithms.cpp.