6#include <QtCore/QString>
7#include <QtCore/QStringList>
9#include <QtCore/QPoint>
10#include <QtCore/QPointF>
11#include <QtCore/QRectF>
12#include <QtCore/QLine>
13#include <QtCore/QLineF>
14#include <QtCore/QFileInfo>
15#include <QtCore/QDateTime>
Definition of a line in 2D-space.
Simple rectangle with integer bounds.
Definition of rectangle area orthogonal to axis of coordination system.
Definition of position or mathematical vector on 2D plane.
Common interface for the localization manager.
Index implementation for addressing elements in 2D-space.
This namespace contains non-UI utility classes based on Qt.
QLineF GetQLineF(const i2d::CLine2d &line)
QRectF GetQRectF(const i2d::CRectangle &rect)
QByteArray GetTranslation(const iqt::ITranslationManager *translationManagerPtr, const QByteArray &phrase, const QByteArray &languageId, const QByteArray &context)
Function to get phrase tranlate.
i2d::CRectangle GetCRectangle(const QRectF &rect)
QRect GetQRect(const i2d::CRect &rect)
QSize GetQSize(const istd::CIndex2d &size)
i2d::CLine2d GetCLine2d(const QLine &line)
QLine GetQLine(const i2d::CLine2d &line)
i2d::CRect GetCRect(const QRect &rect)
istd::CIndex2d GetCIndex2d(const QSize &size)
QPoint GetQPoint(const istd::CIndex2d &position)