| profile |
| load(str filename) |
Load a profile
Parameters str
filename - Filename of the profile.
Return none
|
| actvolume |
Return the actual volume.
Parameters None
Return volumes
object - The actualy selected volume. |
| actlanguage |
Return the actualy selected language.
Parameters None
Return languages
object - The actualy selected language. |
| select(int novolume,int
nolanguage) |
Select a volume and a language
Parameters int
novolume - The index of the volume to select
(from 0 to volumes.count -1) int
nolanguage - The index of the language to select
(from 0 to volumes.count -1) Return
None |
| volumes.count |
Return the number of
Parameters None
Return int
- The number of volumes. |
| actlanguage |
Return the actualy selected language.
Parameters None
Return languages
object - The actualy selected language. |