|
HDK
|
#include <pyEnum.h>
Inheritance diagram for Tf_TypedPyEnumWrapper< T >:Public Member Functions | |
| Tf_TypedPyEnumWrapper (std::string const &n, TfEnum const &val) | |
Public Member Functions inherited from Tf_PyEnumWrapper | |
| Tf_PyEnumWrapper (std::string const &n, TfEnum const &val) | |
| long | GetValue () const |
| std::string | GetName () const |
| std::string | GetDisplayName () const |
| std::string | GetFullName () const |
Static Public Member Functions | |
| static pxr_boost::python::object | GetValueFromName (const std::string &name) |
Additional Inherited Members | |
Public Types inherited from Tf_PyEnumWrapper | |
| typedef Tf_PyEnumWrapper | This |
Public Attributes inherited from Tf_PyEnumWrapper | |
| std::string | name |
| TfEnum | value |
|
inline |
|
inlinestatic |