• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

kget

  • sources
  • kde-4.12
  • kdenetwork
  • kget
  • core
  • plugin
plugin.cpp
Go to the documentation of this file.
1 /* This file is part of the KDE project
2 
3  Copyright (C) 2005 by Enrico Ros <eros.kde@email.it>
4  based on amarok code Copyright (C) 2004 by Mark Kretschmann <markey@web.de>
5 
6  This program is free software; you can redistribute it and/or
7  modify it under the terms of the GNU General Public
8  License as published by the Free Software Foundation; either
9  version 2 of the License, or (at your option) any later version.
10 */
11 
12 #include "plugin.h"
13 
14 #include <kdebug.h>
15 
16 KGetPlugin::KGetPlugin(QObject *parent, const QVariantList &args)
17  : QObject(parent)
18 {
19  Q_UNUSED(args)
20 }
21 
22 KGetPlugin::~KGetPlugin()
23 {
24 }
25 
26 /*
27 void Plugin::addPluginProperty( const QString& key, const QString& value )
28 {
29  m_properties[key.toLower()] = value;
30 }
31 
32 QString Plugin::pluginProperty( const QString& key )
33 {
34  if ( m_properties.find( key.toLower() ) == m_properties.end() )
35  return "false";
36 
37  return m_properties[key.toLower()];
38 }
39 
40 bool Plugin::hasPluginProperty( const QString& key )
41 {
42  return m_properties.find( key.toLower() ) != m_properties.end();
43 }
44 */
45 
KGetPlugin::KGetPlugin
KGetPlugin(QObject *parent, const QVariantList &args)
Definition: plugin.cpp:16
plugin.h
QObject
KGetPlugin::~KGetPlugin
virtual ~KGetPlugin()
Definition: plugin.cpp:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kget

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

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal