Ardour  8.12
soundcloud_export_selector.h
Go to the documentation of this file.
1 /*soundcloud_export_selector.h***********************************************
2 
3  Adapted for Ardour by Ben Loftis, March 2012
4 
5 *****************************************************************************/
6 #ifndef __soundcloud_export_selector_h__
7 #define __soundcloud_export_selector_h__
8 
9 #include <string>
10 #include <stdio.h>
11 #include <cstring>
12 #include <string>
13 #include <sstream>
14 #include <vector>
15 
16 #include <gtkmm/box.h>
17 #include <gtkmm/checkbutton.h>
18 #include <gtkmm/entry.h>
19 #include <gtkmm/label.h>
20 #include <gtkmm/progressbar.h>
21 #include <gtkmm/table.h>
22 
24 {
25 public:
27  int do_progress_callback (double ultotal, double ulnow, const std::string &filename);
28  std::string username () { return soundcloud_username_entry.get_text (); }
29  std::string password () { return soundcloud_password_entry.get_text (); }
33  void cancel () { soundcloud_cancel = true; }
34 
35 private:
46 
47 };
48 
49 #endif // __soundcloud_export_selector_h__
Glib::ustring get_text() const
bool get_active() const
int do_progress_callback(double ultotal, double ulnow, const std::string &filename)
Gtk::CheckButton soundcloud_download_checkbox