#include <streamdirectoryentry_root.h>


Public Member Functions | |
| streamDirectoryEntry_root () | |
| virtual | ~streamDirectoryEntry_root () |
| virtual bool | hasChildren () const |
This data type serves as root item in a tree structure. It implements streamDirectoryEntry in a minimal way.
Definition at line 30 of file streamdirectoryentry_root.h.
| streamDirectoryEntry_root::streamDirectoryEntry_root | ( | ) |
The constructor.
Definition at line 23 of file streamdirectoryentry_root.cpp.
| streamDirectoryEntry_root::~streamDirectoryEntry_root | ( | ) | [virtual] |
The destructor.
Definition at line 27 of file streamdirectoryentry_root.cpp.
| bool streamDirectoryEntry_root::hasChildren | ( | ) | const [virtual] |
Implements streamDirectoryEntry.
Definition at line 31 of file streamdirectoryentry_root.cpp.
References streamDirectoryEntry::childCount().
Referenced by streamDirectoryModel::hasChildren().

