3#ifndef JUKEBOXW_ACTIONS_H
4#define JUKEBOXW_ACTIONS_H
11#if __cplusplus >= 201103L
[AI] Contains enumerations for all script actions specific to the Jukeboxw UI/feature.
Script
[AI] Enumerates all script actions and resource IDs for the Jukeboxw UI/feature.
@ c_Volup_Ctl
[AI] Script/control ID for "volume up" button or related handler. [AI]
@ c_Voldown_Down_Bitmap
[AI] Bitmap used for "volume down" button in pressed (down) state. [AI]
@ c_Wallis_Bitmap
[AI] Bitmap enumeration for the Wallis character image or button. [AI]
@ c_Voldown_Up_Bitmap
[AI] Bitmap used for "volume down" button in unpressed (up) state. [AI]
@ c_Decal_Bitmap
[AI] Bitmap enumeration for a decal/ornamentation image. [AI]
@ c_Volup_Up_Bitmap
[AI] Bitmap used for "volume up" button in unpressed (up) state. [AI]
@ c_Background_Bitmap
[AI] Bitmap enumeration for the background image of the Jukeboxw UI. [AI]
@ c_Dfwd_Down_Bitmap
[AI] Bitmap used for "forward" button in pressed (down) state. [AI]
@ c_Nelson_Bitmap
[AI] Bitmap enumeration for the Nelson character image or button. [AI]
@ c__StartUp
[AI] Start-up action for the Jukeboxw component, usually for initialization sequence....
@ c_Right_Bitmap
[AI] Bitmap enumeration for the right panel/image in the UI. [AI]
@ c_Note_Up_Bitmap
[AI] Bitmap for "note" button/image in unpressed (up) state. [AI]
@ c_Voldown_Ctl
[AI] Script/control ID for "volume down" button or related handler. [AI]
@ c_Torpedos_Bitmap
[AI] Bitmap enumeration for the Torpedos character image or button. [AI]
@ c_Note_Down_Bitmap
[AI] Bitmap for "note" button/image in pressed (down) state. [AI]
@ c_Dback_Ctl
[AI] Script/control ID for "back" (rewind or previous) button in the interface. [AI]
@ c_Dback_Down_Bitmap
[AI] Bitmap used for "back" button in pressed (down) state. [AI]
@ c_noneJukeboxw
[AI] No action or invalid/uninitialized script value. [AI]
@ c_Volup_Down_Bitmap
[AI] Bitmap used for "volume up" button in pressed (down) state. [AI]
@ c_Note_Ctl
[AI] Script/control ID for a "note" imagery/button. [AI]
@ c_Dfwd_Ctl
[AI] Script/control ID for "forward" (advance/next) button. [AI]
@ c_Dfwd_Up_Bitmap
[AI] Bitmap used for "forward" button in unpressed (up) state. [AI]
@ c_Dback_Up_Bitmap
[AI] Bitmap used for "back" button in unpressed (up) state. [AI]