Extract AIS record renderer from AISView.

This commit is contained in:
Jared Boone 2016-01-13 11:56:23 -08:00
parent a29b76ac38
commit d380ffe52b
2 changed files with 2 additions and 10 deletions

View file

@ -105,14 +105,6 @@ private:
void on_packet(const ais::Packet& packet);
void draw_entry(
const AISRecentEntry& entry,
const Rect& target_rect,
Painter& painter,
const Style& style,
const bool is_selected
);
void truncate_entries();
RecentEntries::iterator selected_entry();