Horizon
src
imp
rules
export.hpp
1
#pragma once
2
#include <gtkmm.h>
3
#include "rules/rules_import_export.hpp"
4
#include "rules/rule.hpp"
5
6
namespace
horizon {
7
class
RuleExportDialog
:
public
Gtk::Dialog {
8
public
:
9
RuleExportDialog
();
10
11
std::string get_filename()
const
;
12
RulesExportInfo
get_export_info()
const
;
13
14
private
:
15
class
RuleExportBox
*box =
nullptr
;
16
};
17
}
// namespace horizon
horizon::RuleExportBox
Definition:
export.cpp:8
horizon::RuleExportDialog
Definition:
export.hpp:7
horizon::RulesExportInfo
Definition:
rules_import_export.hpp:18
Generated by
1.9.1