ui internal destroy

This commit is contained in:
Eduardo Bart
2011-08-22 16:39:46 -03:00
parent 6a3ee47cc5
commit bfa3903940
2 changed files with 39 additions and 38 deletions

View File

@@ -116,6 +116,9 @@ public:
UIWidgetPtr asUIWidget() { return std::static_pointer_cast<UIWidget>(shared_from_this()); }
private:
void internalDestroy();
void internalDestroyCheck();
void internalUpdateLayout();
void internalUpdateChildrenLayout();
@@ -154,9 +157,6 @@ protected:
friend class UIManager;
private:
void destroyCheck();
protected:
bool m_enabled;
bool m_visible;