#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 |
Definition at line 27 of file workspace.h.
Definition at line 28 of file workspace.h.
Definition at line 23 of file workspace.h.
Definition at line 26 of file workspace.h.