#include <CNode.hpp>
◆ CNode()
◆ addCallback()
void st::CNode::addCallback |
( |
string |
name, |
|
|
void(*)() |
function |
|
) |
| |
|
inline |
◆ addChild()
void st::CNode::addChild |
( |
string |
name, |
|
|
shared_ptr< CNode > |
child |
|
) |
| |
|
inline |
◆ get()
Widget* st::CNode::get |
( |
| ) |
|
|
inline |
◆ setBoxLayout()
void st::CNode::setBoxLayout |
( |
string |
str_orientation, |
|
|
string |
str_alignment, |
|
|
int |
margin, |
|
|
int |
spacing |
|
) |
| |
|
inline |
◆ setGroupLayout()
void st::CNode::setGroupLayout |
( |
| ) |
|
|
inline |
◆ callbacks
map< string, void(*)() > st::CNode::callbacks |
|
protected |
◆ children
map< string, shared_ptr < CNode > > st::CNode::children |
|
private |
◆ parent
shared_ptr< CNode > st::CNode::parent |
|
protected |
◆ widget
Widget* st::CNode::widget |
|
protected |
The documentation for this class was generated from the following file:
- D:/GitKraken/ShaderTool/ShaderTool/src/data/CNode.hpp