~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/wui/interactive_base.h

  • Committer: The Widelands Bunnybot
  • Date: 2020-11-20 16:33:59 UTC
  • Revision ID: bunnybot@widelands.org-20201120163359-3s4pwfsasq6vj3ld
'src/editor/editorinteractive.h' was automatically formatted.

(by bunnybot)
a3ffba3181694baedb531fd0636e14661752ad05

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
                                       bool bind_default_toggle = false);
231
231
 
232
232
        void hide_minimap();
 
233
        void resize_minimap();
233
234
 
234
235
        void mainview_move();
235
236
 
395
396
 
396
397
        // Map View menu on the toolbar
397
398
        UI::Dropdown<MapviewMenuEntry> mapviewmenu_;
398
 
        // No unique_ptr on purpose: 'minimap_' is a UniqueWindow, its parent will
399
 
        // delete it.
400
 
        MiniMap* minimap_;
401
399
        MiniMap::Registry minimap_registry_;
402
400
        QuickNavigation quick_navigation_;
403
401