src/workspace.h File Reference

#include <string>
#include <list>
#include "rectangle.h"
#include "container.h"
#include "client.h"

Include dependency graph for workspace.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Workspace

Typedefs

typedef list< Client * > LClient
typedef list< Frame * > LFrame
typedef Container< Monitor,
LClient, LClient::iterator,
Client
CClient
typedef Container< Monitor,
LFrame, LFrame::iterator,
Frame
CFrame


Typedef Documentation

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

Definition at line 27 of file workspace.h.

typedef Container<Monitor, LFrame, LFrame::iterator, Frame> CFrame

Definition at line 28 of file workspace.h.

typedef list<Client *> LClient

Definition at line 23 of file workspace.h.

typedef list<Frame *> LFrame

Definition at line 26 of file workspace.h.


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