クラス |
class | wxRealPoint |
| A wxRealPoint is a useful data structure for graphics operations. More...
|
class | wxRect |
| A class for manipulating rectangles. More...
|
class | wxPoint |
| A wxPoint is a useful data structure for graphics operations. More...
|
class | wxColourDatabase |
| wxWidgets maintains a database of standard RGB colours for a predefined set of named colours. More...
|
class | wxSize |
| A wxSize is a useful data structure for graphics operations. More...
|
Defines |
#define | wxBITMAP(bitmapName) |
| This macro loads a bitmap from either application resources (on the platforms for which they exist, i.e.
|
#define | wxICON(iconName) |
| This macro loads an icon from either application resources (on the platforms for which they exist, i.e.
|
Enumerations |
enum | wxBitmapType { wxBITMAP_TYPE_INVALID, wxBITMAP_TYPE_BMP, wxBITMAP_TYPE_BMP_RESOURCE, wxBITMAP_TYPE_RESOURCE = wxBITMAP_TYPE_BMP_RESOURCE, wxBITMAP_TYPE_ICO, wxBITMAP_TYPE_ICO_RESOURCE, wxBITMAP_TYPE_CUR, wxBITMAP_TYPE_CUR_RESOURCE, wxBITMAP_TYPE_XBM, wxBITMAP_TYPE_XBM_DATA, wxBITMAP_TYPE_XPM, wxBITMAP_TYPE_XPM_DATA, wxBITMAP_TYPE_TIFF, wxBITMAP_TYPE_TIF = wxBITMAP_TYPE_TIFF, wxBITMAP_TYPE_TIFF_RESOURCE, wxBITMAP_TYPE_TIF_RESOURCE = wxBITMAP_TYPE_TIFF_RESOURCE, wxBITMAP_TYPE_GIF, wxBITMAP_TYPE_GIF_RESOURCE, wxBITMAP_TYPE_PNG, wxBITMAP_TYPE_PNG_RESOURCE, wxBITMAP_TYPE_JPEG, wxBITMAP_TYPE_JPEG_RESOURCE, wxBITMAP_TYPE_PNM, wxBITMAP_TYPE_PNM_RESOURCE, wxBITMAP_TYPE_PCX, wxBITMAP_TYPE_PCX_RESOURCE, wxBITMAP_TYPE_PICT, wxBITMAP_TYPE_PICT_RESOURCE, wxBITMAP_TYPE_ICON, wxBITMAP_TYPE_ICON_RESOURCE, wxBITMAP_TYPE_ANI, wxBITMAP_TYPE_IFF, wxBITMAP_TYPE_TGA, wxBITMAP_TYPE_MACCURSOR, wxBITMAP_TYPE_MACCURSOR_RESOURCE, wxBITMAP_TYPE_ANY = 50 } |
| Bitmap type flags. More...
|
enum | wxPolygonFillMode { wxODDEVEN_RULE = 1, wxWINDING_RULE } |
| Polygon filling mode. More...
|
enum | wxStockCursor { wxCURSOR_NONE, wxCURSOR_ARROW, wxCURSOR_RIGHT_ARROW, wxCURSOR_BULLSEYE, wxCURSOR_CHAR, wxCURSOR_CROSS, wxCURSOR_HAND, wxCURSOR_IBEAM, wxCURSOR_LEFT_BUTTON, wxCURSOR_MAGNIFIER, wxCURSOR_MIDDLE_BUTTON, wxCURSOR_NO_ENTRY, wxCURSOR_PAINT_BRUSH, wxCURSOR_PENCIL, wxCURSOR_POINT_LEFT, wxCURSOR_POINT_RIGHT, wxCURSOR_QUESTION_ARROW, wxCURSOR_RIGHT_BUTTON, wxCURSOR_SIZENESW, wxCURSOR_SIZENS, wxCURSOR_SIZENWSE, wxCURSOR_SIZEWE, wxCURSOR_SIZING, wxCURSOR_SPRAYCAN, wxCURSOR_WAIT, wxCURSOR_WATCH, wxCURSOR_BLANK, wxCURSOR_DEFAULT, wxCURSOR_COPY_ARROW, wxCURSOR_CROSS_REVERSE, wxCURSOR_DOUBLE_ARROW, wxCURSOR_BASED_ARROW_UP, wxCURSOR_BASED_ARROW_DOWN, wxCURSOR_ARROWWAIT, wxCURSOR_MAX } |
| Standard cursors. More...
|
Functions |
bool | wxColourDisplay () |
| Returns true if the display is colour, false otherwise.
|
int | wxDisplayDepth () |
| Returns the depth of the display (a value of 1 denotes a monochrome display).
|
void | wxSetCursor (const wxCursor &cursor) |
| Globally sets the cursor; only has an effect on Windows, Mac and GTK+.
|
void | wxClientDisplayRect (int *x, int *y, int *width, int *height) |
| Returns the dimensions of the work area on the display.
|
wxRect | wxGetClientDisplayRect () |
wxSize | wxGetDisplayPPI () |
| Returns the display resolution in pixels per inch.
|
void | wxDisplaySize (int *width, int *height) |
| Returns the display size in pixels.
|
wxSize | wxGetDisplaySize () |
void | wxDisplaySizeMM (int *width, int *height) |
| Returns the display size in millimeters.
|
wxSize | wxGetDisplaySizeMM () |
Variables |
const wxPoint | wxDefaultPosition |
| Global instance of a wxPoint initialized with values (-1,-1).
|
wxColourDatabase * | wxTheColourDatabase |
| Global instance of a wxColourDatabase.
|
const wxSize | wxDefaultSize |
| Global instance of a wxSize object initialized to (-1,-1).
|