![]() |
YggdrasilWM
0.1.1
A tiny window manager coded in C++
|
This is the complete list of members for BinarySpace, including all inherited members.
| BinarySpace(Point pos, Point size, int index, BinarySpace *parent=nullptr) | BinarySpace | |
| client_ | BinarySpace | private |
| getClient() const | BinarySpace | |
| getIndex() const | BinarySpace | |
| getLeft() const | BinarySpace | |
| getParent() const | BinarySpace | |
| getPos() const | BinarySpace | |
| getRight() const | BinarySpace | |
| getSize() const | BinarySpace | |
| getSubspaceCount() const | BinarySpace | |
| incSubSpaceCount() | BinarySpace | |
| index_ | BinarySpace | private |
| left_ | BinarySpace | private |
| parent_ | BinarySpace | private |
| pos_ | BinarySpace | private |
| right_ | BinarySpace | private |
| setClient(std::shared_ptr< Client > client) | BinarySpace | |
| setIndex(int index) | BinarySpace | |
| setLeft(std::unique_ptr< BinarySpace > left) | BinarySpace | |
| setParent(BinarySpace *parent) | BinarySpace | |
| setPos(const Point &pos) | BinarySpace | |
| setRight(std::unique_ptr< BinarySpace > right) | BinarySpace | |
| setSize(const Point &size) | BinarySpace | |
| size_ | BinarySpace | private |
| subspace_count_ | BinarySpace | private |
| ~BinarySpace()=default | BinarySpace |