From 88ad7366a3eb6bc73bc99078ae13302099b76f09 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 26 Oct 2015 19:48:30 +0100 Subject: Refactored LineEdit and FileBrowser. Renamed all KEY_XYZ event types to KeyXyz. --- plugingui/plugingui.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'plugingui/plugingui.h') diff --git a/plugingui/plugingui.h b/plugingui/plugingui.h index 52cd8d2..5e617dc 100644 --- a/plugingui/plugingui.h +++ b/plugingui/plugingui.h @@ -68,8 +68,6 @@ public: Window *window; EventHandler *eventhandler; - FileBrowser *filebrowser; - Label *lbl; LineEdit *lineedit; ProgressBar *progress; @@ -93,11 +91,14 @@ private: void kitBrowseClick(); void midimapBrowseClick(); void closeEventHandler(); + void selectKitFile(const std::string& filename); + void selectMapFile(const std::string& filename); // Humanized velocity controls: - CheckBox *velocityCheck; - Knob *attackKnob; - Knob *falloffKnob; + CheckBox* velocityCheck; + Knob* attackKnob; + Knob* falloffKnob; + FileBrowser* fileBrowser; volatile bool running; volatile bool closing; -- cgit v1.2.3