anchoring errors

This commit is contained in:
Eduardo Bart
2011-05-09 18:08:17 -03:00
parent 51fe97644d
commit 42c1ae090c
2 changed files with 22 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ public:
void recalculateElementLayout(const UIElementPtr& element);
void recalculateChildrenLayout(const UIElementPtr& parent);
bool hasElementInAnchorTree(const UIElementPtr& element, const UIElementPtr& treeAnchor);
static UI::AnchorPoint parseAnchorPoint(const std::string& anchorPointStr);
private: