• 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
  • extensions
  • konqueror
kget_plug_in.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2 
3  Copyright (C) 2002 Patrick Charbonnier <pch@valleeurpe.net>
4  Copyright (C) 2010 Matthias Fuchs <mat69@gmx.net>
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 #ifndef KGETPLUGIN_H
13 #define KGETPLUGIN_H
14 
15 #include <KDE/KParts/Plugin>
16 
17 #include <QtCore/QPointer>
18 
19 class KToggleAction;
20 
21 class KGetPlugin : public KParts::Plugin
22 {
23  Q_OBJECT
24 public:
25  KGetPlugin(QObject* parent, const QVariantList&);
26  virtual ~KGetPlugin();
27 
28 private Q_SLOTS:
29  void slotShowDrop();
30  void slotShowLinks();
31  void slotShowSelectedLinks();
32  void slotImportLinks();
33  void showPopup();
34 
35 private:
36  void getLinks(bool selectedOnly = false);
37 
38  QStringList m_linkList;
39  KToggleAction *m_dropTargetAction;
40 };
41 
42 #endif
KGetPlugin::KGetPlugin
KGetPlugin(QObject *parent, const QVariantList &args)
Definition: plugin.cpp:16
QObject
KGetPlugin::~KGetPlugin
virtual ~KGetPlugin()
Definition: plugin.cpp:22
KGetPlugin
Base class for kget plugins.
Definition: plugin.h:61
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