Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ListLayout::Role Class Reference

#include <qqmllistmodel_p_p.h>

+ Collaboration diagram for ListLayout::Role:

Public Types

enum  DataType {
  Invalid = -1 , String , Number , Bool ,
  List , QObject , VariantMap , DateTime ,
  Url , Function , MaxDataType
}
 

Public Member Functions

 Role ()
 
 Role (const Role *other)
 
 ~Role ()
 

Public Attributes

QString name
 
DataType type
 
int blockIndex
 
int blockOffset
 
int index
 
ListLayoutsubLayout
 

Detailed Description

Definition at line 163 of file qqmllistmodel_p_p.h.

Member Enumeration Documentation

◆ DataType

Enumerator
Invalid 
String 
Number 
Bool 
List 
QObject 
VariantMap 
DateTime 
Url 
Function 
MaxDataType 

Definition at line 172 of file qqmllistmodel_p_p.h.

Constructor & Destructor Documentation

◆ Role() [1/2]

ListLayout::Role::Role ( )
inline

Definition at line 167 of file qqmllistmodel_p_p.h.

◆ Role() [2/2]

ListLayout::Role::Role ( const Role * other)
explicit

Definition at line 188 of file qqmllistmodel.cpp.

References ListLayout::ListLayout(), blockIndex, blockOffset, other(), and subLayout.

+ Here is the call graph for this function:

◆ ~Role()

ListLayout::Role::~Role ( )

Definition at line 201 of file qqmllistmodel.cpp.

Member Data Documentation

◆ blockIndex

int ListLayout::Role::blockIndex

Definition at line 191 of file qqmllistmodel_p_p.h.

Referenced by Role().

◆ blockOffset

int ListLayout::Role::blockOffset

Definition at line 192 of file qqmllistmodel_p_p.h.

Referenced by Role().

◆ index

int ListLayout::Role::index

◆ name

◆ subLayout

ListLayout* ListLayout::Role::subLayout

Definition at line 194 of file qqmllistmodel_p_p.h.

Referenced by Role().

◆ type


The documentation for this class was generated from the following files: