Source Code (Use browser search to find items of interest.)

Class Index

khexedit'EHexError (./kdeutils/khexedit/hexerror.h:24)

enum EHexError
{
  Err_NoErr = 0,
  Err_Success = 0,
  Err_NoData = -10000, // Must be the first
  Err_NoMemory,
  Err_ListFull,
  Err_ReadFailed,
  Err_WriteFailed,
  Err_EmptyArgument,
  Err_IllegalArgument,
  Err_NullArgument,
  Err_WrapBuffer,
  Err_NoMatch,
  Err_NoSelection,
  Err_EmptyDocument,
  Err_NoActiveDocument,
  Err_NoMark,
  Err_WriteProtect,
  Err_NoResize,
  Err_Stop,
  Err_IllegalMode,
  Err_Busy,
  Err_IllegalRange,
  Err_OperationAborted,
  Err_KioInProgress,
  Err_OpenWriteFailed,
  Err_OpenReadFailed,
  Err_MAXERROR         // Must be the last
};