![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <proitems.h>
Additional Inherited Members | |
| Public Types inherited from QList< ProString > | |
| using | Type |
| using | value_type |
| using | pointer |
| using | const_pointer |
| using | reference |
| using | const_reference |
| using | size_type |
| using | difference_type |
| using | parameter_type |
| using | rvalue_ref |
| using | Iterator |
| using | ConstIterator |
| using | reverse_iterator |
| using | const_reverse_iterator |
| Static Public Member Functions inherited from QList< ProString > | |
| static constexpr qsizetype | maxSize () |
| static QList< ProString > | fromList (const QList< ProString > &list) noexcept |
| static QList< ProString > | fromVector (const QList< ProString > &vector) noexcept |
| static QList< ProString > | fromReadOnlyData (const ProString(&t)[N]) noexcept |
| Protected Types inherited from QListSpecialMethodsBase< ProString > | |
| using | Self |
| Protected Member Functions inherited from QListSpecialMethods< ProString > | |
| QListSpecialMethods ()=default | |
| Protected Member Functions inherited from QListSpecialMethodsBase< ProString > | |
| QListSpecialMethodsBase ()=default | |
| Self * | self () |
Definition at line 292 of file proitems.h.
|
inline |
Definition at line 294 of file proitems.h.
Referenced by QMakeEvaluator::evaluateBuiltinConditional(), and QMakeEvaluator::values().
|
inline |
Definition at line 295 of file proitems.h.
|
explicit |
Definition at line 388 of file proitems.cpp.
| bool ProStringList::contains | ( | const char * | str, |
| Qt::CaseSensitivity | cs = Qt::CaseSensitive ) const |
Definition at line 420 of file proitems.cpp.
| bool ProStringList::contains | ( | const ProString & | str, |
| Qt::CaseSensitivity | cs = Qt::CaseSensitive ) const |
Definition at line 404 of file proitems.cpp.
|
inline |
Definition at line 321 of file proitems.h.
| bool ProStringList::contains | ( | QStringView | str, |
| Qt::CaseSensitivity | cs = Qt::CaseSensitive ) const |
Definition at line 412 of file proitems.cpp.
| void ProStringList::insertUnique | ( | const ProStringList & | value | ) |
Definition at line 381 of file proitems.cpp.
Referenced by QMakeEvaluator::visitProVariable().
Definition at line 329 of file proitems.cpp.
Referenced by QMakeEvaluator::evaluateBuiltinExpand().
Definition at line 334 of file proitems.cpp.
Referenced by join().
|
inline |
Definition at line 308 of file proitems.h.
References join().
Definition at line 339 of file proitems.cpp.
|
inline |
Definition at line 302 of file proitems.h.
|
inline |
Definition at line 299 of file proitems.h.
| void ProStringList::removeAll | ( | const char * | str | ) |
Definition at line 351 of file proitems.cpp.
Definition at line 344 of file proitems.cpp.
|
inline |
Definition at line 315 of file proitems.h.
Referenced by QMakeEvaluator::evaluateBuiltinConditional().
| void ProStringList::removeDuplicates | ( | ) |
Definition at line 375 of file proitems.cpp.
Referenced by QMakeEvaluator::evaluateBuiltinExpand().
| void ProStringList::removeEach | ( | const ProStringList & | value | ) |
Definition at line 358 of file proitems.cpp.
Referenced by QMakeEvaluator::visitProVariable().
| void ProStringList::removeEmpty | ( | ) |
Definition at line 368 of file proitems.cpp.
Referenced by QMakeEvaluator::visitProVariable().
| QStringList ProStringList::toQStringList | ( | ) | const |
Definition at line 395 of file proitems.cpp.