Eneboo - Documentación para desarrolladores
|
#include <qptrvector.h>
Métodos públicos | |
QPtrVector () | |
QPtrVector (uint size) | |
QPtrVector (const QPtrVector< type > &v) | |
~QPtrVector () | |
QPtrVector< type > & | operator= (const QPtrVector< type > &v) |
bool | operator== (const QPtrVector< type > &v) const |
type ** | data () const |
uint | size () const |
uint | count () const |
bool | isEmpty () const |
bool | isNull () const |
bool | resize (uint size) |
bool | insert (uint i, const type *d) |
bool | remove (uint i) |
type * | take (uint i) |
void | clear () |
bool | fill (const type *d, int size=-1) |
void | sort () |
int | bsearch (const type *d) const |
int | findRef (const type *d, uint i=0) const |
int | find (const type *d, uint i=0) const |
uint | containsRef (const type *d) const |
uint | contains (const type *d) const |
type * | operator[] (int i) const |
type * | at (uint i) const |
void | toList (QGList *list) const |
QPtrVector () | |
QPtrVector (uint size) | |
QPtrVector (const QPtrVector< type > &v) | |
~QPtrVector () | |
QPtrVector< type > & | operator= (const QPtrVector< type > &v) |
bool | operator== (const QPtrVector< type > &v) const |
type ** | data () const |
uint | size () const |
uint | count () const |
bool | isEmpty () const |
bool | isNull () const |
bool | resize (uint size) |
bool | insert (uint i, const type *d) |
bool | remove (uint i) |
type * | take (uint i) |
void | clear () |
bool | fill (const type *d, int size=-1) |
void | sort () |
int | bsearch (const type *d) const |
int | findRef (const type *d, uint i=0) const |
int | find (const type *d, uint i=0) const |
uint | containsRef (const type *d) const |
uint | contains (const type *d) const |
type * | operator[] (int i) const |
type * | at (uint i) const |
void | toList (QGList *list) const |
QPtrVector< type >::QPtrVector | ( | ) | [inline] |
QPtrVector< type >::QPtrVector | ( | uint | size | ) | [inline] |
QPtrVector< type >::QPtrVector | ( | const QPtrVector< type > & | v | ) | [inline] |
QPtrVector< type >::~QPtrVector | ( | ) | [inline] |
QPtrVector< type >::QPtrVector | ( | ) | [inline] |
QPtrVector< type >::QPtrVector | ( | uint | size | ) | [inline] |
QPtrVector< type >::QPtrVector | ( | const QPtrVector< type > & | v | ) | [inline] |
QPtrVector< type >::~QPtrVector | ( | ) | [inline] |
type* QPtrVector< type >::at | ( | uint | i | ) | const [inline] |
Reimplementado de QGVector.
Reimplementado en QSignalVec y QSignalVec.
type* QPtrVector< type >::at | ( | uint | i | ) | const [inline] |
Reimplementado de QGVector.
Reimplementado en QSignalVec y QSignalVec.
int QPtrVector< type >::bsearch | ( | const type * | d | ) | const [inline] |
int QPtrVector< type >::bsearch | ( | const type * | d | ) | const [inline] |
void QPtrVector< type >::clear | ( | void | ) | [inline, virtual] |
Removes all objects from the collection. The objects will be deleted if auto-delete has been enabled.
Reimplementado de QGVector.
void QPtrVector< type >::clear | ( | void | ) | [inline, virtual] |
Removes all objects from the collection. The objects will be deleted if auto-delete has been enabled.
Reimplementado de QGVector.
uint QPtrVector< type >::contains | ( | const type * | d | ) | const [inline] |
uint QPtrVector< type >::contains | ( | const type * | d | ) | const [inline] |
uint QPtrVector< type >::containsRef | ( | const type * | d | ) | const [inline] |
uint QPtrVector< type >::containsRef | ( | const type * | d | ) | const [inline] |
uint QPtrVector< type >::count | ( | ) | const [inline, virtual] |
Returns the number of objects in the collection.
Reimplementado de QGVector.
uint QPtrVector< type >::count | ( | ) | const [inline, virtual] |
Returns the number of objects in the collection.
Reimplementado de QGVector.
type** QPtrVector< type >::data | ( | ) | const [inline] |
Reimplementado de QGVector.
type** QPtrVector< type >::data | ( | ) | const [inline] |
Reimplementado de QGVector.
bool QPtrVector< type >::fill | ( | const type * | d, |
int | size = -1 |
||
) | [inline] |
bool QPtrVector< type >::fill | ( | const type * | d, |
int | size = -1 |
||
) | [inline] |
int QPtrVector< type >::find | ( | const type * | d, |
uint | i = 0 |
||
) | const [inline] |
int QPtrVector< type >::find | ( | const type * | d, |
uint | i = 0 |
||
) | const [inline] |
int QPtrVector< type >::findRef | ( | const type * | d, |
uint | i = 0 |
||
) | const [inline] |
int QPtrVector< type >::findRef | ( | const type * | d, |
uint | i = 0 |
||
) | const [inline] |
bool QPtrVector< type >::insert | ( | uint | i, |
const type * | d | ||
) | [inline] |
Reimplementado en QSignalVec y QSignalVec.
bool QPtrVector< type >::insert | ( | uint | i, |
const type * | d | ||
) | [inline] |
Reimplementado en QSignalVec y QSignalVec.
bool QPtrVector< type >::isEmpty | ( | void | ) | const [inline] |
bool QPtrVector< type >::isEmpty | ( | void | ) | const [inline] |
bool QPtrVector< type >::isNull | ( | ) | const [inline] |
bool QPtrVector< type >::isNull | ( | ) | const [inline] |
QPtrVector<type>& QPtrVector< type >::operator= | ( | const QPtrVector< type > & | v | ) | [inline] |
QPtrVector<type>& QPtrVector< type >::operator= | ( | const QPtrVector< type > & | v | ) | [inline] |
bool QPtrVector< type >::operator== | ( | const QPtrVector< type > & | v | ) | const [inline] |
bool QPtrVector< type >::operator== | ( | const QPtrVector< type > & | v | ) | const [inline] |
type* QPtrVector< type >::operator[] | ( | int | i | ) | const [inline] |
type* QPtrVector< type >::operator[] | ( | int | i | ) | const [inline] |
bool QPtrVector< type >::remove | ( | uint | i | ) | [inline] |
Reimplementado de QGVector.
bool QPtrVector< type >::remove | ( | uint | i | ) | [inline] |
Reimplementado de QGVector.
bool QPtrVector< type >::resize | ( | uint | size | ) | [inline] |
Reimplementado de QGVector.
bool QPtrVector< type >::resize | ( | uint | size | ) | [inline] |
Reimplementado de QGVector.
uint QPtrVector< type >::size | ( | ) | const [inline] |
Reimplementado de QGVector.
uint QPtrVector< type >::size | ( | ) | const [inline] |
Reimplementado de QGVector.
void QPtrVector< type >::sort | ( | ) | [inline] |
Reimplementado de QGVector.
void QPtrVector< type >::sort | ( | ) | [inline] |
Reimplementado de QGVector.
type* QPtrVector< type >::take | ( | uint | i | ) | [inline] |
Reimplementado de QGVector.
type* QPtrVector< type >::take | ( | uint | i | ) | [inline] |
Reimplementado de QGVector.
void QPtrVector< type >::toList | ( | QGList * | list | ) | const [inline] |
Reimplementado de QGVector.
void QPtrVector< type >::toList | ( | QGList * | list | ) | const [inline] |
Reimplementado de QGVector.