DAZ Script | |
---|---|
Number | progressWidth |
This class manages interactive lessons that the user can perform in the interface via lessonstripwgt_dz.
There is only one instance of this manager in an application. This instance is created and owned by DzMainWindow. Request the instance via DzMainWindow::getInteractiveLessonMgr().
See Also:
Starts the lesson using a list of instructions in a separate file.
Parameter(s):
See Also:
void : begin( Array instructions )
Starts the lesson using the instructions
list.
Parameter(s):
See Also:
Number : currentIndex()
Return Value:
String : currentPath()
Return Value:
Boolean : currentQuery()
Return Value:
Number : currentQuery()
TODO: Add description.
String : currentQuery()
TODO: Add description.
String : currentType()
Return Value:
String : getActionInstruction( String classname, String info, String tag=“”, Boolean locateOnly=false )
Return Value:
See Also:
String : getActivityInstruction( String activity, String info, String tag=“”, Boolean locateOnly=false )
Return Value:
See Also:
String : getDisplayInstruction( String info, String button=“” )
Return Value:
See Also:
String : getInstruction( String type, ByteArray query, String info, String tag=“”, Boolean locateOnly=false )
Return Value:
See Also:
String : getInstruction( String type, String query, String info, String tag=“”, Boolean locateOnly=false )
Return Value:
type
is valid, otherwise an empty string.See Also:
String : getInstruction( String type, Boolean query, String info, String tag=“”, Boolean locateOnly=false )
Return Value:
See Also:
String : getInstruction( String type, Number query, String info, String tag=“”, Boolean locateOnly=false )
Return Value:
See Also:
String : getLayoutInstruction( String layout, String info, String tag=“”, Boolean locateOnly=false )
Return Value:
See Also:
String : getWidgetInstruction( String widgetPath, String info, String tag=“”, Boolean locateOnly=false )
Return Value:
See Also:
TODO: Add description.
Return Value:
true
if the lesson is currently running, otherwise false
.void : iterate()
TODO: Add description.
void : skip()
Skips the next instruction in the lesson.
void : stop()
Stops the lesson.
void : skipped()
Signature:“skipped()”
Emitted when an instruction in an interactive lesson has been skipped.
void : started()
Signature:“started()”
Emitted when an interactive lesson has started.
void : stepped()
Signature:“stepped()”
Emitted when an interactive lesson has stepped to the next instruction.
void : stopped( Boolean success )
Signature:“stopped(bool)”
Emitted when an interactive lesson is stopped.
Parameter(s):