Version: 2.9.4
Classes | Enumerations | Variables
brush.h File Reference

クラス

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,
  wxBRUSHSTYLE_CROSSDIAG_HATCH,
  wxBRUSHSTYLE_FDIAGONAL_HATCH,
  wxBRUSHSTYLE_CROSS_HATCH,
  wxBRUSHSTYLE_HORIZONTAL_HATCH,
  wxBRUSHSTYLE_VERTICAL_HATCH,
  wxBRUSHSTYLE_FIRST_HATCH,
  wxBRUSHSTYLE_LAST_HATCH
}
 The possible brush styles. More...

Variables

wxBrush wxNullBrush
 An empty brush.
wxBrushwxBLUE_BRUSH
 Blue brush.
wxBrushwxGREEN_BRUSH
 Green brush.
wxBrushwxYELLOW_BRUSH
 Yellow brush.
wxBrushwxWHITE_BRUSH
 White brush.
wxBrushwxBLACK_BRUSH
 Black brush.
wxBrushwxGREY_BRUSH
 Grey brush.
wxBrushwxMEDIUM_GREY_BRUSH
 Medium grey brush.
wxBrushwxLIGHT_GREY_BRUSH
 Light grey brush.
wxBrushwxTRANSPARENT_BRUSH
 Transparent brush.
wxBrushwxCYAN_BRUSH
 Cyan brush.
wxBrushwxRED_BRUSH
 Red brush.
wxBrushListwxTheBrushList
 The global wxBrushList instance.

Enumeration Type Documentation

The possible brush styles.

Enumerator:
wxBRUSHSTYLE_INVALID 
wxBRUSHSTYLE_SOLID 

Solid.

wxBRUSHSTYLE_TRANSPARENT 

Transparent (no fill).

wxBRUSHSTYLE_STIPPLE_MASK_OPAQUE 

Uses a bitmap as a stipple; the mask is used for blitting monochrome using text foreground and background colors.

wxBRUSHSTYLE_STIPPLE_MASK 

Uses a bitmap as a stipple; mask is used for masking areas in the stipple bitmap.

wxBRUSHSTYLE_STIPPLE 

Uses a bitmap as a stipple.

wxBRUSHSTYLE_BDIAGONAL_HATCH 

Backward diagonal hatch.

wxBRUSHSTYLE_CROSSDIAG_HATCH 

Cross-diagonal hatch.

wxBRUSHSTYLE_FDIAGONAL_HATCH 

Forward diagonal hatch.

wxBRUSHSTYLE_CROSS_HATCH 

Cross hatch.

wxBRUSHSTYLE_HORIZONTAL_HATCH 

Horizontal hatch.

wxBRUSHSTYLE_VERTICAL_HATCH 

Vertical hatch.

wxBRUSHSTYLE_FIRST_HATCH 

First of the hatch styles (inclusive).

wxBRUSHSTYLE_LAST_HATCH 

Last of the hatch styles (inclusive).


Variable Documentation

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...).

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines