Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquicktableview_p_p.h File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include "qquicktableview_p.h"
#include <QtCore/qtimer.h>
#include <QtCore/qitemselectionmodel.h>
#include <QtQmlModels/private/qqmltableinstancemodel_p.h>
#include <QtQml/private/qqmlincubator_p.h>
#include <QtQmlModels/private/qqmlchangeset_p.h>
#include <QtQml/qqmlinfo.h>
#include <QtQuick/private/qquickflickable_p_p.h>
#include <QtQuick/private/qquickitemviewfxitem_p_p.h>
#include <QtQuick/private/qquickanimation_p.h>
#include <QtQuick/private/qquickselectable_p.h>
#include <QtQuick/private/qquicksinglepointhandler_p.h>
#include <QtQuick/private/qquickhoverhandler_p.h>
#include <QtQuick/private/qquicktaphandler_p.h>
#include <QtCore/private/qminimalflatset_p.h>
Include dependency graph for qquicktableview_p_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQuickTableViewHoverHandler
class  QQuickTableViewPointerHandler
class  QQuickTableViewResizeHandler
class  QQuickTableViewTapHandler
class  QQuickTableViewPrivate
class  QQuickTableViewPrivate::TableEdgeLoadRequest
class  QQuickTableViewPrivate::EdgeRange
struct  QQuickTableViewPrivate::SectionData
class  FxTableItem

Variables

static QT_BEGIN_NAMESPACE const qreal kDefaultRowHeight = 50
static const qreal kDefaultColumnWidth = 50
static const int kEdgeIndexNotSet = -2
static const int kEdgeIndexAtEnd = -3

Variable Documentation

◆ kDefaultColumnWidth

const qreal kDefaultColumnWidth = 50
static

Definition at line 48 of file qquicktableview_p_p.h.

◆ kDefaultRowHeight

QT_BEGIN_NAMESPACE const qreal kDefaultRowHeight = 50
static

Definition at line 47 of file qquicktableview_p_p.h.

◆ kEdgeIndexAtEnd

const int kEdgeIndexAtEnd = -3
static

Definition at line 50 of file qquicktableview_p_p.h.

◆ kEdgeIndexNotSet

const int kEdgeIndexNotSet = -2
static

Definition at line 49 of file qquicktableview_p_p.h.