NoatunApp Class Reference
Noatun Application class.
More...
#include <noatun/app.h>
Inheritance diagram for NoatunApp:
[legend]List of all members.
Detailed Description
Noatun Application class.
Can be accessed from every plugin by using "napp"
- Author:
- Charles Samuels
- Version:
- 2.3
Definition at line 31 of file app.h.
Constructor & Destructor Documentation
Member Function Documentation
| bool NoatunApp::autoPlay |
( |
|
) |
const |
|
| bool NoatunApp::clearOnOpen |
( |
|
) |
const |
|
| bool NoatunApp::clearOnStart |
( |
|
) |
const |
|
| virtual void NoatunApp::commitData |
( |
QSessionManager & |
|
) |
[virtual] |
|
| bool NoatunApp::displayRemaining |
( |
|
) |
const |
|
| Downloader* NoatunApp::downloader |
( |
|
) |
const [inline] |
|
|
|
Definition at line 66 of file app.h. |
| Effects* NoatunApp::effects |
( |
|
) |
const |
|
| void NoatunApp::effectView |
( |
|
) |
[slot] |
|
| ::Equalizer* NoatunApp::equalizer |
( |
|
) |
const [inline] |
|
|
|
Definition at line 69 of file app.h. |
| void NoatunApp::equalizerView |
( |
|
) |
[slot] |
|
| KDialogBase* NoatunApp::equalizerView |
( |
|
) |
const [inline] |
|
|
|
Definition at line 71 of file app.h. |
| bool NoatunApp::fastMixer |
( |
|
) |
const |
|
| void NoatunApp::fileOpen |
( |
|
) |
[slot] |
|
| bool NoatunApp::hackUpPlaylist |
( |
|
) |
const |
|
| void NoatunApp::hideInterfaces |
( |
|
) |
[slot] |
|
|
|
ask the UIs to hide, then you have to look around for them, or you'll lose |
| void NoatunApp::hideYourself |
( |
|
) |
[signal] |
|
|
|
Tells you (a UI plugin) to hide |
|
|
Definition at line 65 of file app.h. |
| bool NoatunApp::loopList |
( |
|
) |
const |
|
| QString NoatunApp::mimeTypes |
( |
|
) |
|
|
|
|
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 :) |
| virtual int NoatunApp::newInstance |
( |
|
) |
[protected, virtual] |
|
| bool NoatunApp::oneInstance |
( |
|
) |
const |
|
| Player* NoatunApp::player |
( |
|
) |
const [inline] |
|
|
|
access to the central player object Any plugin can access the noatun player backend with napp->playlist();
Definition at line 52 of file app.h. |
|
|
Provides access to the central playlist object. Any plugin can access the noatun playlist with napp->playlist(); |
|
|
To insert items use KActions and insert() them into pluginActionMenu(). - Returns:
- pointer to the actionmenu
|
| KPopupMenu* NoatunApp::pluginMenu |
( |
|
) |
|
|
| int NoatunApp::pluginMenuAdd |
( |
const QString & |
text, |
|
|
const QObject * |
receiver, |
|
|
const char * |
member |
|
) |
|
|
| void NoatunApp::pluginMenuRemove |
( |
int |
id |
) |
|
|
|
|
- Deprecated:
- Removes an item previously added to the plugin menu.
- Parameters:
-
| id | the ID of the "to be removed" menu item |
|
| void NoatunApp::preferences |
( |
|
) |
[slot] |
|
| void NoatunApp::quit |
( |
|
) |
[slot] |
|
| QImage NoatunApp::readPNG |
( |
const QString & |
filename |
) |
[static] |
|
| QString NoatunApp::saveDirectory |
( |
|
) |
const |
|
| virtual void NoatunApp::saveState |
( |
QSessionManager & |
|
) |
[virtual] |
|
| void NoatunApp::setAutoPlay |
( |
bool |
|
) |
|
|
| void NoatunApp::setClearOnOpen |
( |
bool |
|
) |
|
|
| void NoatunApp::setClearOnStart |
( |
bool |
|
) |
|
|
| void NoatunApp::setDisplayRemaining |
( |
bool |
|
) |
|
|
| void NoatunApp::setFastMixer |
( |
bool |
|
) |
|
|
| void NoatunApp::setHackUpPlaylist |
( |
bool |
|
) |
|
|
| void NoatunApp::setLoopList |
( |
bool |
|
) |
|
|
| void NoatunApp::setOneInstance |
( |
bool |
|
) |
|
|
| void NoatunApp::setRememberPositions |
( |
bool |
|
) |
|
|
| void NoatunApp::setSaveDirectory |
( |
const QString & |
|
) |
|
|
| void NoatunApp::setTitleFormat |
( |
const QString & |
|
) |
|
|
| void NoatunApp::showInterfaces |
( |
|
) |
[slot] |
|
| void NoatunApp::showYourself |
( |
|
) |
[signal] |
|
|
|
Tells you (a UI plugin) to show again |
| QString NoatunApp::titleFormat |
( |
|
) |
const |
|
| void NoatunApp::toggleInterfaces |
( |
|
) |
[slot] |
|
|
|
ask the UIs to hide or show |
| QCString NoatunApp::version |
( |
|
) |
const |
|
The documentation for this class was generated from the following file:
This file is part of the documentation for Noatun 2.6.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 22 00:20:37 2004 by
doxygen 1.3.8-20040913 written by
Dimitri van Heesch, © 1997-2003