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

Class Index

kdevelop'KGuiCmdMatch (./kdevelop/kdevelop/kwrite/kguicommand.h:41)

struct KGuiCmdMatch {
  int unmatchedModifiers;
  int cmdNum;
  KGuiCmdActivator *command;
  KGuiCmdCategoryActivator *category;
  bool consumeKeyEvent;
  bool second;
};