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

Class Index

khexedit'SSearchControl (./kdeutils/khexedit/hexbuffer.h:51)

struct SSearchControl
{
  QByteArray key;
  QByteArray val;
  uint keyType;
  bool fromCursor;
  bool inSelection;
  bool forward;
  bool ignoreCase;
  bool match;
  uint numReplace;

  bool wrapValid;
  bool wrapActive;
  uint wrapMark;
};