#include <container.h>
Inheritance diagram for Container:
Public Member Functions | |
Container () | |
~Container () | |
virtual void | Create () |
void | Create (double depth) |
void | ToString (MyString &str) |
Pour le debugage. | |
Public Attributes | |
EventContainer | onContainer |
Definition at line 38 of file container.h.
|
Definition at line 59 of file container.cpp. |
|
Definition at line 64 of file container.cpp. |
|
Definition at line 41 of file container.cpp. References Primitive::AddBox(), ce, MyTreeNode< T >::elem, ControlEngine::primitive, and Control::SetParent(). |
|
Reimplemented from Control. Definition at line 45 of file container.h. References DEFAULT_DEPTH_CONTAINER. Referenced by Window::Create(). |
|
Pour le debugage.
Reimplemented from Control. Definition at line 70 of file container.cpp. References MyString::AddFormat(). |
|
Definition at line 41 of file container.h. |