
Intended for the internal use of IntegratedTSView, in sectionEnumerator (IntegratedTSView) and reverseSectionEnumerator (IntegratedTSView).
Definition at line 24 of file IntegratedTSView.m.
Public Member Functions | |
| (id) | - initWithSections:terminal:reversed: |
| Designated initializer. | |
| (void) | - dealloc [implementation] |
| (id) | - nextObject [implementation] |
| (NSArray *) | - allObjects [implementation] |
Protected Attributes | |
| NSMutableArray * | sectionArray |
| SectionRecord * | terminalSection |
| int | index |
| BOOL | reversed |
|
|
Definition at line 86 of file IntegratedTSView.m. References index, reversed, and sectionArray. |
|
|
Definition at line 52 of file IntegratedTSView.m. References sectionArray, and terminalSection. |
|
||||||||||||||||
|
Designated initializer. Given the scrollback sections and the terminal section, and the direction, initialize the receiver. Retains the array and terminal section so that the iteration can be valid for the life of the iterator.
Definition at line 43 of file IntegratedTSView.m. References index, reversed, sectionArray, and terminalSection. |
|
|
Definition at line 59 of file IntegratedTSView.m. References index, reversed, sectionArray, and terminalSection. |
|
|
Definition at line 27 of file IntegratedTSView.m. Referenced by allObjects, initWithSections:terminal:reversed:, and nextObject. |
|
|
Definition at line 28 of file IntegratedTSView.m. Referenced by allObjects, initWithSections:terminal:reversed:, and nextObject. |
|
|
Definition at line 25 of file IntegratedTSView.m. Referenced by allObjects, dealloc, initWithSections:terminal:reversed:, and nextObject. |
|
|
Definition at line 26 of file IntegratedTSView.m. Referenced by dealloc, initWithSections:terminal:reversed:, and nextObject. |
1.4.4