• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • arts
 

arts

  • arts
  • kde
kaudiomanagerplay.h
1 /* This file is part of the KDE project
2  Copyright (C) 2003 Matthias Kretz <kretz@kde.org>
3 
4  This library is free software; you can redistribute it and/or
5  modify it under the terms of the GNU Library General Public
6  License version 2 as published by the Free Software Foundation.
7 
8  This library is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11  Library General Public License for more details.
12 
13  You should have received a copy of the GNU Library General Public License
14  along with this library; see the file COPYING.LIB. If not, write to
15  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16  Boston, MA 02110-1301, USA.
17 
18 */
19 
20 #ifndef KAUDIOMANAGERPLAY_H
21 #define KAUDIOMANAGERPLAY_H
22 
23 #include <artsflow.h>
24 #include <tqstring.h>
25 #include <kdelibs_export.h>
26 
27 class KArtsServer;
28 class TQString;
29 
38 class KDE_ARTS_EXPORT KAudioManagerPlay
39 {
40  public:
41  KAudioManagerPlay( KArtsServer * server, const TQString & title = TQString::null );
42  ~KAudioManagerPlay();
43 
47  Arts::Synth_AMAN_PLAY amanPlay();
48 
55  bool isNull() const;
56 
60  void setTitle( const TQString & title );
61 
65  TQString title();
66 
67  void setAutoRestoreID( const TQString & autoRestoreID );
68  TQString autoRestoreID();
69 
70  void start();
71  void stop();
72 
73  private:
74  struct PrivateData {
75  Arts::Synth_AMAN_PLAY amanPlay;
76  bool started;
77  };
78  PrivateData* d;
79 };
80 
81 
82 #endif // KAUDIOMANAGERPLAY_H
83 
84 // vim: sw=4 ts=4
KArtsServer
KArtsServer is a wrapper to conveniently get a reference to a SoundServer, and restart artsd when nec...
Definition: kartsserver.h:37
KAudioManagerPlay
KDE Wrapper for Arts::Synth_AMAN_PLAY.
Definition: kaudiomanagerplay.h:38

arts

Skip menu "arts"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

arts

Skip menu "arts"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for arts by doxygen 1.8.11
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |