Qt 4.8
Public Functions | Public Variables | List of all members
QDirModelPrivate::QDirNode Struct Reference

Public Functions

 QDirNode ()
 
 ~QDirNode ()
 

Public Variables

QVector< QDirNodechildren
 
QIcon icon
 
QFileInfo info
 
QDirNodeparent
 
bool populated
 
bool stat
 

Detailed Description

Definition at line 74 of file qdirmodel.cpp.

Constructors and Destructors

◆ QDirNode()

QDirModelPrivate::QDirNode::QDirNode ( )
inline

Definition at line 76 of file qdirmodel.cpp.

◆ ~QDirNode()

QDirModelPrivate::QDirNode::~QDirNode ( )
inline

Definition at line 77 of file qdirmodel.cpp.

77 { children.clear(); }
QVector< QDirNode > children
Definition: qdirmodel.cpp:81

Properties

◆ children

QVector<QDirNode> QDirModelPrivate::QDirNode::children
mutable

◆ icon

QIcon QDirModelPrivate::QDirNode::icon

Definition at line 80 of file qdirmodel.cpp.

Referenced by QDirModel::fileIcon().

◆ info

QFileInfo QDirModelPrivate::QDirNode::info

◆ parent

QDirNode* QDirModelPrivate::QDirNode::parent

◆ populated

bool QDirModelPrivate::QDirNode::populated
mutable

◆ stat

bool QDirModelPrivate::QDirNode::stat
mutable

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