KiCad PCB EDA Suite
|
#include <wx_aui_art_providers.h>
Public Member Functions | |
WX_AUI_TOOLBAR_ART () | |
virtual | ~WX_AUI_TOOLBAR_ART ()=default |
wxSize | GetToolSize (wxDC &aDc, wxWindow *aWindow, const wxAuiToolBarItem &aItem) override |
void | DrawButton (wxDC &aDc, wxWindow *aWindow, const wxAuiToolBarItem &aItem, const wxRect &aRect) override |
Unfortunately we need to re-implement this to actually be able to control the size. | |
Definition at line 27 of file wx_aui_art_providers.h.
|
inline |
Definition at line 30 of file wx_aui_art_providers.h.
|
virtualdefault |
|
override |
Unfortunately we need to re-implement this to actually be able to control the size.
Definition at line 85 of file wx_aui_art_providers.cpp.
References KIPLATFORM::UI::GetPixelScaleFactor(), GetToolSize(), KIPLATFORM::UI::IsDarkTheme(), and scale.
|
override |
Definition at line 32 of file wx_aui_art_providers.cpp.
References PGM_BASE::GetCommonSettings(), KIPLATFORM::UI::GetContentScaleFactor(), COMMON_SETTINGS::m_Appearance, Pgm(), and COMMON_SETTINGS::APPEARANCE::toolbar_icon_size.
Referenced by DrawButton().