mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
[Summary] Making namespace WavesUI a class.
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 466991]
This commit is contained in:
parent
250fd20658
commit
706f89993a
21 changed files with 205 additions and 264 deletions
|
|
@ -30,10 +30,11 @@
|
|||
#include <glib.h>
|
||||
#include <gdk/gdktypes.h>
|
||||
#include <gtkmm/box.h>
|
||||
#include <gtkmm/window.h>
|
||||
#include <gtkmm/actiongroup.h>
|
||||
#include <sigc++/signal.h>
|
||||
|
||||
#include "waves_window.h"
|
||||
#include "waves_ui.h"
|
||||
|
||||
#include "evoral/types.hpp"
|
||||
|
||||
|
|
@ -95,9 +96,8 @@ using ARDOUR::framecnt_t;
|
|||
* of PublicEditor need not be recompiled if private methods or member variables
|
||||
* change.
|
||||
*/
|
||||
class PublicEditor : public WavesWindow, public PBD::StatefulDestructible, public Gtkmm2ext::VisibilityTracker {
|
||||
class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, public Gtkmm2ext::VisibilityTracker, public WavesUI {
|
||||
public:
|
||||
PublicEditor ();
|
||||
PublicEditor (std::string layout_script);
|
||||
virtual ~PublicEditor ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue