|
HexFiend
|
An HFRepresenter responsible for showing data interpreted via an NSStringEncoding. More...
Properties | |
| NSStringEncoding | encoding |
Properties inherited from HFTextRepresenter | |
| NSArray * | rowBackgroundColors |
| BOOL | behavesAsTextField |
Properties inherited from HFRepresenter | |
| NSPoint | layoutPosition |
| The layout position for the receiver. More... | |
Additional Inherited Members | |
Instance Methods inherited from HFTextRepresenter | |
| (NSRect) | - furthestRectOnEdge:forByteRange: |
| (NSPoint) | - locationOfCharacterAtByteIndex: |
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 |
HFHexTextRepresenter is an HFRepresenter responsible for showing and editing data interpreted via an NSStringEncoding. Currently only supersets of ASCII are supported.
|
readwritenonatomicassign |
Get the string encoding for this representer. The default encoding is [NSString defaultCStringEncoding].
1.8.12