4#ifndef QTREEWIDGETITEMITERATOR_H
5#define QTREEWIDGETITEMITERATOR_H
7#include <QtWidgets/qtwidgetsglobal.h>
8#include <QtCore/qscopedpointer.h>
18class QTreeWidgetItemIteratorPrivate;
27 NotHidden = 0x00000002,
28 Selected = 0x00000004,
29 Unselected = 0x00000008,
30 Selectable = 0x00000010,
31 NotSelectable = 0x00000020,
32 DragEnabled = 0x00000040,
33 DragDisabled = 0x00000080,
34 DropEnabled = 0x00000100,
35 DropDisabled = 0x00000200,
36 HasChildren = 0x00000400,
37 NoChildren = 0x00000800,
39 NotChecked = 0x00002000,
42 Editable = 0x00010000,
43 NotEditable = 0x00020000,
90 return (*
this) -= (-
n);
91 while (current &&
n--)
99 return (*
this) += (-
n);
100 while (current &&
n--)
QSet< QString >::iterator it
Combined button and popup list for selecting options.
constexpr timespec operator*(const timespec &t1, int mul)
constexpr timespec & operator+=(timespec &t1, const timespec &t2)
#define Q_DECLARE_FLAGS(Flags, Enum)
#define Q_DECLARE_OPERATORS_FOR_FLAGS(Flags)
#define QT_REQUIRE_CONFIG(feature)