git-svn-id: svn://db.shs.com.ru/libs@41 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-11-09 09:32:31 +00:00
parent 8da2529bda
commit c27e345c51
2 changed files with 80 additions and 29 deletions

View File

@@ -355,8 +355,10 @@ protected:
void setRectToLines();
void checkLines();
double splitRange(double range, int count = 1);
double splitRangeDate(double range, int count = 1, QString * format = 0);
double splitRangeDate(double range, int count = 1, QString * format = 0, int step[7] = 0);
double roundTo(double value, double round_to);
void roundDateTime(QDateTime & dt, int c[7]);
void addDateTime(QDateTime & dt, int c[7], int mul = 1);
QPointF absPoint(QPointF point) {return QPointF(qAbs(point.x()), qAbs(point.y()));}
QString pointCoords(QPointF point);
QPair<QString, QString> gridMark(double v) const;