|
Shader Tool
Small shader visualiser.
|
#include <CNode.hpp>
Public Member Functions | |
| CLabel (string caption) | |
Public Member Functions inherited from st::CNode | |
| CNode ()=default | |
| Widget * | get () |
| void | addChild (string name, shared_ptr< CNode > child) |
| void | addCallback (string name, void(*function)()) |
| void | setGroupLayout () |
| void | setBoxLayout (string str_orientation, string str_alignment, int margin, int spacing) |
Additional Inherited Members | |
Protected Attributes inherited from st::CNode | |
| Widget * | widget |
| shared_ptr< CNode > | parent |
| map< string, void(*)() > | callbacks |
|
inline |