|
slot 0.0.1
A real time UI render framework
|
#include "UI/Layout/Layout.h"#include "../../../include/Object/UIObject.h"#include "UI/Behavior/DockBehavior.h"#include "UI/Behavior/DragBehavior.h"#include "UI/Behavior/ResizeBehavior.h"#include "UI/Layout/BaseNode.h"#include "UI/Layout/BehaviorNode.h"#include "UI/Layout/DrawNode.h"#include "UI/Layout/LayoutEngine.h"#include "UI/Layout/MenuNode.h"#include "UI/Layout/PanelGroupNode.h"#include "UI/Layout/PanelNode.h"#include "UI/Layout/RectNode.h"#include "UI/Layout/SceneNode.h"#include "UI/Layout/TerminalNode.h"#include "UI/Layout/TextNode.h"#include "UI/Layout/ToolBarNode.h"#include "UI/Style/Theme.h"#include <algorithm>#include <ostream>