8 #import <HexFiend/HFRepresenter.h> 26 NSUInteger digitsToRepresentContentsLength;
The HFRepresenter used to show the "line number gutter.".
Definition: HFLineCountingRepresenter.h:24
NSInteger borderedEdges
Definition: HFLineCountingRepresenter.h:48
NSUInteger digitCount
The number of digits we are making space for.
Definition: HFLineCountingRepresenter.h:30
NSUInteger minimumDigitCount
The minimum digit count. The receiver will always ensure it is big enough to display at least the min...
Definition: HFLineCountingRepresenter.h:27
NSColor * borderColor
The border color used at the edges specified by -borderedEdges.
Definition: HFLineCountingRepresenter.h:45
The principal view class of Hex Fiend's MVC architecture.
Definition: HFRepresenter.h:29
HFLineNumberFormat
Definition: HFLineCountingRepresenter.h:13
CGFloat preferredWidth
The current width that the HFRepresenter prefers to be laid out with.
Definition: HFLineCountingRepresenter.h:33
Hexadecimal line numbers.
Definition: HFLineCountingRepresenter.h:15
HFLineNumberFormat lineNumberFormat
The line number format.
Definition: HFLineCountingRepresenter.h:36
NSInteger interiorShadowEdge
The edge (as an NSRectEdge) on which the view draws an interior shadow. -1 means no edge...
Definition: HFLineCountingRepresenter.h:42
One more than the maximum valid line number format, so that line number formats can be cycled through...
Definition: HFLineCountingRepresenter.h:16
NSColor * backgroundColor
The background color.
Definition: HFLineCountingRepresenter.h:51
void cycleLineNumberFormat()
Switches to the next line number format. This is called from the view.
Decimal line numbers.
Definition: HFLineCountingRepresenter.h:14
NSString *const HFLineCountingRepresenterMinimumViewWidthChanged