HexFiend
List of all members
HFVerticalScrollerRepresenter Class Reference

An HFRepresenter responsible for showing a vertical scroll bar. More...

Inheritance diagram for HFVerticalScrollerRepresenter:
HFRepresenter

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...
 

Detailed Description

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.


The documentation for this class was generated from the following file: