Classes | |
| class | wxBrush |
| A brush is a drawing tool for filling in areas. More... | |
| class | wxBrushList |
| A brush list is a list containing all brushes which have been created. More... | |
Enumerations | |
| enum | wxBrushStyle { wxBRUSHSTYLE_INVALID = -1, wxBRUSHSTYLE_SOLID = wxSOLID, wxBRUSHSTYLE_TRANSPARENT = wxTRANSPARENT, wxBRUSHSTYLE_STIPPLE_MASK_OPAQUE = wxSTIPPLE_MASK_OPAQUE, wxBRUSHSTYLE_STIPPLE_MASK = wxSTIPPLE_MASK, wxBRUSHSTYLE_STIPPLE = wxSTIPPLE, wxBRUSHSTYLE_BDIAGONAL_HATCH = wxBDIAGONAL_HATCH, wxBRUSHSTYLE_CROSSDIAG_HATCH = wxCROSSDIAG_HATCH, wxBRUSHSTYLE_FDIAGONAL_HATCH = wxFDIAGONAL_HATCH, wxBRUSHSTYLE_CROSS_HATCH = wxCROSS_HATCH, wxBRUSHSTYLE_HORIZONTAL_HATCH = wxHORIZONTAL_HATCH, wxBRUSHSTYLE_VERTICAL_HATCH = wxVERTICAL_HATCH, wxBRUSHSTYLE_FIRST_HATCH = wxFIRST_HATCH, wxBRUSHSTYLE_LAST_HATCH = wxLAST_HATCH } |
The possible brush styles. More... | |
Variables | |
| wxBrush | wxNullBrush |
| An empty brush. | |
| wxBrush * | wxBLUE_BRUSH |
| Blue brush. | |
| wxBrush * | wxGREEN_BRUSH |
| Green brush. | |
| wxBrush * | wxYELLOW_BRUSH |
| Yellow brush. | |
| wxBrush * | wxWHITE_BRUSH |
| White brush. | |
| wxBrush * | wxBLACK_BRUSH |
| Black brush. | |
| wxBrush * | wxGREY_BRUSH |
| Grey brush. | |
| wxBrush * | wxMEDIUM_GREY_BRUSH |
| Medium grey brush. | |
| wxBrush * | wxLIGHT_GREY_BRUSH |
| Light grey brush. | |
| wxBrush * | wxTRANSPARENT_BRUSH |
| Transparent brush. | |
| wxBrush * | wxCYAN_BRUSH |
| Cyan brush. | |
| wxBrush * | wxRED_BRUSH |
| Red brush. | |
| wxBrushList * | wxTheBrushList |
| The global wxBrushList instance. | |
| enum wxBrushStyle |
The possible brush styles.
Black brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
Blue brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
Cyan brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
Green brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
Grey brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
Light grey brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
Medium grey brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
An empty brush.
wxBrush::IsOk() always returns false for this object.
Red brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
The global wxBrushList instance.
Transparent brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
White brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
Yellow brush.
Except for the color it has all standard attributes (wxBRUSHSTYLE_SOLID, no stipple bitmap, etc...).
|
[ top ] |