Qt Reference Documentation
Home
Modules
QtCore
QCache
List of All Members for QCache
This is the complete list of members for
QCache
, including inherited members.
QCache
( int )
~QCache
()
clear
()
contains
( const Key & ) const : bool
count
() const : int
insert
( const Key &, T *, int ) : bool
isEmpty
() const : bool
keys
() const : QList<Key>
maxCost
() const : int
object
( const Key & ) const : T *
remove
( const Key & ) : bool
setMaxCost
( int )
size
() const : int
take
( const Key & ) : T *
totalCost
() const : int
operator[]
( const Key & ) const : T *