|
JX Application Framework
|
Functions | |
| void | JXDrawUpFrame (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXDrawDownFrame (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXDrawEngravedFrame (JPainter &p, const JRect &origRect, const JCoordinate downWidth, const JCoordinate betweenWidth, const JCoordinate upWidth, const bool fill, const JColorID fillColor) |
| void | JXDrawEmbossedFrame (JPainter &p, const JRect &origRect, const JCoordinate upWidth, const JCoordinate betweenWidth, const JCoordinate downWidth, const bool fill, const JColorID fillColor) |
| void | JXDrawFlatDiamond (JPainter &p, const JRect &rect, const JCoordinate width, const JColorID borderColor, const bool fill, const JColorID origFillColor) |
| void | JXDrawUpDiamond (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXDrawDownDiamond (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXFillDiamond (JPainter &p, const JRect &rect, const JColorID fillColor) |
| void | JXDrawUpArrowLeft (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXDrawDownArrowLeft (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXFillArrowLeft (JPainter &p, const JRect &rect, const JColorID fillColor) |
| void | JXDrawUpArrowRight (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXDrawDownArrowRight (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXFillArrowRight (JPainter &p, const JRect &rect, const JColorID fillColor) |
| void | JXDrawUpArrowUp (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXDrawDownArrowUp (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXFillArrowUp (JPainter &p, const JRect &rect, const JColorID fillColor) |
| void | JXDrawUpArrowDown (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| void | JXDrawDownArrowDown (JPainter &p, const JRect &rect, const JCoordinate width, const bool fill, const JColorID origFillColor) |
| 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, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawDownArrowLeft | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawDownArrowRight | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawDownArrowUp | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawDownDiamond | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawDownFrame | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| 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, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawUpArrowDown | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawUpArrowLeft | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawUpArrowRight | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawUpArrowUp | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawUpDiamond | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |
| void JXDrawUpFrame | ( | JPainter & | p, |
| const JRect & | rect, | ||
| const JCoordinate | width, | ||
| const bool | fill, | ||
| const JColorID | origFillColor | ||
| ) |