Logo    
KDWinUtils
Helper library for MFC to Qt migration
Loading...
Searching...
No Matches
kwidget.h File Reference
#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>
Include dependency graph for kwidget.h:
This graph shows which files directly or indirectly include this file:

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"
 

Variable Documentation

◆ InternalScrollAreaName

char InternalScrollAreaName[] = "InternalScroll"
constexpr