
Go to the source code of this file.
Data Structures | |
| class | CmdLabeled |
| class | Cmd_item_current_changed |
| class | Cmd_intf_event_changed |
| class | Cmd_bit_rate_changed |
| class | Cmd_sample_rate_changed |
| class | Cmd_can_record_changed |
| class | Cmd_random_changed |
| class | Cmd_loop_changed |
| class | Cmd_repeat_changed |
| class | Cmd_volume_changed |
| class | Cmd_audio_filter_changed |
| class | Cmd_intf_show_changed |
Defines | |
| #define | ADD_COMMAND(label) |
| #define ADD_COMMAND | ( | label | ) |
Value:
class Cmd_##label : public CmdLabeled \ { public: \ Cmd_##label( intf_thread_t *I, vlc_object_t *O, vlc_value_t V ) \ : CmdLabeled (I, O, V) { } \ virtual string getType() const { return #label; } \ virtual void execute() { execute_on( &VlcProc::on_##label ); } \ };
1.5.6