24 #ifndef _TOOLS_BATTERY_MONITOR_BATTERY_MONITOR_TREE_VIEW_H_
25 #define _TOOLS_BATTERY_MONITOR_BATTERY_MONITOR_TREE_VIEW_H_
34 class BatteryInterface;
35 class InterfaceDispatcher;
61 Gtk::TreeModelColumn<Glib::ustring>
fqdn;
66 Gtk::TreeModelColumn<float>
voltage;
83 Gtk::MessageDialog *m_dlg_warning;
85 Glib::Dispatcher m_trigger_update;
86 float m_relative_soc_threshold;
87 std::map<std::string, unsigned int> m_below_threshold_counter;