Horizon
rule_editor_layer_pair.hpp
1 #pragma once
2 #include "rule_editor.hpp"
3 
4 namespace horizon {
6  using RuleEditor::RuleEditor;
7 
8 public:
9  void populate() override;
10 
11 private:
12  class RuleLayerPair *rule2;
13  Gtk::ComboBoxText &make_layer_combo(int &v);
14 };
15 } // namespace horizon
horizon::RuleEditor
Definition: rule_editor.hpp:9
horizon::RuleLayerPair
Definition: rule_layer_pair.hpp:6
horizon::RuleEditorLayerPair
Definition: rule_editor_layer_pair.hpp:5