showWidget takes Affine3f as argument

This commit is contained in:
ozantonkal
2013-07-08 10:53:00 +03:00
parent eafcdc004d
commit c4f4727ee5
5 changed files with 15 additions and 8 deletions

View File

@@ -199,7 +199,7 @@ public:
void setPosition (int x, int y);
void setSize (int xw, int yw);
void showWidget(const String &id, const Widget &widget);
void showWidget(const String &id, const Widget &widget, const Affine3f &pose = Affine3f::Identity());
bool removeWidget(const String &id);
void all_data();