Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
working API More...
Functions | |
lib2d_status_cbend (o, p) | |
lib2d_status_cbpaint (o, p) | |
lib2d_status_getrscfromlevel (level) | |
lib2d_status_getrscfromlevel2 (l, level) | |
lib2d_statusChange (level) | |
Change the current level. More... | |
lib2d_statusDestroy () | |
Destroy the 'status' ''object. More... | |
lib2d_statusGetLevel (list) | |
Get the current level. More... | |
lib2d_statusGetRsc (list) | |
Get the current graphical resources and its level list. More... | |
lib2d_statusNew (oMother, posx, posy) | |
Create a new 'status' ''object. More... | |
lib2d_statusSetRsc (list) | |
Set graphical resources and its level for a 'status'. More... | |
lib2d_working_cbend (o, p) | |
lib2d_working_cbpaint (o, p) | |
lib2d_working_cbtimer (o, p) | |
lib2d_working_cutbmp (bmpref, bmpcur, step) | |
lib2d_workingDestroy () | |
Destroy the object. More... | |
lib2d_workingGetNStep () | |
Get the number of steps. More... | |
lib2d_workingGetPath () | |
Get the 2d resources filename. More... | |
lib2d_workingGetPeriod () | |
Get the period between steps. More... | |
lib2d_workingGetSize () | |
Get the 2d resources element size. More... | |
lib2d_workingGetTransColor () | |
Get the transparency color. More... | |
lib2d_workingGetWindow () | |
Get the child window. More... | |
lib2d_workingNew (oMother, posx, posy) | |
Create a new object. More... | |
lib2d_workingSetCallback (cb) | |
Set the callback. More... | |
lib2d_workingSetNStep (iNstep) | |
Set the number of steps. More... | |
lib2d_workingSetPath (szPath) | |
Set the 2d resources filename. More... | |
lib2d_workingSetPeriod (iPeriod) | |
Set the period between steps. More... | |
lib2d_workingSetSize (iSize) | |
Set the 2d resources element size. More... | |
lib2d_workingSetTransColor (iColor) | |
Set the transparency color. More... | |
Variables | |
var | L2D_STATUS_lRSC |
List of graphical resources and levels. More... | |
typeof | L2d_working_cb =fun [I] I |
typeof | L2D_WORKING_iCOLORTRANSP =I |
Transparency color, if any (default : no transparency color set) | |
var | L2D_WORKING_iNSTEP =10 |
The number of steps. Default : 1. | |
var | L2D_WORKING_iPERIOD =100 |
The period (the time bteween each step). Default : 100 ms. | |
var | L2D_WORKING_iSIZE =36 |
Graphical resource element size, in pixels. | |
var | L2D_WORKING_szPATH ="lib/2dos/rsc/process-working.png" |
Graphical resource filename for show the activity. | |
typeof | L2d_working_win =ObjWin |
typeof | Lib2d_status_obj =[ObjWin ObjBitmap S I] |
working API