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

Class Index

kikbd'WindowEntry (./kdebase/kikbd/kikbd.h:51)

class WindowEntry {
 public:
  Window  window;
  short   map, hotmap;
  short   classId;
  WindowEntry(Window w, int m=0, int h=1, int c=0)
    :window(w), map(m), hotmap(h), classId(c){}
};

kikbd'WindowEntry::WindowEntry() (./kdebase/kikbd/kikbd.h:56)

  WindowEntry(Window w, int m=0, int h=1, int c=0)
    :window(w), map(m), hotmap(h), classId(c){}
};