|
| virtual void | FeatureSetNeverThere ()=0 |
| |
| virtual void | FeatureSetFull ()=0 |
| |
| virtual void | FeatureSetEmbedded ()=0 |
| |
| virtual void | FeatureSetLight ()=0 |
| |
| virtual tInt | GenerateCrash (ni::tU32 anExceptionType)=0 |
| | Emulate a crash. More...
|
| |
| virtual tSize | GetNumTestInteropObjects () const =0 |
| | Get the number of test interop objects created. {Property}. More...
|
| |
| virtual iTestInteropObject * | GetTestInteropObject (ni::tSize anIndex) const =0 |
| | Get the test interop object at the specified index. {Property}. More...
|
| |
| virtual iTestInteropObject * | CreateTestInteropObject (ni::tU32 anNumItems)=0 |
| | Create a test interop object. More...
|
| |
| virtual void | ForEachObject_OnTestInteropSink_Void (iTestInteropSink *apSink)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual void | ForEachObject_OnTestInteropSink_Void_I32 (iTestInteropSink *apSink, ni::tI32 v)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual void | ForEachObject_OnTestInteropSink_Void_I64 (iTestInteropSink *apSink, ni::tI64 v)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual void | ForEachObject_OnTestInteropSink_Void_Ptr (iTestInteropSink *apSink, ni::tPtr v)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual Var | ForEachObject_OnTestInteropSink_Var_Var (iTestInteropSink *apSink, Var v)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual sVec3f | ForEachObject_OnTestInteropSink_Vec3f_String (iTestInteropSink *apSink, const ni::achar *aaszStr)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual sVec3f | ForEachObject_OnTestInteropSink_Vec3f_CObject (iTestInteropSink *apSink)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual sVec3f | ForEachObject_OnTestInteropSink_Vec3f_Object (iTestInteropSink *apSink)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual iTestInteropObject * | ForEachObject_OnTestInteropSink_Object_CObject (iTestInteropSink *apSink)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual iTestInteropObject * | ForEachObject_OnTestInteropSink_Object_Object (iTestInteropSink *apSink)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual iTestInteropObject * | ForEachObject_OnTestInteropSink_Object_Object2 (iTestInteropSink *apSink, ni::tU32 a, ni::tF32 b)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual iTestInteropObject * | ForEachObject_OnTestInteropSink_Object_ObjectVec3f (iTestInteropSink *apSink, const ni::sVec3f &v)=0 |
| | Call the sink for each object, adds the values returned, if any. More...
|
| |
| virtual tBool | IsOK () const =0 |
| | Check if the object is valid. More...
|
| |
| virtual tI32 | AddRef ()=0 |
| | Signal that one more reference of the object has been created. More...
|
| |
| virtual tI32 | Release ()=0 |
| | Release a reference of the object. More...
|
| |
| virtual void | DeleteThis ()=0 |
| | Bypass any reference counting and delete this object. More...
|
| |
| virtual void | Invalidate ()=0 |
| | Invalidate the object. More...
|
| |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| | Query an interface. More...
|
| |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| | Fill a UUID list containing the UUIDs of the implemented interfaces. More...
|
| |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| | Set the reference counter directly. More...
|
| |
| virtual tI32 | GetNumRefs () const =0 |
| | Get the number of references to this object. More...
|
| |