#include <wx/renderer.h>
#include <wx/generic/grideditors.h>
#include "cellvalueshader.hpp"
Go to the source code of this file.
|
| class | AdvStringCellRenderer |
| | This class represents an extension to the usual cell string renderer to provide functionalities to highlight the cursor position and automatically update the surrounding frame. More...
|
| |
| class | AdvBooleanCellRenderer |
| | This class represents a special renderer for three-state booleans, i.e. booleans, which may have a undefined (e.g. NAN) value. More...
|
| |
| class | CombinedCellEditor |
| | This class represents the grid cell editor which automatically selects the necessary edit control for the underlying column data type. More...
|
| |
◆ calculateLuminosity()
| static double calculateLuminosity |
( |
const wxColour & |
c | ) |
|
|
static |
◆ FrameColor
| wxColour FrameColor = wxColour(230, 230, 230) |
|
static |
◆ HeadlineColor
| wxColour HeadlineColor = wxColour(192, 192, 192) |
|
static |
◆ HighlightColor
| wxColour HighlightColor = wxColour(192, 227, 248) |
|
static |
◆ HighlightHeadlineColor
| wxColour HighlightHeadlineColor = wxColour(131, 200, 241) |
|
static |