ardour
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
InstrumentSelector Class Reference

#include <instrument_selector.h>

Inheritance diagram for InstrumentSelector:

Classes

struct  InstrumentListColumns
 

Public Member Functions

 InstrumentSelector ()
 
ARDOUR::PluginInfoPtr selected_instrument ()
 

Private Member Functions

void build_instrument_list ()
 

Private Attributes

Glib::RefPtr< Gtk::ListStore > _instrument_list
 
InstrumentListColumns _instrument_list_columns
 
uint32_t _reasonable_synth_id
 

Detailed Description

Definition at line 37 of file instrument_selector.h.

Constructor & Destructor Documentation

InstrumentSelector::InstrumentSelector ( )

Definition at line 28 of file instrument_selector.cc.

Member Function Documentation

void InstrumentSelector::build_instrument_list ( )
private

Definition at line 39 of file instrument_selector.cc.

PluginInfoPtr InstrumentSelector::selected_instrument ( )

Definition at line 83 of file instrument_selector.cc.

Member Data Documentation

Glib::RefPtr<Gtk::ListStore> InstrumentSelector::_instrument_list
private

Definition at line 56 of file instrument_selector.h.

InstrumentListColumns InstrumentSelector::_instrument_list_columns
private

Definition at line 57 of file instrument_selector.h.

uint32_t InstrumentSelector::_reasonable_synth_id
private

Definition at line 58 of file instrument_selector.h.


The documentation for this class was generated from the following files: