src/monitor.h File Reference

#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 Documentation

typedef Container<Monitor, LClient, LClient::iterator, Client> CClient

Definition at line 44 of file monitor.h.

typedef list<Client *> LClient

Definition at line 37 of file monitor.h.

typedef list<Thing *> LThing

Definition at line 40 of file monitor.h.

typedef list<Workspace *> LWorkspace

Definition at line 41 of file monitor.h.

typedef map<long, Client *, less<long> > MClient

Definition at line 42 of file monitor.h.

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

Definition at line 43 of file monitor.h.


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