class UserContext : public nn::nex::RootObject
Class for maintaining user-defined values.
The user-defined values passed by the UserContext
class can be qBool
, qUnsignedInt32
, qReal
, or pointers to objects. Generally this class is used to pass values maintained by the user.
UserContext | Constructor. | |
---|---|---|
GetUIntValue
|
Returns user-defined values that were set using SetUIntValue . |
|
GetRealValue
|
Returns user-defined values that were set using SetRealValue . |
|
GetBoolValue
|
Returns user-defined values that were set using SetBoolValue . |
|
GetPointer
|
Returns user-defined values that were set using SetPointer . |
|
SetUIntValue
|
Sets user-defined values that can be obtained by GetUIntValue . |
|
SetRealValue
|
Sets user-defined values that can be obtained using GetRealValue . |
|
SetBoolValue
|
Sets user-defined values that can be obtained using GetBoolValue . |
|
SetPointer
|
Sets user-defined values that can be obtained using GetPointer . |
nn::nex::RootObject
nn::nex::UserContext
CONFIDENTIAL