|
Katana Plug-in APIs 0.1
|
Description of a generic Attribute. More...
#include <FnOpDescriptionBuilder.h>
Public Member Functions | |
| const std::string & | getDescription () const |
| Get the description of the Attribute's usage. | |
| const std::string & | getName () const |
| Get the name of the Attribute. | |
| AttrTypeDescription | getAttrType () const |
| Get the type (AttrTypeDescription) of the Attribute. | |
| void | setDescription (const std::string &description) |
| Set the description of the Attribute's usage. | |
Protected Member Functions | |
| AttrDescription (AttrTypeDescription type, const std::string &name) | |
Description of a generic Attribute.
Description of a generic Attribute, including name, type and a description of its usage.
| Foundry::Katana::FnOpDescription::AttrDescription::AttrDescription | ( | AttrTypeDescription | type, |
| const std::string & | name | ||
| ) | [inline, protected] |
1.7.3