HexFiend
|
An HFRepresenter responsible for showing data interpreted via an NSStringEncoding. More...
Properties | |
NSStringEncoding | encoding |
![]() | |
NSArray * | rowBackgroundColors |
BOOL | behavesAsTextField |
![]() | |
NSPoint | layoutPosition |
The layout position for the receiver. More... | |
Additional Inherited Members | |
![]() | |
(NSRect) | - furthestRectOnEdge:forByteRange: |
(NSPoint) | - locationOfCharacterAtByteIndex: |
![]() | |
(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 |
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]
.