Horizon
src
imp
preferences_window.hpp
1
#pragma once
2
#include <array>
3
#include <gtkmm.h>
4
#include <set>
5
namespace
horizon
{
6
7
class
ImpPreferencesWindow
:
public
Gtk::Window {
8
friend
class
CanvasPreferencesEditor
;
9
10
public
:
11
ImpPreferencesWindow
(
class
ImpPreferences
*pr);
12
13
private
:
14
class
ImpPreferences
*preferences;
15
};
16
}
// namespace horizon
horizon::ImpPreferencesWindow
Definition:
preferences_window.hpp:7
horizon::CanvasPreferencesEditor
Definition:
preferences_window.cpp:10
horizon::ImpPreferences
Definition:
preferences.hpp:58
horizon
Definition:
block.cpp:7
Generated by
1.8.13