This class can be used to create interfaces using floating panels in C++. More...
Public Member Functions | |
| template<typename ContentType > | |
| int | addChild (int index) |
| Adds a child with the given content to the container with the index. More... | |
| template<typename ContentType > | |
| int | setNewContentType (int index) |
| set the given panel to the content and returns true on success. More... | |
This class can be used to create interfaces using floating panels in C++.
In order to use it, just create a interface builder and use its creation methods.
|
inline |
Adds a child with the given content to the container with the index.
If the panel is no container it will do nothing. It will return a index that can be used for further building
|
inline |
set the given panel to the content and returns true on success.