![]() |
KDWinUtils
Helper library for MFC to Qt migration
|
#include "../corelib/krect.h"#include "../corelib/kstring.h"#include "../kdwinutils_global.h"#include <QAbstractScrollArea>#include <QAbstractSlider>#include <QCoreApplication>#include <QKeyEvent>#include <QMouseEvent>#include <QScrollBar>#include <QVBoxLayout>#include <QWidget>#include <functional>#include <optional>#include <unordered_map>#include <afxwin.h>Go to the source code of this file.
Classes | |
| class | KMessageEvent |
| Event use internally to map the MFC message handling. More... | |
| class | KWidget |
| The KWidget class is used to replace MFC CWnd. More... | |
| class | KWidgetBase< T > |
| The KWidgetBase< T > class maps the MFC API of CWnd. More... | |
| struct | KWidgetBase< T >::ScrollInfo |
| Struct used to retrieve or set the scroll bar parameters maintains. More... | |
Variables | |
| constexpr char | InternalScrollAreaName [] = "InternalScroll" |
|
constexpr |