|
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. | |
| void | UpdateColoursFromSystem () override |
| int | ShowDropDown (wxWindow *wnd, const wxAuiToolBarItemArray &items) override |
Private Member Functions | |
| void | saturateHighlightColor () |
Definition at line 26 of file wx_aui_art_providers.h.
|
inline |
Definition at line 29 of file wx_aui_art_providers.h.
References saturateHighlightColor().
|
virtualdefault |
|
override |
Unfortunately we need to re-implement this to actually be able to control the size.
Definition at line 88 of file wx_aui_art_providers.cpp.
References KIPLATFORM::UI::IsDarkTheme().
|
override |
Definition at line 38 of file wx_aui_art_providers.cpp.
References Pgm().
|
private |
Definition at line 184 of file wx_aui_art_providers.cpp.
References KIGFX::COLOR4D::Saturate(), and KIGFX::COLOR4D::ToColour().
Referenced by UpdateColoursFromSystem(), and WX_AUI_TOOLBAR_ART().
|
override |
Definition at line 226 of file wx_aui_art_providers.cpp.
References ToolbarCommandCapture::GetCommandId(), and text.
|
override |
Definition at line 194 of file wx_aui_art_providers.cpp.
References saturateHighlightColor().