Tweaks to facilitate osgWrapper build

This commit is contained in:
Robert Osfield
2008-09-17 14:21:47 +00:00
parent 7ec5632bcc
commit 5c5ab84420
10 changed files with 13 additions and 26 deletions

View File

@@ -63,7 +63,6 @@ class OSGWIDGET_EXPORT Window:
public:
META_Object (osgWidget::Window, EmbeddedWindow);
META_UIObject (EmbeddedWindow);
EmbeddedWindow (const std::string& = "", point_type = 0.0f, point_type = 0.0f);
EmbeddedWindow (const EmbeddedWindow&, const osg::CopyOp&);
@@ -123,8 +122,6 @@ class OSGWIDGET_EXPORT Window:
HA_RIGHT
};
META_UIObject(Window);
Window (const std::string& = "");
Window (const Window&, const osg::CopyOp&);
@@ -400,8 +397,9 @@ class OSGWIDGET_EXPORT Window:
addCallback(Callback(&callbackWindowTabFocus, EVENT_KEY_DOWN));
}
protected:
typedef point_type (Widget::*Getter)() const;
protected:
typedef std::less<point_type> Less;
typedef std::greater<point_type> Greater;