#include <playlistcontainer.h>
Public Member Functions | |
| PlaylistLoadingThread (PlaylistContainer *parent_ptr, AllMusic *all_music_ptr) | |
| virtual void | run () |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Attributes | |
| PlaylistContainer * | parent |
| AllMusic * | all_music |
Definition at line 8 of file playlistcontainer.h.
| PlaylistLoadingThread::PlaylistLoadingThread | ( | PlaylistContainer * | parent_ptr, | |
| AllMusic * | all_music_ptr | |||
| ) |
Definition at line 8 of file playlistcontainer.cpp.
| void PlaylistLoadingThread::run | ( | void | ) | [virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 14 of file playlistcontainer.cpp.
PlaylistContainer* PlaylistLoadingThread::parent [private] |
Definition at line 16 of file playlistcontainer.h.
Referenced by run().
AllMusic* PlaylistLoadingThread::all_music [private] |
Definition at line 17 of file playlistcontainer.h.
Referenced by run().
1.6.3