remove widget implementation

This commit is contained in:
ozantonkal
2013-07-04 18:36:26 +03:00
parent ecdd8513fd
commit 5bb95c4110
4 changed files with 26 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ namespace temp_viz
bool wasStopped() const;
void showWidget(const String &id, const Widget &widget);
bool removeWidget(const String &id);
private:
Viz3d(const Viz3d&);
Viz3d& operator=(const Viz3d&);