HexFiend
|
CHFAttributedByteArray | An extension of HFByteArray that supports attributes |
CHFBTreeByteArray | The principal efficient implementation of HFByteArray |
CHFByteArray | The principal Model class for HexFiend's MVC architecture |
CHFByteArray(HFAttributes) | HFByteArray methods for attributes of byte arrays |
CHFByteArray(HFFileWriting) | HFByteArray methods for writing to files, and preparing other HFByteArrays for potentially destructive file writes |
CHFByteArrayEditScript | A class that represents an sequence of instructions for editing an HFByteArray |
CHFByteRangeAttributeArray | A class that represents sets of attributes, attached to ranges of bytes |
CHFByteSlice | A class representing a source of data for an HFByteArray |
CHFByteSlice(HFAttributes) | Methods for querying attributes of individual byte slices |
CHFCancelButton | A simple subclass of NSButton that has the correct appearance for cancelling. This is not a generally useful class |
CHFConcreteFileReference | A reference to an open file that can be read (and possibly written) using normal C functions |
CHFController | A central class that acts as the controller layer for HexFiend.framework |
CHFEditInstruction_t | A struct that represents a single instruction in an HFByteArrayEditScript |
CHFFileByteSlice | A subclass of HFByteSlice for working data stored in files |
CHFFileReference | A reference to an open file |
CHFFPRange | A struct used for representing floating point ranges, similar to NSRange. It contains two long doubles |
CHFFullMemoryByteArray | A naive subclass of HFByteArray suitable mainly for testing. Use HFBTreeByteArray instead |
CHFFullMemoryByteSlice | A simple subclass of HFByteSlice that wraps an NSData. For most uses, prefer HFSharedMemoryByteSlice |
CHFHexTextRepresenter | An HFRepresenter responsible for showing data in hexadecimal form |
CHFIndexSet | Hex Fiend's answer to NSIndexSet. It can contain any unsigned long long value |
CHFLayoutRepresenter | An HFRepresenter responsible for arranging the views of other HFRepresenters attached to the same HFController |
CHFLineCountingRepresenter | The HFRepresenter used to show the "line number gutter." |
CHFLineCountingView | |
CHFMutableIndexSet | The mutable subclass of HFIndexSet |
CHFProgressTracker | A class that helps handle progress indication and cancellation for long running threaded operations |
C<HFProgressTrackerDelegate > | |
C<HFProgressTrackerDelegate> | The delegate methods for the HFProgressTracker class |
CHFRange | The 64 bit analog of NSRange, containing a 64 bit location and length |
CHFRangeSet | A set of HFRanges. HFRangeSet takes the interpetation that all zero-length ranges are identical |
CHFRangeWrapper | An object wrapper for the HFRange type |
CHFRepresenter | The principal view class of Hex Fiend's MVC architecture |
CHFSharedMemoryByteSlice | A subclass of HFByteSlice for working with data stored in memory |
CHFStatusBarRepresenter | The HFRepresenter for the status bar |
CHFStringEncodingTextRepresenter | An HFRepresenter responsible for showing data interpreted via an NSStringEncoding |
CHFTextField | A high-level view class that is analagous to NSTextField |
CHFTextRepresenter | An HFRepresenter that draws text (e.g. the hex or ASCII view) |
CHFTextView | A high-level view class analagous to NSTextView |
C<HFTextViewDelegate > | |
C<HFTextViewDelegate> | Delegate methods for HFTextView |
CHFVerticalScrollerRepresenter | An HFRepresenter responsible for showing a vertical scroll bar |