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

kget

  • sources
  • kde-4.14
  • kdenetwork
  • kget
  • core
nepomukhandler.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2 
3  Copyright (C) 2008 Lukas Appelhans <l.appelhans@gmx.de>
4 
5  This program is free software; you can redistribute it and/or
6  modify it under the terms of the GNU General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 */
10 #ifndef NEPOMUKHANDLER_H
11 #define NEPOMUKHANDLER_H
12 
13 #include "kget_export.h"
14 
15 #include <QObject>
16 #include <KFileItemList>
17 
18 namespace Nepomuk2 {
19  class Variant;
20 }
21 
22 class Transfer;
23 
24 class KGET_EXPORT NepomukHandler : public QObject
25 {
26  Q_OBJECT
27 
28  public:
29  NepomukHandler(Transfer *transfer);
30  virtual ~NepomukHandler();
31 
32  KFileItemList fileItems() const;
33 
37  void setProperties(const QList<QPair<QUrl, Nepomuk2::Variant> > &properties, const QList<KUrl> &files = QList<KUrl>());
38 
39  void saveFileProperties();
40 
46  void deinit();
47 
48  private:
49  Transfer *m_transfer;
50 };
51 
52 #endif
kget_export.h
QObject
QList
QPair
NepomukHandler
Definition: nepomukhandler.h:24
KGET_EXPORT
#define KGET_EXPORT
Definition: kget_export.h:24
Transfer
Definition: transfer.h:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:28:43 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