|
Guitarix
|
#include <ladspalist.h>
Public Member Functions | |
| Columns () | |
Public Attributes | |
| Gtk::TreeModelColumn< int > | pos |
| Gtk::TreeModelColumn< Glib::ustring > | name |
| Gtk::TreeModelColumn< Glib::ustring > | dflt |
| Gtk::TreeModelColumn< Glib::ustring > | low |
| Gtk::TreeModelColumn< Glib::ustring > | up |
| Gtk::TreeModelColumn< Glib::ustring > | step |
| Gtk::TreeModelColumn< Glib::ustring > | display |
| Gtk::TreeModelColumn< Glib::RefPtr< Gtk::ListStore > > | display_types |
| Gtk::TreeModelColumn< PortDesc * > | port |
| Gtk::TreeModelColumn< bool > | newrow |
| Gtk::TreeModelColumn< bool > | use_sr |
| Gtk::TreeModelColumn< bool > | has_caption |
Definition at line 41 of file ladspalist.h.
|
inline |
Definition at line 55 of file ladspalist.h.
| Gtk::TreeModelColumn<Glib::ustring> ladspa::PortListStore::Columns::dflt |
Definition at line 45 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<Glib::ustring> ladspa::PortListStore::Columns::display |
Definition at line 49 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<Glib::RefPtr<Gtk::ListStore> > ladspa::PortListStore::Columns::display_types |
Definition at line 50 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<bool> ladspa::PortListStore::Columns::has_caption |
Definition at line 54 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<Glib::ustring> ladspa::PortListStore::Columns::low |
Definition at line 46 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<Glib::ustring> ladspa::PortListStore::Columns::name |
Definition at line 44 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<bool> ladspa::PortListStore::Columns::newrow |
Definition at line 52 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<PortDesc*> ladspa::PortListStore::Columns::port |
Definition at line 51 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<int> ladspa::PortListStore::Columns::pos |
Definition at line 43 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<Glib::ustring> ladspa::PortListStore::Columns::step |
Definition at line 48 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<Glib::ustring> ladspa::PortListStore::Columns::up |
Definition at line 47 of file ladspalist.h.
Referenced by Columns().
| Gtk::TreeModelColumn<bool> ladspa::PortListStore::Columns::use_sr |
Definition at line 53 of file ladspalist.h.
Referenced by Columns().