KTutorial  0.5.1
Todo List
Member ktutorial::KTutorial::findObject (const QString &name) const
Is it needed to look in other parent objects apart of the main window?
Member ktutorial::scripting::ScriptedStep::setup (QObject *scriptedStep)
Change argument type to scripting::ScriptedStep* once all major Kross scripting backends support classes wrapped through WrapperInterface
Member ktutorial::scripting::ScriptedStep::tearDown (QObject *scriptedStep)
Change argument type to scripting::ScriptedStep* once all major Kross scripting backends support classes wrapped through WrapperInterface
Member ktutorial::scripting::ScriptedTutorial::setup (QObject *scriptedTutorial)
Change argument type to scripting::ScriptedTutorial* once all major Kross scripting backends support classes wrapped through WrapperInterface
Member ktutorial::scripting::ScriptedTutorial::tearDown (QObject *scriptedTutorial)
Change argument type to scripting::ScriptedTutorial* once all major Kross scripting backends support classes wrapped through WrapperInterface
Member ktutorial::scripting::ScriptedTutorial::tutorialInformationAsObject () const
Remove this method once all major Kross scripting backends support classes wrapped through WrapperInterface
Member ktutorial::scripting::ScriptingModule::newOption (const QString &name)
Change return type to Option* once all major Kross scripting backends support classes wrapped through WrapperInterface
Member ktutorial::scripting::ScriptingModule::newStep (const QString &id)
Change return type to ScriptedStep* once all major Kross scripting backends support classes wrapped through WrapperInterface
Member ktutorial::scripting::ScriptingModule::newWaitFor (const QString &typeName)
Change return type to WaitFor* once all major Kross scripting backends support classes wrapped through WrapperInterface
Member ktutorial::WaitForProperty::setPropertyToWaitFor (QObject *object, const QString &propertyName, const QVariant &value)
Remove when Ruby backend gets proper support for overloaded methods.