diff options
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r-- | gui/main-window.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp index 02e65d4c..75f58db1 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -81,7 +81,7 @@ class MainWindow : public QMainWindow, private State return modules.filters().value(ui.iconcomboFilter->currentIndex(), nullptr); } - void updateButtonState(bool running, bool inertialp); + void update_button_state(bool running, bool inertialp); void display_pose(const double* mapped, const double* raw); void ensure_tray(); void set_title(const QString& game_title = QStringLiteral("")); @@ -115,12 +115,12 @@ private slots: void exit(); bool set_profile(const QString& new_name); - void showTrackerSettings(); - void showProtocolSettings(); - void showFilterSettings(); + void show_tracker_settings(); + void show_proto_settings(); + void show_filter_settings(); void show_options_dialog(); - void showCurveConfiguration(); - void showHeadPose(); + void show_mapping_window(); + void show_pose(); void maybe_start_profile_from_executable(); |