Updated wrappers

This commit is contained in:
Robert Osfield
2009-07-24 14:45:09 +00:00
parent 2e0f1dc0d1
commit 68c459ea30
9 changed files with 45 additions and 22 deletions

View File

@@ -49,7 +49,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ApplicationUsage)
I_Method1(void, setApplicationName, IN, const std::string &, name,
Properties::NON_VIRTUAL,
__void__setApplicationName__C5_std_string_R1,
"",
"The ApplicationName is often displayed when logging errors, and frequently incorporated into the Description (below). ",
"");
I_Method0(const std::string &, getApplicationName,
Properties::NON_VIRTUAL,
@@ -59,7 +59,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ApplicationUsage)
I_Method1(void, setDescription, IN, const std::string &, desc,
Properties::NON_VIRTUAL,
__void__setDescription__C5_std_string_R1,
"",
"If non-empty, the Description is typically shown by the Help Handler as text on the Help display (which also lists keyboard abbreviations. ",
"");
I_Method0(const std::string &, getDescription,
Properties::NON_VIRTUAL,