mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 10:03:05 +00:00
Move AIS recent items list draw function back into class.
This commit is contained in:
@@ -151,6 +151,14 @@ private:
|
||||
const EntryKey invalid_key = 0xffffffff;
|
||||
|
||||
void advance(const int32_t amount);
|
||||
|
||||
void draw(
|
||||
const AISRecentEntry& entry,
|
||||
const Rect& target_rect,
|
||||
Painter& painter,
|
||||
const Style& style,
|
||||
const bool is_selected
|
||||
);
|
||||
};
|
||||
|
||||
class AISRecentEntryDetailView : public View {
|
||||
|
||||
Reference in New Issue
Block a user