YggdrasilWM
0.1.1
A tiny window manager coded in C++
|
This is the complete list of members for TreeLayoutManager, including all inherited members.
addClient(std::shared_ptr< Client > client) override | TreeLayoutManager | virtual |
addClientRecursive(std::shared_ptr< Client > client, BinarySpace *space) | TreeLayoutManager | |
border_size_ | LayoutManager | protected |
deleteSpace(BinarySpace *space) | TreeLayoutManager | private |
display_ | LayoutManager | protected |
findSpace(Client *client) | TreeLayoutManager | |
findSpace(int index) | TreeLayoutManager | |
findSpaceRecursive(Client *client, BinarySpace *space) | TreeLayoutManager | |
gap_ | LayoutManager | protected |
growSpace(Client *client, int inc) | TreeLayoutManager | |
LayoutManager(Display *display, Window root, int size_x, int size_y, int pos_x, int pos_y, int gap, int border_size) | LayoutManager | |
placeClientInSpace(const std::shared_ptr< Client > &client, BinarySpace *space) | TreeLayoutManager | |
recursiveResize(const Point &size, const Point &pos, BinarySpace *space) | TreeLayoutManager | |
recursiveShrinkSiblingSpace(BinarySpace *space, int inc, bool vertical) | TreeLayoutManager | |
removeClient(Client *client) override | TreeLayoutManager | virtual |
removeClientRecursive(Client *client, BinarySpace *space) | TreeLayoutManager | |
reSize(const Point &size, const Point &pos) override | TreeLayoutManager | virtual |
rootSpace_ | TreeLayoutManager | private |
rootWindow_ | LayoutManager | protected |
screen_height_ | LayoutManager | protected |
screen_width_ | LayoutManager | protected |
space_count_ | LayoutManager | protected |
splitSpace(const std::shared_ptr< Client > &client, BinarySpace *space, bool splitAlongX) | TreeLayoutManager | |
TreeLayoutManager(Display *display, Window root, int sizeX, int sizeY, int posX, int posY, int borderSize, int gap, int barHeight) | TreeLayoutManager | |
updateGeometry(unsigned int sizeX, unsigned int sizeY, unsigned int posX, unsigned int posY) override | TreeLayoutManager | virtual |
~LayoutManager()=default | LayoutManager | virtual |
~TreeLayoutManager() override | TreeLayoutManager |