Public Member Functions | Properties

InsertOperation Class Reference

Stores attributes of insert operation. More...

#import <InsertOperation.h>

List of all members.

Public Member Functions

(id) - copyWithZone:
 Used to copy or clone the same object.

Properties

NSInteger position
 The position where new event has to be inserted.
Eventevent
 The event itself which should be inserted at this position.
NSMutableArray * seqOfPositionsW
 Store the previous position in this mutable array.

Detailed Description

Stores attributes of insert operation.


Member Function Documentation

- (id) copyWithZone: (NSZone *)  zone

Used to copy or clone the same object.

NSCopying protocol method implementation

Parameters:
zonedefault zone
Returns:
new copied object

Property Documentation

- (Event *) event [read, write, retain]

The event itself which should be inserted at this position.

- (NSInteger) position [read, write, assign]

The position where new event has to be inserted.

- (NSMutableArray *) seqOfPositionsW [read, write, retain]

Store the previous position in this mutable array.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties