mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 21:04:24 -04:00
Split ADSB TX into tabs
Simplified TabView a lot
This commit is contained in:
parent
89a3afcd74
commit
a5f0f72ea1
8 changed files with 358 additions and 240 deletions
|
@ -31,7 +31,12 @@ namespace ui {
|
|||
|
||||
class GeoMapView : public View {
|
||||
public:
|
||||
GeoMapView(NavigationView& nav);
|
||||
enum Mode {
|
||||
SHOW,
|
||||
SET
|
||||
};
|
||||
|
||||
GeoMapView(NavigationView& nav, Mode mode);
|
||||
~GeoMapView();
|
||||
|
||||
void focus() override;
|
||||
|
@ -40,6 +45,7 @@ public:
|
|||
|
||||
private:
|
||||
NavigationView& nav_;
|
||||
Mode mode_ { };
|
||||
|
||||
File map_file { };
|
||||
bool file_error { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue