YggdrasilWM  0.1.1
A tiny window manager coded in C++
TreeLayoutManager.hpp File Reference
#include "LayoutManager.hpp"
#include <iostream>
#include "Layouts/BinarySpace.hpp"
Include dependency graph for TreeLayoutManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TreeLayoutManager
 TreeLayoutManager class this class is a subclass of LayoutManager it handles the tree style layout When a client is added, it looks recursively for the biggest space and splits it in two placing the new client in the left space and the old client in the right space. More...