Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmltablemodelcolumn.cpp File Reference
#include "qqmltablemodelcolumn_p.h"
#include <QtQml/qqmlinfo.h>
#include "moc_qqmltablemodelcolumn_p.cpp"
+ Include dependency graph for qqmltablemodelcolumn.cpp:

Go to the source code of this file.

Macros

#define DEFINE_ROLE_PROPERTIES(getterGetterName, getterSetterName, getterSignal, setterGetterName, setterSetterName, setterSignal, roleName)
 

Functions

 DEFINE_ROLE_PROPERTIES (display, setDisplay, displayChanged, getSetDisplay, setSetDisplay, setDisplayChanged, displayRoleName) DEFINE_ROLE_PROPERTIES(decoration
 
decorationRoleName DEFINE_ROLE_PROPERTIES (edit, setEdit, editChanged, getSetEdit, setSetEdit, setEditChanged, editRoleName) DEFINE_ROLE_PROPERTIES(toolTip
 
decorationRoleName toolTipRoleName DEFINE_ROLE_PROPERTIES (statusTip, setStatusTip, statusTipChanged, getSetStatusTip, setSetStatusTip, setStatusTipChanged, statusTipRoleName) DEFINE_ROLE_PROPERTIES(whatsThis
 
decorationRoleName toolTipRoleName whatsThisRoleName DEFINE_ROLE_PROPERTIES (font, setFont, fontChanged, getSetFont, setSetFont, setFontChanged, fontRoleName) DEFINE_ROLE_PROPERTIES(textAlignment
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName DEFINE_ROLE_PROPERTIES (background, setBackground, backgroundChanged, getSetBackground, setSetBackground, setBackgroundChanged, backgroundRoleName) DEFINE_ROLE_PROPERTIES(foreground
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName DEFINE_ROLE_PROPERTIES (checkState, setCheckState, checkStateChanged, getSetCheckState, setSetCheckState, setCheckStateChanged, checkStateRoleName) DEFINE_ROLE_PROPERTIES(accessibleText
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName accessibleTextRoleName DEFINE_ROLE_PROPERTIES (accessibleDescription, setAccessibleDescription, accessibleDescriptionChanged, getSetAccessibleDescription, setSetAccessibleDescription, setAccessibleDescriptionChanged, accessibleDescriptionRoleName) DEFINE_ROLE_PROPERTIES(sizeHint
 

Variables

static QT_BEGIN_NAMESPACE const QString displayRoleName = QStringLiteral("display")
 Represents a column in a model.
 
static const QString decorationRoleName = QStringLiteral("decoration")
 
static const QString editRoleName = QStringLiteral("edit")
 
static const QString toolTipRoleName = QStringLiteral("toolTip")
 
static const QString statusTipRoleName = QStringLiteral("statusTip")
 
static const QString whatsThisRoleName = QStringLiteral("whatsThis")
 
static const QString fontRoleName = QStringLiteral("font")
 
static const QString textAlignmentRoleName = QStringLiteral("textAlignment")
 
static const QString backgroundRoleName = QStringLiteral("background")
 
static const QString foregroundRoleName = QStringLiteral("foreground")
 
static const QString checkStateRoleName = QStringLiteral("checkState")
 
static const QString accessibleTextRoleName = QStringLiteral("accessibleText")
 
static const QString accessibleDescriptionRoleName = QStringLiteral("accessibleDescription")
 
static const QString sizeHintRoleName = QStringLiteral("sizeHint")
 
 setDecoration
 
 decorationChanged
 
 getSetDecoration
 
 setSetDecoration
 
 setDecorationChanged
 
decorationRoleName setToolTip
 
decorationRoleName toolTipChanged
 
decorationRoleName getSetToolTip
 
decorationRoleName setSetToolTip
 
decorationRoleName setToolTipChanged
 
decorationRoleName toolTipRoleName setWhatsThis
 
decorationRoleName toolTipRoleName whatsThisChanged
 
decorationRoleName toolTipRoleName getSetWhatsThis
 
decorationRoleName toolTipRoleName setSetWhatsThis
 
decorationRoleName toolTipRoleName setWhatsThisChanged
 
decorationRoleName toolTipRoleName whatsThisRoleName setTextAlignment
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentChanged
 
decorationRoleName toolTipRoleName whatsThisRoleName getSetTextAlignment
 
decorationRoleName toolTipRoleName whatsThisRoleName setSetTextAlignment
 
decorationRoleName toolTipRoleName whatsThisRoleName setTextAlignmentChanged
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName setForeground
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundChanged
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName getSetForeground
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName setSetForeground
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName setForegroundChanged
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName setAccessibleText
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName accessibleTextChanged
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName getSetAccessibleText
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName setSetAccessibleText
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName setAccessibleTextChanged
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName accessibleTextRoleName setSizeHint
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName accessibleTextRoleName sizeHintChanged
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName accessibleTextRoleName getSetSizeHint
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName accessibleTextRoleName setSetSizeHint
 
decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName accessibleTextRoleName setSizeHintChanged
 

Macro Definition Documentation

◆ DEFINE_ROLE_PROPERTIES

#define DEFINE_ROLE_PROPERTIES (   getterGetterName,
  getterSetterName,
  getterSignal,
  setterGetterName,
  setterSetterName,
  setterSignal,
  roleName 
)

Definition at line 53 of file qqmltablemodelcolumn.cpp.

Function Documentation

◆ DEFINE_ROLE_PROPERTIES() [1/7]

decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName accessibleTextRoleName DEFINE_ROLE_PROPERTIES ( accessibleDescription  ,
setAccessibleDescription  ,
accessibleDescriptionChanged  ,
getSetAccessibleDescription  ,
setSetAccessibleDescription  ,
setAccessibleDescriptionChanged  ,
accessibleDescriptionRoleName   
)

◆ DEFINE_ROLE_PROPERTIES() [2/7]

decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName DEFINE_ROLE_PROPERTIES ( background  ,
setBackground  ,
backgroundChanged  ,
getSetBackground  ,
setSetBackground  ,
setBackgroundChanged  ,
backgroundRoleName   
)

◆ DEFINE_ROLE_PROPERTIES() [3/7]

decorationRoleName toolTipRoleName whatsThisRoleName textAlignmentRoleName foregroundRoleName DEFINE_ROLE_PROPERTIES ( checkState  ,
setCheckState  ,
checkStateChanged  ,
getSetCheckState  ,
setSetCheckState  ,
setCheckStateChanged  ,
checkStateRoleName   
)

◆ DEFINE_ROLE_PROPERTIES() [4/7]

DEFINE_ROLE_PROPERTIES ( display  ,
setDisplay  ,
displayChanged  ,
getSetDisplay  ,
setSetDisplay  ,
setDisplayChanged  ,
displayRoleName   
)

◆ DEFINE_ROLE_PROPERTIES() [5/7]

decorationRoleName DEFINE_ROLE_PROPERTIES ( edit  ,
setEdit  ,
editChanged  ,
getSetEdit  ,
setSetEdit  ,
setEditChanged  ,
editRoleName   
)

◆ DEFINE_ROLE_PROPERTIES() [6/7]

decorationRoleName toolTipRoleName whatsThisRoleName DEFINE_ROLE_PROPERTIES ( font  ,
setFont  ,
fontChanged  ,
getSetFont  ,
setSetFont  ,
setFontChanged  ,
fontRoleName   
)

◆ DEFINE_ROLE_PROPERTIES() [7/7]

decorationRoleName toolTipRoleName DEFINE_ROLE_PROPERTIES ( statusTip  ,
setStatusTip  ,
statusTipChanged  ,
getSetStatusTip  ,
setSetStatusTip  ,
setStatusTipChanged  ,
statusTipRoleName   
)

Variable Documentation

◆ accessibleDescriptionRoleName

const QString accessibleDescriptionRoleName = QStringLiteral("accessibleDescription")
static

Definition at line 39 of file qqmltablemodelcolumn.cpp.

◆ accessibleTextChanged

◆ accessibleTextRoleName

const QString accessibleTextRoleName = QStringLiteral("accessibleText")
static

Definition at line 38 of file qqmltablemodelcolumn.cpp.

◆ backgroundRoleName

const QString backgroundRoleName = QStringLiteral("background")
static

Definition at line 34 of file qqmltablemodelcolumn.cpp.

◆ checkStateRoleName

const QString checkStateRoleName = QStringLiteral("checkState")
static

Definition at line 36 of file qqmltablemodelcolumn.cpp.

◆ decorationChanged

decorationChanged

Definition at line 93 of file qqmltablemodelcolumn.cpp.

◆ decorationRoleName

const QString decorationRoleName = QStringLiteral("decoration")
static

Definition at line 26 of file qqmltablemodelcolumn.cpp.

◆ displayRoleName

QT_BEGIN_NAMESPACE const QString displayRoleName = QStringLiteral("display")
static

Represents a column in a model.

\qmltype TableModelColumn

! \instantiates QQmlTableModelColumn \inqmlmodule Qt.labs.qmlmodels

Since
5.14

Definition at line 25 of file qqmltablemodelcolumn.cpp.

◆ editRoleName

const QString editRoleName = QStringLiteral("edit")
static

Definition at line 27 of file qqmltablemodelcolumn.cpp.

◆ fontRoleName

const QString fontRoleName = QStringLiteral("font")
static

Definition at line 32 of file qqmltablemodelcolumn.cpp.

◆ foregroundChanged

◆ foregroundRoleName

const QString foregroundRoleName = QStringLiteral("foreground")
static

Definition at line 35 of file qqmltablemodelcolumn.cpp.

◆ getSetAccessibleText

◆ getSetDecoration

getSetDecoration

Definition at line 94 of file qqmltablemodelcolumn.cpp.

◆ getSetForeground

◆ getSetSizeHint

◆ getSetTextAlignment

Definition at line 107 of file qqmltablemodelcolumn.cpp.

◆ getSetToolTip

decorationRoleName getSetToolTip

Definition at line 98 of file qqmltablemodelcolumn.cpp.

◆ getSetWhatsThis

Definition at line 102 of file qqmltablemodelcolumn.cpp.

◆ setAccessibleText

◆ setAccessibleTextChanged

◆ setDecoration

setDecoration

Definition at line 93 of file qqmltablemodelcolumn.cpp.

◆ setDecorationChanged

setDecorationChanged

Definition at line 94 of file qqmltablemodelcolumn.cpp.

◆ setForeground

◆ setForegroundChanged

◆ setSetAccessibleText

◆ setSetDecoration

setSetDecoration

Definition at line 94 of file qqmltablemodelcolumn.cpp.

◆ setSetForeground

◆ setSetSizeHint

◆ setSetTextAlignment

Definition at line 107 of file qqmltablemodelcolumn.cpp.

◆ setSetToolTip

decorationRoleName setSetToolTip

Definition at line 98 of file qqmltablemodelcolumn.cpp.

◆ setSetWhatsThis

Definition at line 102 of file qqmltablemodelcolumn.cpp.

◆ setSizeHint

◆ setSizeHintChanged

◆ setTextAlignment

◆ setTextAlignmentChanged

Definition at line 107 of file qqmltablemodelcolumn.cpp.

◆ setToolTip

◆ setToolTipChanged

decorationRoleName setToolTipChanged

Definition at line 98 of file qqmltablemodelcolumn.cpp.

◆ setWhatsThis

Definition at line 101 of file qqmltablemodelcolumn.cpp.

Referenced by QToolButton::setDefaultAction().

◆ setWhatsThisChanged

decorationRoleName toolTipRoleName setWhatsThisChanged

Definition at line 102 of file qqmltablemodelcolumn.cpp.

◆ sizeHintChanged

◆ sizeHintRoleName

const QString sizeHintRoleName = QStringLiteral("sizeHint")
static

Definition at line 41 of file qqmltablemodelcolumn.cpp.

◆ statusTipRoleName

const QString statusTipRoleName = QStringLiteral("statusTip")
static

Definition at line 29 of file qqmltablemodelcolumn.cpp.

◆ textAlignmentChanged

Definition at line 106 of file qqmltablemodelcolumn.cpp.

◆ textAlignmentRoleName

const QString textAlignmentRoleName = QStringLiteral("textAlignment")
static

Definition at line 33 of file qqmltablemodelcolumn.cpp.

◆ toolTipChanged

decorationRoleName toolTipChanged

Definition at line 97 of file qqmltablemodelcolumn.cpp.

◆ toolTipRoleName

const QString toolTipRoleName = QStringLiteral("toolTip")
static

Definition at line 28 of file qqmltablemodelcolumn.cpp.

◆ whatsThisChanged

Definition at line 101 of file qqmltablemodelcolumn.cpp.

◆ whatsThisRoleName

const QString whatsThisRoleName = QStringLiteral("whatsThis")
static

Definition at line 30 of file qqmltablemodelcolumn.cpp.