HexFiend
Properties | List of all members
HFStringEncodingTextRepresenter Class Reference

An HFRepresenter responsible for showing data interpreted via an NSStringEncoding. More...

Inheritance diagram for HFStringEncodingTextRepresenter:
HFTextRepresenter HFRepresenter

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
 

Detailed Description

HFHexTextRepresenter is an HFRepresenter responsible for showing and editing data interpreted via an NSStringEncoding. Currently only supersets of ASCII are supported.

Property Documentation

§ encoding

- (NSStringEncoding) encoding
readwritenonatomicassign

Get the string encoding for this representer. The default encoding is [NSString defaultCStringEncoding].


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