src/kernel.h File Reference

#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


Typedef Documentation

typedef Container<Kernel, LMonitor, LMonitor::iterator, Monitor> CMonitor

Definition at line 45 of file kernel.h.

typedef list<Action *> LAction

Definition at line 39 of file kernel.h.

typedef list<Monitor *> LMonitor

Definition at line 42 of file kernel.h.

typedef map<string, Action *, less<string> > MBindings

Definition at line 44 of file kernel.h.

typedef map<string, string, less<string> > MSettings

Definition at line 43 of file kernel.h.


Generated on Thu May 24 15:19:35 2007 for ncwm by  doxygen 1.5.1