Shader Tool
Small shader visualiser.
|
#include <CNode.hpp>
Public Member Functions | |
CCanvas (int width=0, int height=0) | |
![]() | |
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 | |
![]() | |
Widget * | widget |
shared_ptr< CNode > | parent |
map< string, void(*)() > | callbacks |
|
inline |