#include <app.h>
Inheritance diagram for NoatunApp:

Public Slots | |
| void | toggleInterfaces () |
| void | showInterfaces () |
| void | hideInterfaces () |
| void | preferences () |
| void | quit () |
| void | fileOpen () |
| void | effectView () |
| void | equalizerView () |
Signals | |
| void | hideYourself () |
| void | showYourself () |
Public Member Functions | |
| NoatunApp () | |
| ~NoatunApp () | |
| Playlist * | playlist () const |
| Player * | player () const |
| NoatunPreferences * | preferencesBox () const |
| QString | mimeTypes () |
| LibraryLoader * | libraryLoader () const |
| Downloader * | downloader () const |
| Effects * | effects () const |
| ::Equalizer * | equalizer () const |
| EqualizerView * | equalizerView () const |
| QCString | version () const |
| virtual void | commitData (QSessionManager &) |
| virtual void | saveState (QSessionManager &) |
| bool | autoPlay () const |
| bool | loopList () const |
| bool | oneInstance () const |
| QString | saveDirectory () const |
| bool | clearOnStart () const |
| bool | clearOnOpen () const |
| bool | hackUpPlaylist () const |
| bool | fastMixer () const |
| QString | titleFormat () const |
| void | setOneInstance (bool) |
| void | setLoopList (bool) |
| void | setAutoPlay (bool) |
| void | setSaveDirectory (const QString &) |
| void | setRememberPositions (bool) |
| void | setClearOnStart (bool) |
| void | setClearOnOpen (bool) |
| void | setHackUpPlaylist (bool) |
| void | setFastMixer (bool) |
| void | setTitleFormat (const QString &) |
| int | pluginMenuAdd (const QString &text, const QObject *receiver, const char *member) |
| void | pluginMenuRemove (int id) |
| KPopupMenu * | pluginMenu (void) |
Static Public Member Functions | |
| QImage | readPNG (const QString &filename) |
Protected Member Functions | |
| virtual int | newInstance () |
Friends | |
| class | KCrash |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ask the playlists to hide, then you have to look around for them, or you'll lose |
|
|
Tells you (a UI plugin) to hide |
|
|
|
|
|
|
|
|
get a list of mimetypes aRts (noatun) can play, KFileDialog accepts this instead of the shell globs in the static functions, so there ya go :) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Adds an item to the plugin menu. You may use this value with pluginMenu() for greater control of your menu entry
|
|
|
Removes an item previously added to the plugin menu. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ask the UIs to show |
|
|
Tells you (a UI plugin) to show again |
|
|
|
|
|
ask the UIs to hide or show |
|
|
|
|
|
|
1.3-rc3