|
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
|
#include <FXDCHelper.h>
Public Methods | |
| void | drawBorderRectangle (FXint x, FXint y, FXint w, FXint h) |
| void | drawRaisedRectangle (FXint x, FXint y, FXint w, FXint h) |
| void | drawSunkenRectangle (FXint x, FXint y, FXint w, FXint h) |
| void | drawRidgeRectangle (FXint x, FXint y, FXint w, FXint h) |
| void | drawGrooveRectangle (FXint x, FXint y, FXint w, FXint h) |
| void | drawDoubleRaisedRectangle (FXint x, FXint y, FXint w, FXint h) |
| void | drawDoubleSunkenRectangle (FXint x, FXint y, FXint w, FXint h) |
| void | drawFocusRectangle (FXint x, FXint y, FXint w, FXint h) |
| void | drawFrame (FXint x, FXint y, FXint w, FXint h) |
| void | fillRegion (const FXRegion ®ion) |
| void | fillArc (FXint x, FXint y, FXint w, FXint h, FXfloat start, FXfloat end) |
| FXDCHelper (FXApp *a, FXDC *dc=NULL, FXuint opts=0) | |
| FXDCHelper (const FXDCHelper &h) | |
| FXDCHelper & | operator= (const FXDCHelper &h) |
| FXApp * | getApp () |
| void | setDC (FXDC *dc) |
| FXDC * | getDC () const |
| void | setFrameStyle (FXuint style) |
| FXuint | getFrameStyle () const |
| FXint | getBorderWidth () const |
| void | setHiliteColor (FXColor clr) |
| FXColor | getHiliteColor () const |
| void | setShadowColor (FXColor clr) |
| FXColor | getShadowColor () const |
| void | setBorderColor (FXColor clr) |
| FXColor | getBorderColor () const |
| void | setBaseColor (FXColor clr) |
| FXColor | getBaseColor () const |
| virtual | ~FXDCHelper () |
eg drawing various styles of rectangles.
It takes frame style options (FRAME_*) for specifying the specific types of frame styles
Definition at line 33 of file FXDCHelper.h.
|
||||||||||||||||||||||
|
Construct packer layout manager.
|
|
|
Construct based on existing helper.
|
|
|
dtor.
|
|
|||||||||||||||||||||||||||||
|
various rectangles that can be drawn.
|
|
|||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|
fill region.
|
|
|||||||||||||||||||||||||||||||||||||||||||
|
fill an arc centered at x,y width,height from center start-angle,end-angle in degrees from 12 oclock, clockwise.
|
|
|
assign from other DC helper.
|
|
|
get application.
Definition at line 67 of file FXDCHelper.h. |
|
|
set's the current DC.
Definition at line 70 of file FXDCHelper.h. |
|
|
get the curretn DC.
Definition at line 73 of file FXDCHelper.h. |
|
|
Change frame style.
|
|
|
Get current frame style.
|
|
|
Get border width.
Definition at line 82 of file FXDCHelper.h. |
|
|
Change highlight color.
|
|
|
Get highlight color.
Definition at line 88 of file FXDCHelper.h. |
|
|
Change shadow color.
|
|
|
Get shadow color.
Definition at line 94 of file FXDCHelper.h. |
|
|
Change border color.
|
|
|
Get border color.
Definition at line 100 of file FXDCHelper.h. |
|
|
Change base gui color.
|
|
|
Get base gui color.
Definition at line 106 of file FXDCHelper.h. |