|
Katana Plug-in APIs 0.1
|
Description of an Attribute used as an opArg. More...
#include <FnOpDescriptionBuilder.h>
Public Member Functions | |
| OpArgDescription (AttrTypeDescription type, const std::string &name) | |
| const std::string & | getWidgetHint () const |
| Get the widget hint of the Attribute. The widget hint should correspond to the named values and syntax that is used in Node parameter UIs. | |
| void | setWidgetHint (const std::string &widgetHint) |
| Set the widget hint for the Attribute. The widget hint should correspond to the named values and syntax that is used in Node parameter UIs. | |
Description of an Attribute used as an opArg.
Description of an Attribute used as an opArg, including name, type, whether it's optional or not, and what its widget hint is (if any). The widgetHint should correspond to the widget hint naming/conventions as used in Node parameters UIs.
| Foundry::Katana::FnOpDescription::OpArgDescription::OpArgDescription | ( | AttrTypeDescription | type, |
| const std::string & | name | ||
| ) | [inline] |
1.7.3