• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

Plasma

playerfactory.cpp

Go to the documentation of this file.
00001 #include "playerfactory.h"
00002 
00003 PlayerFactory::PlayerFactory(QObject* parent)
00004     : QObject(parent)
00005 {
00006 }
00007 
00008 PollingPlayerFactory::PollingPlayerFactory(QObject* parent)
00009     : PlayerFactory(parent)
00010 {
00011 }
00012 
00013 DBusPlayerFactory::DBusPlayerFactory(QObject* parent)
00014     : PlayerFactory(parent)
00015 {
00016 }
00017 
00018 Player::Ptr DBusPlayerFactory::create(const QString& serviceName)
00019 {
00020     return create(QVariantList() << QVariant(serviceName));
00021 }
00022 
00023 #include "playerfactory.moc"

Plasma

Skip menu "Plasma"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libplasma
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal