HDK
|
Classes | |
struct | EventMessage |
Typedefs | |
using | ActiveViewers = UT_StringArray |
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::ActiveViewers = typedef UT_StringArray |
Definition at line 23 of file PI_PythonResourceTypes.h.
|
strong |
Enumerator | |
---|---|
Invalid | |
Registered | |
Waiting |
Definition at line 35 of file PI_PythonResourceTypes.h.
|
strong |
Enumerator | |
---|---|
NoType | |
ViewerState | |
ViewerHandle | |
Package |
Definition at line 26 of file PI_PythonResourceTypes.h.
|
strong |
Enumerator | |
---|---|
AlreadyRegistered | |
InUse | |
NoError | |
NoFactory | |
NotRegistered | |
NotSelfInstalled | |
OpTypeNotSupported | |
RegisterError | |
ReloadError | |
Success | |
SyntaxError | |
UnknownError | |
UnregisterError |
Definition at line 43 of file PI_PythonResourceTypes.h.
T PI_PythonResource::anyToType | ( | hboost::any const & | any | ) |
Definition at line 245 of file PI_PythonResourceTypes.h.
|
inline |
Definition at line 263 of file PI_PythonResourceTypes.h.
|
inline |
Definition at line 285 of file PI_PythonResourceTypes.h.