26 #include <sigc++/signal.h>
28 #include <ytkmm/box.h>
29 #include <ytkmm/button.h>
30 #include <ytkmm/combobox.h>
31 #include <ytkmm/liststore.h>
32 #include <ytkmm/treemodel.h>
38 class ExportFormatSpecification;
39 class ExportProfileManager;
46 typedef std::shared_ptr<ARDOUR::ExportFormatSpecification>
FormatPtr;
82 Gtk::TreeModelColumn<FormatPtr>
format;
83 Gtk::TreeModelColumn<std::string>
label;
std::shared_ptr< FormatState > FormatStatePtr