| 
    KiCad PCB EDA Suite
    
   | 
 
#include <pgm_base.h>#include <core/profile.h>#include <view/view.h>#include <view/wx_view_controls.h>#include <view/zoom_controller.h>#include <gal/graphics_abstraction_layer.h>#include <tool/tool_dispatcher.h>#include <trace_helpers.h>#include <settings/common_settings.h>#include <math/util.h>#include <geometry/geometry_utils.h>#include <widgets/ui_common.h>#include <class_draw_panel_gal.h>#include <eda_draw_frame.h>#include <kiway.h>#include <kiplatform/ui.h>#include <wx/log.h>Go to the source code of this file.
Functions | |
| static std::unique_ptr< ZOOM_CONTROLLER > | GetZoomControllerForPlatform (bool aAcceleration) | 
      
  | 
  static | 
Definition at line 56 of file wx_view_controls.cpp.
References KIGFX::CONSTANT_ZOOM_CONTROLLER::GTK3_SCALE, KIGFX::CONSTANT_ZOOM_CONTROLLER::MAC_SCALE, and KIGFX::CONSTANT_ZOOM_CONTROLLER::MSW_SCALE.
Referenced by KIGFX::WX_VIEW_CONTROLS::LoadSettings().