Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QMailMessageSetContainer class specifies the interface implemented by container nodes in a QMailMessageSet tree hierarchy. More...
#include <QMailMessageSetContainer>
This class is under development and is subject to change.
Inherited by QMailMessageSet and QMailMessageSetModel.
The QMailMessageSetContainer class specifies the interface implemented by container nodes in a QMailMessageSet tree hierarchy.
QMailMessageSetContainer provides the management for a collection of contained nodes in a QMailMessageSet tree hierarchy. It also defines the interface available to contained nodes, which must inherit from QMailMessageSet.
Appends child to the list of QMailMessageSets contained by this object.
The container assumes responsibility for deleting the child object.
Returns the QMailMessageSet object located at index i within this container object.
See also indexOf().
Returns the number of QMailMessageSets contained by this container object.
Returns the index within this container of the QMailMessageSet child, or -1 if it is not contained by this container object.
See also at().
Returns the model that owns this container.
Returns the parent container for this container object, or NULL if it has no parent container.
Removes child from the list of QMailMessageSets contained by the container object.
This is an overloaded member function, provided for convenience.
Removes each member of obsoleteChildren from the container object.
Removes all descendants of the container from the model.
Resets the state of each child within the container object.
Informs the container that child has been modified, and the container may need to be updated.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |