QOrganizerItemParent ClassThe QOrganizerItemParent class contains information about the event or todo that generated this item. More... #include <QOrganizerItemParent> Inherits: QOrganizerItemDetail. Public Types
Public Functions
Detailed DescriptionThe QOrganizerItemParent class contains information about the event or todo that generated this item. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QOrganizerItemParent::FieldParentId | TypeParent + 1 | The value stored describes the ID of the item's parent item. |
QOrganizerItemParent::FieldOriginalDate | ? | The value stored describes the original date of this instance or exception according to the recurrent series of the parent item is stored. |
Returns the original date of this instance origin item.
See also setOriginalDate().
Returns the ID of the item instance origin's parent item.
See also setParentId().
Sets the origin date to date.
See also originalDate().
Sets the parent ID of this instance origin item to parentId.
See also parentId().