| 
    KiCad PCB EDA Suite
    
   | 
 
#include <kiplatform/ui.h>#include <widgets/indicator_icon.h>#include <wx/event.h>#include <wx/settings.h>#include <wx/sizer.h>#include <wx/statbmp.h>Go to the source code of this file.
Functions | |
| wxImage | createBlankImage (int size) | 
| wxBitmap | createArrow (int size, double aScaleFactor, int aDirection, const wxColour &aColour) | 
| wxBitmap | createTurndown (int size, double aScaleFactor, int aDirection, const wxColour &aColour) | 
| wxBitmap | createDiamond (int size, double aScaleFactor, wxColour aColour) | 
| wxBitmap createArrow | ( | int | size, | 
| double | aScaleFactor, | ||
| int | aDirection, | ||
| const wxColour & | aColour ) | 
Definition at line 93 of file indicator_icon.cpp.
References createBlankImage(), and image.
Referenced by ROW_ICON_PROVIDER::ROW_ICON_PROVIDER().
| wxImage createBlankImage | ( | int | size | ) | 
Definition at line 68 of file indicator_icon.cpp.
References image.
Referenced by createArrow(), createDiamond(), createTurndown(), and ROW_ICON_PROVIDER::ROW_ICON_PROVIDER().
| wxBitmap createDiamond | ( | int | size, | 
| double | aScaleFactor, | ||
| wxColour | aColour ) | 
Definition at line 165 of file indicator_icon.cpp.
References createBlankImage(), and image.
Referenced by ROW_ICON_PROVIDER::ROW_ICON_PROVIDER().
| wxBitmap createTurndown | ( | int | size, | 
| double | aScaleFactor, | ||
| int | aDirection, | ||
| const wxColour & | aColour ) | 
Definition at line 126 of file indicator_icon.cpp.
References createBlankImage(), and image.
Referenced by ROW_ICON_PROVIDER::ROW_ICON_PROVIDER().