Logo    
KDWinUtils
Helper library for MFC to Qt migration
Loading...
Searching...
No Matches
kdwincore_utils.h File Reference
#include "../kdwinutils_global.h"
#include <QRect>
#include <QString>
#include <afxwin.h>
Include dependency graph for kdwincore_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Utils
 

Functions

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.