Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QStack
This is the complete list of members for
QStack
, including inherited members.
typedef
ConstIterator
typedef
Iterator
typedef
const_iterator
typedef
iterator
QStack
()
~QStack
()
void
append
( const T &
value
)
const T &
at
( int
i
) const
reference
back
()
const_reference
back
() const
iterator
begin
()
const_iterator
begin
() const
int
capacity
() const
void
clear
()
const_iterator
constBegin
() const
const T *
constData
() const
const_iterator
constEnd
() const
bool
contains
( const T &
value
) const
int
count
( const T &
value
) const
int
count
() const
T *
data
()
const T *
data
() const
bool
empty
() const
iterator
end
()
const_iterator
end
() const
iterator
erase
( iterator
pos
)
iterator
erase
( iterator
begin
, iterator
end
)
QVector &
fill
( const T &
value
, int
size
= -1 )
T &
first
()
const T &
first
() const
T &
front
()
const_reference
front
() const
int
indexOf
( const T &
value
, int
from
= 0 ) const
void
insert
( int
i
, const T &
value
)
iterator
insert
( iterator
before
, int
count
, const T &
value
)
void
insert
( int
i
, int
count
, const T &
value
)
iterator
insert
( iterator
before
, const T &
value
)
bool
isEmpty
() const
T &
last
()
const T &
last
() const
int
lastIndexOf
( const T &
value
, int
from
= -1 ) const
QVector<T>
mid
( int
pos
, int
length
= -1 ) const
T
pop
()
void
pop_back
()
void
pop_front
()
void
prepend
( const T &
value
)
void
push
( const T &
t
)
void
push_back
( const T &
value
)
void
push_front
( const T &
value
)
void
remove
( int
i
)
void
remove
( int
i
, int
count
)
void
replace
( int
i
, const T &
value
)
void
reserve
( int
size
)
void
resize
( int
size
)
void
setSharable
( bool
sharable
)
int
size
() const
void
squeeze
()
T &
top
()
const T &
top
() const
T
value
( int
i
) const
T
value
( int
i
, const T &
defaultValue
) const
bool
operator!=
( const QVector &
other
) const
QVector
operator+
( const QVector &
other
) const
QVector &
operator+=
( const QVector &
other
)
void
operator+=
( const T &
value
)
QVector &
operator<<
( const T &
value
)
QVector &
operator=
( const QVector &
other
)
bool
operator==
( const QVector &
other
) const
T &
operator[]
( int
i
)
const T &
operator[]
( int
i
) const
Copyright © 2004
Trolltech
Trademarks
Qt 4.0.0-b1