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

Class Index

khexedit'SCursorState (./kdeutils/khexedit/hexbuffer.h:1003)

struct SCursorState
{ 
  bool valid;
  uint selectionOffset;
  uint selectionSize;
  uint offset;
  uint cell;
  unsigned char data[8];
  uint undoState;
  bool charValid;
};