All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes
Qtilities::Core::RelationalTableEntryData Struct Reference

The RelationalTableEntryData stores private data used by the RelationalTableEntry class. More...

#include <ObserverRelationalTable.h>

List of all members.

Public Attributes

QList< int > children
 The visitor IDs of all children of this item.
QString name
 The objectName() of the object for which this table entry was created.
QObject * obj
 A reference to the object.
int ownership
 The ownership of this object in its parent observer.
QList< int > parents
 The visitor IDs of all parents of this item.
int parentVisitorID
 When d_ownership is equal to Qtilities::Core::Observer::SpecificObserverOwnership this field contains the visitor ID of its specific parent.
int previousSessionID
 The previous session ID of this item. The session ID is only applicable to observers and is equal to their observer IDs. This is only used during relationship reconstruction during observer export/import operations.
int sessionID
 The session ID of this item. The session ID is only applicable to observers and is equal to their observer IDs.
int visitorID
 The visitor ID of this item.

Detailed Description

The RelationalTableEntryData stores private data used by the RelationalTableEntry class.



Qtilities : Reference Documentation Back to top Copyright © 2009-2013, Jaco Naudé