#import <SndDisplayDataList.h>
Public Member Functions | |
(id) | - sort |
Sorts the underlying list of display data for the current display resolution into chronological order. | |
(int) | - findObjectContaining:next:leadsOnFrom: |
Sorts the underlying list of display data for the current display resolution into chronological order. | |
Protected Attributes | |
NSMutableArray * | embeddedArray |
If it was easy to subclass NSMutableArray this would be one. However it was easier to simply hold an instance variable of a NSMutableArray and send it all messages which we outselves do not recognise. The special things we want to add to NSMutableArray are a specialised sort routine, and a method to return the underlying data object holding the data for a given pixel.
- (id) sort |
Sorts the underlying list of display data for the current display resolution into chronological order.
- (int) findObjectContaining: | (int) | pixel | ||
next: | (int *) | next | ||
leadsOnFrom: | (int *) | leadsOnFrom | ||
Sorts the underlying list of display data for the current display resolution into chronological order.
- (NSMutableArray*) embeddedArray [protected] |