Searched refs:MyPythonRoot (Results 1 – 1 of 1) sorted by relevance
57 class MyPythonRoot : class62 MyPythonRoot() { m_iTestValue = 15; } in MyPythonRoot() function in MyPythonRoot113 BOOL MyPythonRoot::queryInterface( Uik aUik, XInterfaceRef &rOut ) in queryInterface()125 UsrAny MyPythonRoot::invoke( const UString& FunctionName, in invoke()152 void MyPythonRoot::setValue(const UString& PropertyName, const UsrAny& Value) in setValue()166 UsrAny MyPythonRoot::getValue(const UString& PropertyName) in getValue()183 BOOL MyPythonRoot::hasMethod(const UString& Name) const THROWS( (UsrSystemException) ) in hasMethod()198 BOOL MyPythonRoot::hasProperty(const UString& Name) const THROWS( (UsrSystemException) ) in hasProperty()425 XInterfaceRef rRoot( (XInvokation * )new MyPythonRoot , USR_QUERY ); in main()
Completed in 18 milliseconds