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
QTreeModel::SkipSorting Struct Reference

#include <qtreewidget_p.h>

+ Collaboration diagram for QTreeModel::SkipSorting:

Public Member Functions

 SkipSorting (const QTreeModel *m)
 
 ~SkipSorting ()
 

Public Attributes

const QTreeModel *const model
 
const bool previous
 

Detailed Description

Definition at line 132 of file qtreewidget_p.h.

Constructor & Destructor Documentation

◆ SkipSorting()

QTreeModel::SkipSorting::SkipSorting ( const QTreeModel * m)
inline

Definition at line 136 of file qtreewidget_p.h.

References model.

◆ ~SkipSorting()

QTreeModel::SkipSorting::~SkipSorting ( )
inline

Definition at line 138 of file qtreewidget_p.h.

References model, and previous.

Member Data Documentation

◆ model

const QTreeModel* const QTreeModel::SkipSorting::model

Definition at line 134 of file qtreewidget_p.h.

Referenced by SkipSorting(), and ~SkipSorting().

◆ previous

const bool QTreeModel::SkipSorting::previous

Definition at line 135 of file qtreewidget_p.h.

Referenced by ~SkipSorting().


The documentation for this struct was generated from the following file: