YggdrasilWM
0.1.1
A tiny window manager coded in C++
|
This is the complete list of members for LayoutManager, including all inherited members.
addClient(std::shared_ptr< Client > client)=0 | LayoutManager | pure virtual |
border_size_ | LayoutManager | protected |
display_ | LayoutManager | protected |
gap_ | LayoutManager | protected |
LayoutManager(Display *display, Window root, int size_x, int size_y, int pos_x, int pos_y, int gap, int border_size) | LayoutManager | |
removeClient(Client *client)=0 | LayoutManager | pure virtual |
reSize(const Point &size, const Point &pos)=0 | LayoutManager | pure virtual |
rootWindow_ | LayoutManager | protected |
screen_height_ | LayoutManager | protected |
screen_width_ | LayoutManager | protected |
space_count_ | LayoutManager | protected |
updateGeometry(unsigned int sizeX, unsigned int sizeY, unsigned int posX, unsigned int posY)=0 | LayoutManager | pure virtual |
~LayoutManager()=default | LayoutManager | virtual |