8 const std::string &get_column()
const;
9 Gtk::SortType get_sort_type()
const;
10 int transform_order(
int x)
const;
11 void attach(
const std::string &column, Gtk::Button &button, Gtk::Image &indicator);
12 void attach(
const std::string &column,
const Glib::RefPtr<Gtk::Builder> &x);
13 void set_sort(
const std::string &col, Gtk::SortType st);
16 void handle_button(
const std::string &col);
19 const std::string name;
20 Gtk::Image &indicator;
22 std::vector<Column> columns;
23 std::string sort_column;
24 Gtk::SortType sort_type;