nn::nex::UserContext Class

Syntax

class UserContext : public nn::nex::RootObject

Description

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.

Member Functions

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.

Class Hierarchy

nn::nex::RootObject
  nn::nex::UserContext

Revision History

2011/01/27
Initial version.

CONFIDENTIAL