8 #import <Cocoa/Cocoa.h> 9 #import <HexFiend/HFController.h> 93 - (NSUInteger)maximumBytesPerLineForViewWidth:(CGFloat)viewWidth;
96 - (CGFloat)minimumViewWidthForBytesPerLine:(NSUInteger)
bytesPerLine;
99 - (double)maximumAvailableLinesForViewHeight:(CGFloat)viewHeight;
NSView * NS_RETURNS_RETAINED()
NSPoint defaultLayoutPosition()
NSUInteger bytesPerLine()
NSUInteger byteGranularity()
A central class that acts as the controller layer for HexFiend.framework.
Definition: HFController.h:97
The principal view class of Hex Fiend's MVC architecture.
Definition: HFRepresenter.h:29
HFControllerPropertyBits
Definition: HFController.h:21
NSPoint layoutPosition
The layout position for the receiver.
Definition: HFRepresenter.h:107
NSUInteger bytesPerColumn()
HFController * controller()