Expose current RecentEntry from detail view.

This commit is contained in:
Jared Boone 2016-01-15 11:37:37 -08:00
parent 089ef25df9
commit 19e3b273ad
2 changed files with 12 additions and 11 deletions

View file

@ -144,12 +144,13 @@ public:
AISRecentEntryDetailView();
void set_entry(const AISRecentEntry& new_entry);
const AISRecentEntry& entry() const { return entry_; };
void focus() override;
void paint(Painter&) override;
private:
AISRecentEntry entry;
AISRecentEntry entry_;
Button button_done {
{ 72, 192, 96, 24 },