HexFiend
Classes | Typedefs | Enumerations
HFStatusBarRepresenter.h File Reference

Go to the source code of this file.

Classes

class  HFStatusBarRepresenter
 The HFRepresenter for the status bar. More...
 

Typedefs

typedef enum HFStatusBarMode HFStatusBarMode
 

Enumerations

enum  HFStatusBarMode {
  HFStatusModeDecimal,
  HFStatusModeHexadecimal,
  HFStatusModeApproximate,
  HFSTATUSMODECOUNT
}
 

Typedef Documentation

§ HFStatusBarMode

Enumeration Type Documentation

§ HFStatusBarMode

The HFStatusBarMode enum is used to describe the format of the byte counts displayed by the status bar.

Enumerator
HFStatusModeDecimal 

The status bar should display byte counts in decimal.

HFStatusModeHexadecimal 

The status bar should display byte counts in hexadecimal.

HFStatusModeApproximate 

The text should display byte counts approximately (e.g. "56.3 KB")

HFSTATUSMODECOUNT 

The number of modes, to allow easy cycling.