Go to the documentation of this file.
25 #ifndef IMG_GUI_DRAWING_FUNCTIONS_HH_
26 #define IMG_GUI_DRAWING_FUNCTIONS_HH_
34 namespace ost {
namespace img {
namespace gui {
37 DLLEXPORT
void DrawCross(QPainter& pnt,
const QPoint& p,
int s);
38 DLLEXPORT
void DrawRectangle(QPainter& pnt,
const QPoint& p1,
const QPoint& p2);