|
HexFiend
|
An HFRepresenter responsible for showing a vertical scroll bar. More...
Additional Inherited Members | |
Instance Methods inherited from HFRepresenter | |
| (NSUInteger) | - byteGranularity |
| (id) | - view |
| (BOOL) | - isViewLoaded |
| (NSView *) | - NS_RETURNS_RETAINED |
| (void) | - initializeView |
| (HFController *) | - controller |
| (void) | - controllerDidChange: |
| (NSUInteger) | - bytesPerLine |
| (NSUInteger) | - bytesPerColumn |
| (void) | - representerChangedProperties: |
| (NSUInteger) | - maximumBytesPerLineForViewWidth: |
| (CGFloat) | - minimumViewWidthForBytesPerLine: |
| (double) | - maximumAvailableLinesForViewHeight: |
Class Methods inherited from HFRepresenter | |
| (NSPoint) | + defaultLayoutPosition |
Properties inherited from HFRepresenter | |
| NSPoint | layoutPosition |
| The layout position for the receiver. More... | |
HFVerticalScrollerRepresenter is an HFRepresenter whose view is a vertical NSScroller, that represents the current position within an HFController "document." It has no methods beyond those of HFRepresenter.
As HFVerticalScrollerRepresenter is an especially simple representer, it makes for good sample code.
1.8.12