HexFiend
|
An HFRepresenter responsible for showing a vertical scroll bar. More...
Additional Inherited Members | |
![]() | |
(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: |
![]() | |
(NSPoint) | + defaultLayoutPosition |
![]() | |
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.