![]() |
Qt 6.x
The Qt SDK
|
#include <qminimalflatset_p.h>
Collaboration diagram for QMinimalFlatSet< T, Container >:Public Types | |
| using | const_iterator = typename Container::const_iterator |
| using | iterator = const_iterator |
| using | const_reverse_iterator = typename Container::const_reverse_iterator |
| using | reverse_iterator = const_reverse_iterator |
| using | value_type = T |
Public Member Functions | |
| iterator | begin () const |
| iterator | end () const |
| iterator | cbegin () const |
| iterator | cend () const |
| reverse_iterator | rbegin () const |
| reverse_iterator | rend () const |
| reverse_iterator | crbegin () const |
| reverse_iterator | crend () const |
| void | clear () |
| auto | size () const |
| auto | count () const |
| bool | isEmpty () const |
| std::pair< iterator, bool > | insert (value_type &&v) |
| std::pair< iterator, bool > | insert (const value_type &v) |
| void | erase (const value_type &v) |
| void | remove (const value_type &v) |
| bool | contains (const value_type &v) const |
| const Container & | values () const & |
| Container | values () && |
Definition at line 48 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container >::const_iterator = typename Container::const_iterator |
Definition at line 56 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container >::const_reverse_iterator = typename Container::const_reverse_iterator |
Definition at line 58 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container >::iterator = const_iterator |
Definition at line 57 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container >::reverse_iterator = const_reverse_iterator |
Definition at line 59 of file qminimalflatset_p.h.
| using QMinimalFlatSet< T, Container >::value_type = T |
Definition at line 60 of file qminimalflatset_p.h.
|
inline |
Definition at line 62 of file qminimalflatset_p.h.
Referenced by QMinimalFlatSet< T, Container >::cbegin().
Here is the caller graph for this function:
|
inline |
Definition at line 64 of file qminimalflatset_p.h.
References QMinimalFlatSet< T, Container >::begin().
Referenced by QQuickTableViewPrivate::leftColumn(), and QQuickTableViewPrivate::topRow().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 65 of file qminimalflatset_p.h.
References QMinimalFlatSet< T, Container >::cend().
Referenced by QMinimalFlatSet< T, Container >::cend().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 72 of file qminimalflatset_p.h.
References QMINIMAL_FLAT_SET_PRINT_AT_END.
Referenced by QQuickTableViewPrivate::loadInitialTable().
Here is the caller graph for this function:
|
inline |
Definition at line 109 of file qminimalflatset_p.h.
Referenced by QQuickTableViewPrivate::checkForVisibilityChanges(), QQuickTableViewPrivate::getEffectiveColumnWidth(), QQuickTableViewPrivate::getEffectiveColumnX(), QQuickTableViewPrivate::getEffectiveRowHeight(), QQuickTableViewPrivate::getEffectiveRowY(), QQuickTableViewPrivate::scrollToColumn(), and QQuickTableViewPrivate::scrollToRow().
Here is the caller graph for this function:
|
inline |
Definition at line 77 of file qminimalflatset_p.h.
References QMinimalFlatSet< T, Container >::size().
Referenced by QQuickTableViewPrivate::canUnloadTableEdge(), QQuickTableViewPrivate::drainReusePoolAfterLoadRequest(), QQuickTableViewPrivate::layoutHorizontalEdge(), QQuickTableViewPrivate::layoutVerticalEdge(), QQuickTableViewPrivate::updateAverageColumnWidth(), and QQuickTableViewPrivate::updateAverageRowHeight().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 69 of file qminimalflatset_p.h.
References QMinimalFlatSet< T, Container >::rbegin().
Referenced by QQuickTableViewPrivate::bottomRow(), and QQuickTableViewPrivate::rightColumn().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 70 of file qminimalflatset_p.h.
References QMinimalFlatSet< T, Container >::rend().
Here is the call graph for this function:
|
inline |
Definition at line 63 of file qminimalflatset_p.h.
|
inline |
Definition at line 100 of file qminimalflatset_p.h.
References QMINIMAL_FLAT_SET_PRINT_AT_END.
Referenced by QMinimalFlatSet< T, Container >::remove().
Here is the caller graph for this function:
|
inline |
Definition at line 90 of file qminimalflatset_p.h.
References QMINIMAL_FLAT_SET_PRINT_AT_END.
|
inline |
Definition at line 80 of file qminimalflatset_p.h.
References QMINIMAL_FLAT_SET_PRINT_AT_END.
Referenced by QQuickTableViewPrivate::syncLoadedTableFromLoadRequest().
Here is the caller graph for this function:
|
inline |
Definition at line 78 of file qminimalflatset_p.h.
References QMinimalFlatSet< T, Container >::size().
Here is the call graph for this function:
|
inline |
Definition at line 67 of file qminimalflatset_p.h.
Referenced by QMinimalFlatSet< T, Container >::crbegin().
Here is the caller graph for this function:
|
inline |
Definition at line 107 of file qminimalflatset_p.h.
References QMinimalFlatSet< T, Container >::erase().
Referenced by QQuickTableViewPrivate::unloadEdge().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 68 of file qminimalflatset_p.h.
Referenced by QMinimalFlatSet< T, Container >::crend().
Here is the caller graph for this function:
|
inline |
Definition at line 76 of file qminimalflatset_p.h.
Referenced by QMinimalFlatSet< T, Container >::count(), and QMinimalFlatSet< T, Container >::isEmpty().
Here is the caller graph for this function:
|
inline |
Definition at line 115 of file qminimalflatset_p.h.
|
inline |
Definition at line 114 of file qminimalflatset_p.h.
Referenced by QQuickTableViewPrivate::layoutHorizontalEdge(), QQuickTableViewPrivate::layoutVerticalEdge(), and QQuickTableViewPrivate::loadEdge().
Here is the caller graph for this function: