|
HDK
|
Classes | |
| struct | EventMessage |
Typedefs | |
| using | ActiveViewerPair = std::pair< UT_StringHolder, UT_StringHolder > |
| using | ActiveViewers = UT_Array< ActiveViewerPair > |
Enumerations | |
| enum | ResourceType : short { ResourceType::NoType = 0, ResourceType::ViewerState, ResourceType::ViewerHandle, ResourceType::Package } |
| enum | RegisterStatus : short { RegisterStatus::Invalid = 0, RegisterStatus::Registered, RegisterStatus::Waiting } |
| enum | Status : unsigned { Status::AlreadyRegistered = 0, Status::InUse, Status::NoError, Status::NoFactory, Status::NotRegistered, Status::NotSelfInstalled, Status::OpTypeNotSupported, Status::RegisterError, Status::ReloadError, Status::Success, Status::SyntaxError, Status::UnknownError, Status::UnregisterError } |
Functions | |
| template<typename T > | |
| T | anyToType (hboost::any const &any) |
| template<> | |
| std::string | anyToType (hboost::any const &any) |
| template<> | |
| int | anyToType (hboost::any const &any) |
| using PI_PythonResource::ActiveViewerPair = typedef std::pair<UT_StringHolder,UT_StringHolder> |
Definition at line 23 of file PI_PythonResourceTypes.h.
| using PI_PythonResource::ActiveViewers = typedef UT_Array<ActiveViewerPair> |
Definition at line 24 of file PI_PythonResourceTypes.h.
|
strong |
| Enumerator | |
|---|---|
| Invalid | |
| Registered | |
| Waiting | |
Definition at line 36 of file PI_PythonResourceTypes.h.
|
strong |
| Enumerator | |
|---|---|
| NoType | |
| ViewerState | |
| ViewerHandle | |
| Package | |
Definition at line 27 of file PI_PythonResourceTypes.h.
|
strong |
| Enumerator | |
|---|---|
| AlreadyRegistered | |
| InUse | |
| NoError | |
| NoFactory | |
| NotRegistered | |
| NotSelfInstalled | |
| OpTypeNotSupported | |
| RegisterError | |
| ReloadError | |
| Success | |
| SyntaxError | |
| UnknownError | |
| UnregisterError | |
Definition at line 44 of file PI_PythonResourceTypes.h.
| T PI_PythonResource::anyToType | ( | hboost::any const & | any | ) |
Definition at line 247 of file PI_PythonResourceTypes.h.
|
inline |
Definition at line 265 of file PI_PythonResourceTypes.h.
|
inline |
Definition at line 287 of file PI_PythonResourceTypes.h.