#include "../kdwinutils_global.h"
#include <QRect>
#include <QString>
#include <afxwin.h>
Go to the source code of this file.
|
CPoint | Utils::toCPoint (const QPoint &point) |
| Converts a QPoint into a CPoint.
|
|
CRect | Utils::toCRect (const QRect &rect) |
| Converts a QRect into a CRect.
|
|
CSize | Utils::toCSize (const QSize &size) |
| Converts a QSize into a CSize.
|
|
CString | Utils::toCString (const QString &str) |
| Converts a QString into a CString.
|
|
QPoint | Utils::toQPoint (const CPoint &point) |
| Converts a QPoint into a CPoint.
|
|
QRect | Utils::toQRect (const CRect &rect) |
| Converts a CRect into a QRect.
|
|
QSize | Utils::toQSize (const CSize &size) |
| Converts a CSize into a QSize.
|
|
QString | Utils::toQString (const CStringA &str) |
| Converts a CString (char) into a QString.
|
|
QString | Utils::toQString (const CStringW &str) |
| Converts a CString (wide char) into a QString.
|
|
QString | Utils::toQString (const wchar_t *str) |
| Converts a wide string into a QString.
|
|