#include <X11/Xlib.h>
#include <list>
#include <map>
#include <string>
#include "ncwm.h"
#include "container.h"
#include "rectangle.h"
Include dependency graph for monitor.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Monitor |
Typedefs | |
typedef list< Client * > | LClient |
typedef list< Thing * > | LThing |
typedef list< Workspace * > | LWorkspace |
typedef map< long, Client *, less< long > > | MClient |
typedef map< string, string, less< string > > | MSettings |
typedef Container< Monitor, LClient, LClient::iterator, Client > | CClient |
typedef list<Workspace *> LWorkspace |