#include <streamdirectoryentry_genre.h>
Public Member Functions | |
streamDirectoryEntry_genre () | |
virtual | ~streamDirectoryEntry_genre () |
virtual bool | canFetchMore () const |
virtual QVariant | data (const int column) const |
virtual void | fetchMore () |
virtual bool | hasChildren () const |
Public Attributes | |
bool | internal_canFetchMore |
Private Attributes | |
bool | streamFetchingHasTerminated |
bool | streamsHaveYetBeenRequested |
This data type represents a genre inside of a tree structure.
Definition at line 29 of file streamdirectoryentry_genre.h.
streamDirectoryEntry_genre::streamDirectoryEntry_genre | ( | ) |
The constructor.
Definition at line 25 of file streamdirectoryentry_genre.cpp.
References internal_canFetchMore, streamFetchingHasTerminated, and streamsHaveYetBeenRequested.
streamDirectoryEntry_genre::~streamDirectoryEntry_genre | ( | ) | [virtual] |
The destructor.
Definition at line 32 of file streamdirectoryentry_genre.cpp.
bool streamDirectoryEntry_genre::canFetchMore | ( | ) | const [virtual] |
Reimplemented from streamDirectoryEntry.
Definition at line 45 of file streamdirectoryentry_genre.cpp.
References internal_canFetchMore.
Referenced by hasChildren().
QVariant streamDirectoryEntry_genre::data | ( | const int | column | ) | const [virtual] |
Reimplemented from streamDirectoryEntry.
Definition at line 36 of file streamdirectoryentry_genre.cpp.
References streamDirectoryEntry::name().
void streamDirectoryEntry_genre::fetchMore | ( | ) | [virtual] |
Fetchs missing children entries.
The default implementation does nothing. Reimplement it for custom behavior.
Reimplemented from streamDirectoryEntry.
Definition at line 59 of file streamdirectoryentry_genre.cpp.
bool streamDirectoryEntry_genre::hasChildren | ( | ) | const [virtual] |
Implements streamDirectoryEntry.
Definition at line 50 of file streamdirectoryentry_genre.cpp.
References canFetchMore(), and streamDirectoryEntry::childCount().
Definition at line 41 of file streamdirectoryentry_genre.h.
Referenced by canFetchMore(), and streamDirectoryEntry_genre().
bool streamDirectoryEntry_genre::streamFetchingHasTerminated [private] |
Definition at line 44 of file streamdirectoryentry_genre.h.
Referenced by streamDirectoryEntry_genre().
bool streamDirectoryEntry_genre::streamsHaveYetBeenRequested [private] |
Definition at line 45 of file streamdirectoryentry_genre.h.
Referenced by streamDirectoryEntry_genre().