Stores attributes of insert operation. More...
#import <InsertOperation.h>
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. | |
| Event * | event |
| The event itself which should be inserted at this position. | |
| NSMutableArray * | seqOfPositionsW |
| Store the previous position in this mutable array. | |
Stores attributes of insert operation.
| - (id) copyWithZone: | (NSZone *) | zone |
Used to copy or clone the same object.
NSCopying protocol method implementation
| zone | default zone |
- (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.
1.7.2