streamDirectoryEntry_root Class Reference

Data type representing a root item. More...

#include <streamdirectoryentry_root.h>

Inheritance diagram for streamDirectoryEntry_root:

Inheritance graph
[legend]
Collaboration diagram for streamDirectoryEntry_root:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 streamDirectoryEntry_root ()
virtual ~streamDirectoryEntry_root ()
virtual bool hasChildren () const


Detailed Description

Data type representing a root item.

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

bool streamDirectoryEntry_root::hasChildren (  )  const [virtual]

Returns:
whether there are children (genres or top-level streams).

Implements streamDirectoryEntry.

Definition at line 31 of file streamdirectoryentry_root.cpp.

References streamDirectoryEntry::childCount().

Referenced by streamDirectoryModel::hasChildren().

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files:

doxygen