Guillaume 1.0.0
Guillaume.
|
This is the complete list of members for Component, including all inherited members.
_children | Component | protected |
_parent | Component | protected |
_primitives | Component | protected |
_properties | Component | protected |
_state | Component | protected |
addChild(const std::shared_ptr< Component > &child) | Component | inlinevirtual |
addPrimitive(const std::shared_ptr< Primitive > &primitive) | Component | inlinevirtual |
Component(void) | Component | inline |
Component(const Properties &properties) | Component | inline |
getChildren(void) const | Component | inline |
getID(void) const | Component | inline |
getParent(void) const | Component | inline |
getPrimitives(void) const | Component | inline |
getProperties(void) const | Component | inline |
getState(void) | Component | inline |
onEvent(const Event &event) | Component | inlinevirtual |
render(void) | Component | inlinevirtual |
setParent(const std::shared_ptr< Component > &parent) | Component | inlineprotected |
~Component(void)=default | Component | virtual |