Qt 4.8
Public Functions | Public Variables | List of all members
QTreeModel::SkipSorting Struct Reference

#include <qtreewidget_p.h>

Public Functions

 SkipSorting (const QTreeModel *m)
 
 ~SkipSorting ()
 

Public Variables

const QTreeModel *const model
 
const bool previous
 

Detailed Description

Definition at line 167 of file qtreewidget_p.h.

Constructors and Destructors

◆ SkipSorting()

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

Definition at line 171 of file qtreewidget_p.h.

172  { model->skipPendingSort = true; }
const QTreeModel *const model
bool skipPendingSort

◆ ~SkipSorting()

QTreeModel::SkipSorting::~SkipSorting ( )
inline

Definition at line 173 of file qtreewidget_p.h.

const QTreeModel *const model
bool skipPendingSort

Properties

◆ model

const QTreeModel* const QTreeModel::SkipSorting::model

Definition at line 169 of file qtreewidget_p.h.

Referenced by QTreeWidgetPrivate::treeModel().

◆ previous

const bool QTreeModel::SkipSorting::previous

Definition at line 170 of file qtreewidget_p.h.

Referenced by QTreeWidgetPrivate::item(), and ~SkipSorting().


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