Hi again all,
One other comment I'd like to make about osgWidget. In the header files,
most argument names are removed from method declarations, even
constructors. If I were using a binary version of OSG, all I would have
to go with would be the headers, so the argument names should be there,
otherwise I can't know what the arguments are...
If I see
class OSGWIDGET_EXPORT Label: public Widget
{
public:
META_Object (osgWidget, Label);
Label (const std::string& = "", const std::string& = "");
// ...
What are those two strings? One might be the text of the label, but
which one, and what about the other one?
I can understand the desire to shut up warnings about unused arguments,
but perhaps this is being too pro-active? :-)
J-S
--
______________________________________________________
Jean-Sebastien Guay [email protected]
http://www.cm-labs.com/
http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org