Eneboo - Documentación para desarrolladores
|
#include <qsclass.h>
Métodos públicos | |
~QSInstanceData () | |
int | size () const |
QSObject * | value (int index) const |
void | setValue (int index, const QSObject &value) |
. If deletion was not possible, FALSE | |
Deletes the member under name is returned | |
QSInstanceData (int count, const QSObject &def) | |
void | resize (int count, const QSObject &def) |
void | ensureSize (int count, const QSObject &def) |
virtual void | invalidate () |
QSInstanceData::~QSInstanceData | ( | ) | [inline] |
Insure that this object has enough space for count objects. If that is already the case the array won't be resized.
void QSInstanceData::invalidate | ( | ) | [virtual] |
Invalidates all the objects in this instance data so that it can be destroyed at a later time without any problems without further reference counting.
Reimplementado de QSWritable.
Reimplementado en QSWrapperShared.
int QSInstanceData::size | ( | ) | const [inline] |