KiCad PCB EDA Suite
|
#include <wx/colour.h>
#include <wx/tokenzr.h>
#include <wx/dc.h>
#include <wx/settings.h>
#include <wx/event.h>
#include <wx/textentry.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/wx_grid.h>
#include <widgets/ui_common.h>
#include <algorithm>
#include <core/kicad_algo.h>
#include <gal/color4d.h>
#include <kiplatform/ui.h>
#include <utility>
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <dialog_shim.h>
Go to the source code of this file.
Classes | |
class | WX_GRID_CORNER_HEADER_RENDERER |
class | WX_GRID_COLUMN_HEADER_RENDERER |
class | WX_GRID_ROW_HEADER_RENDERER |
class | WX_GRID_ALT_ROW_COLOR_PROVIDER |
Attribute provider that provides attributes (or modifies the existing attribute) to alternate a row color between the odd and even rows. More... | |
Macros | |
#define | MIN_GRIDCELL_MARGIN FromDIP( 2 ) |
Functions | |
wxColour | getBorderColour () |
#define MIN_GRIDCELL_MARGIN FromDIP( 2 ) |
Definition at line 74 of file wx_grid.cpp.
wxColour getBorderColour | ( | ) |
Definition at line 92 of file wx_grid.cpp.
References KIGFX::COLOR4D::Mix(), and KIGFX::COLOR4D::ToColour().
Referenced by WX_GRID_CORNER_HEADER_RENDERER::DrawBorder(), WX_GRID_COLUMN_HEADER_RENDERER::DrawBorder(), and WX_GRID_ROW_HEADER_RENDERER::DrawBorder().