#include <kaudiomanagerplay.h>
Public Member Functions | |
| KAudioManagerPlay (KArtsServer *server, const TQString &title=TQString::null) | |
| Arts::Synth_AMAN_PLAY | amanPlay () |
| bool | isNull () const |
| void | setTitle (const TQString &title) |
| TQString | title () |
| void | setAutoRestoreID (const TQString &autoRestoreID) |
| TQString | autoRestoreID () |
| void | start () |
| void | stop () |
Detailed Description
KDE Wrapper for Arts::Synth_AMAN_PLAY.
Use this class to create an entry in the AudioManager - that's the list you see when opening the AudioManager view in artscontrol.
- Since
- 3.2
Definition at line 38 of file kaudiomanagerplay.h.
Constructor & Destructor Documentation
◆ KAudioManagerPlay()
| KAudioManagerPlay::KAudioManagerPlay | ( | KArtsServer * | server, |
| const TQString & | title = TQString::null |
||
| ) |
Definition at line 26 of file kaudiomanagerplay.cpp.
◆ ~KAudioManagerPlay()
| KAudioManagerPlay::~KAudioManagerPlay | ( | ) |
Definition at line 34 of file kaudiomanagerplay.cpp.
Member Function Documentation
◆ amanPlay()
| Arts::Synth_AMAN_PLAY KAudioManagerPlay::amanPlay | ( | ) |
Returns the internal Arts::Synth_AMAN_PLAY.
Definition at line 40 of file kaudiomanagerplay.cpp.
◆ autoRestoreID()
| TQString KAudioManagerPlay::autoRestoreID | ( | ) |
Definition at line 67 of file kaudiomanagerplay.cpp.
◆ isNull()
| bool KAudioManagerPlay::isNull | ( | ) | const |
return true if this == 0 or amanPlay().isNull()
in essence, ((KDE::PlayObject*)0)->isNull() will not crash
Definition at line 45 of file kaudiomanagerplay.cpp.
◆ setAutoRestoreID()
| void KAudioManagerPlay::setAutoRestoreID | ( | const TQString & | autoRestoreID | ) |
Definition at line 62 of file kaudiomanagerplay.cpp.
◆ setTitle()
| void KAudioManagerPlay::setTitle | ( | const TQString & | title | ) |
Set the name of the output in the AudioManager.
Definition at line 52 of file kaudiomanagerplay.cpp.
◆ start()
| void KAudioManagerPlay::start | ( | ) |
Definition at line 72 of file kaudiomanagerplay.cpp.
◆ stop()
| void KAudioManagerPlay::stop | ( | ) |
Definition at line 81 of file kaudiomanagerplay.cpp.
◆ title()
| TQString KAudioManagerPlay::title | ( | ) |
returns the name of the output as it appears in the AudioManager
Definition at line 57 of file kaudiomanagerplay.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference