The control center application is a multi-purpose application. It is used to retrieve dcplaya component information, to configure plugins and many things.
Files | |
file | control_center.lua |
control center application. | |
Control center functions. | |
control_center_volume (var menu) | |
Volume menu callback. | |
control_center_about (var menu) | |
About menu callback. | |
control_center_create_sprites (var cc) | |
Create all icon sprites. | |
vmu_save_confirm (var vmu) | |
Volume menu callback. | |
vmu_save_as (var vmu) | |
Volume menu callback. | |
vmu_save (var vmu, var alternate) | |
Volume menu callback. | |
control_center_menucreator (var target) | |
Menu creator. | |
control_center_handle (var app, var evt) | |
control-center event handler. | |
control_center_create (var owner, var name) | |
Create a control center application. | |
control_center_kill (var cc) | |
Kill a control center application. |
|
Volume menu callback. The control_center_volume() function creates a volume control application.
|
|
About menu callback. The control_center_about() function creates and handle the about dialog. |
|
Volume menu callback. The control_center_volume() function creates a volume control application.
|
|
Volume menu callback. The control_center_volume() function creates a volume control application.
|
|
Volume menu callback. The control_center_volume() function creates a volume control application.
|
|
Menu creator.
|
|
control-center event handler.
|
|
Create a control center application.
|
|
Kill a control center application. The control_center_kill() function kill the given application by calling sending the evt_shutdown_app() function. If the given application is nil or control_center the default control center (control_center) is killed and the global control_center is set to nil.
|
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |