HexFiend
Classes | Typedefs | Enumerations | Variables
HFLineCountingRepresenter.h File Reference

Go to the source code of this file.

Classes

class  HFLineCountingRepresenter
 The HFRepresenter used to show the "line number gutter.". More...
 

Typedefs

typedef enum HFLineNumberFormat HFLineNumberFormat
 

Enumerations

enum  HFLineNumberFormat {
  HFLineNumberFormatDecimal,
  HFLineNumberFormatHexadecimal,
  HFLineNumberFormatMAXIMUM
}
 

Variables

NSString *const HFLineCountingRepresenterMinimumViewWidthChanged
 

Typedef Documentation

§ HFLineNumberFormat

Enumeration Type Documentation

§ HFLineNumberFormat

HFLineNumberFormat is a simple enum used to determine whether line numbers are in decimal or hexadecimal format.

Enumerator
HFLineNumberFormatDecimal 

Decimal line numbers.

HFLineNumberFormatHexadecimal 

Hexadecimal line numbers.

HFLineNumberFormatMAXIMUM 

One more than the maximum valid line number format, so that line number formats can be cycled through easily.

Variable Documentation

§ HFLineCountingRepresenterMinimumViewWidthChanged

NSString* const HFLineCountingRepresenterMinimumViewWidthChanged

Notification posted when the HFLineCountingRepresenter's width has changed because the number of digits it wants to show has increased or decreased. The object is the HFLineCountingRepresenter; there is no user info.