Horizon
Loading...
Searching...
No Matches
src
pool-prj-mgr
preferences
preferences_window_input_devices.hpp
1
#pragma once
2
#include <gtkmm.h>
3
4
namespace
horizon {
5
class
InputDevicesPreferencesEditor
:
public
Gtk::Box {
6
public
:
7
InputDevicesPreferencesEditor
(
class
Preferences
&prefs);
8
9
private
:
10
Preferences
&preferences;
11
std::vector<class PreferencesRowDevice *> rows;
12
};
13
14
}
// namespace horizon
horizon::InputDevicesPreferencesEditor
Definition
preferences_window_input_devices.hpp:5
horizon::Preferences
Definition
preferences.hpp:167
Generated by
1.9.8