JX Application Framework
|
Functions | |
void | JXDrawUpFrame (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawDownFrame (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawEngravedFrame (JPainter &p, const JRect &rect, const JCoordinate downWidth, const JCoordinate betweenWidth, const JCoordinate upWidth, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawEmbossedFrame (JPainter &p, const JRect &rect, const JCoordinate upWidth, const JCoordinate betweenWidth, const JCoordinate downWidth, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawFlatDiamond (JPainter &p, const JRect &rect, const JCoordinate width, const JColorID borderColor, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawUpDiamond (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawDownDiamond (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXFillDiamond (JPainter &p, const JRect &rect, const JColorID fillColor) |
void | JXDrawUpArrowLeft (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawDownArrowLeft (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXFillArrowLeft (JPainter &p, const JRect &rect, const JColorID fillColor) |
void | JXDrawUpArrowRight (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawDownArrowRight (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXFillArrowRight (JPainter &p, const JRect &rect, const JColorID fillColor) |
void | JXDrawUpArrowUp (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawDownArrowUp (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXFillArrowUp (JPainter &p, const JRect &rect, const JColorID fillColor) |
void | JXDrawUpArrowDown (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXDrawDownArrowDown (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill=false, const JColorID fillColor=kJXTransparentColor) |
void | JXFillArrowDown (JPainter &p, const JRect &rect, const JColorID fillColor) |
void | JXDrawDNDBorder (JPainter &p, const JRect &rect, const JCoordinate width) |
void JXDrawDNDBorder | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width | ||
) |
Use this to draw a blue border around a widget when a drop will be accepted.
void JXDrawDownArrowDown | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawDownArrowLeft | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawDownArrowRight | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawDownArrowUp | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawDownDiamond | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawDownFrame | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawEmbossedFrame | ( | JPainter & | p, |
const JRect & | origRect, | ||
const JCoordinate | upWidth, | ||
const JCoordinate | betweenWidth, | ||
const JCoordinate | downWidth, | ||
const bool | fill, | ||
const JColorID | fillColor | ||
) |
Draw a frame that appears to be embossed (raised) above the background. The height up and the depth back down can be different.
void JXDrawEngravedFrame | ( | JPainter & | p, |
const JRect & | origRect, | ||
const JCoordinate | downWidth, | ||
const JCoordinate | betweenWidth, | ||
const JCoordinate | upWidth, | ||
const bool | fill, | ||
const JColorID | fillColor | ||
) |
Draw a frame that appears to be engraved (chiseled) into the background. The depth down and the height back up can be different.
void JXDrawFlatDiamond | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const JColorID | borderColor, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawUpArrowDown | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawUpArrowLeft | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawUpArrowRight | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawUpArrowUp | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawUpDiamond | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |
void JXDrawUpFrame | ( | JPainter & | p, |
const JRect & | rect, | ||
const JCoordinate | width, | ||
const bool | fill = false , |
||
const JColorID | fillColor = kJXTransparentColor |
||
) |