#include "singleton.h"
#include <X11/Xlib.h>
#include <list>
#include <string>
#include <map>
#include "ncwm.h"
Include dependency graph for kernel.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Kernel |
Typedefs | |
typedef list< Action * > | LAction |
typedef list< Monitor * > | LMonitor |
typedef map< string, string, less< string > > | MSettings |
typedef map< string, Action *, less< string > > | MBindings |
typedef Container< Kernel, LMonitor, LMonitor::iterator, Monitor > | CMonitor |