#include <dialogs.h>
Public Member Functions | |
AudioDialog () | |
Constructor. | |
void | set_audio (const AudioMap &audio) |
Set the audio samples to display. | |
AudioMap | get_audio_data () |
Get updated map of audio samples. | |
Private Member Functions | |
void | construct () |
void | on_add_audio () |
void | on_remove_audio () |
Private Attributes | |
Gtk::Label * | m_AudioLabel |
Gtk::ScrolledWindow * | m_SWindow |
Gtk::Button * | m_AddButton |
Gtk::Button * | m_DeleteButton |
Glib::RefPtr < Gtk::ListStore > | m_Model |
Gtk::TreeView * | m_AudioList |
ColumnRec | m_ColRec |
Classes | |
class | ColumnRec |
void AudioDialog::set_audio | ( | const AudioMap & | audio | ) |
Set the audio samples to display.
audio | Map of audio samples |
AudioMap AudioDialog::get_audio_data | ( | ) |
Get updated map of audio samples.