• 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
transfercontainer.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2 
3  Copyright (C) 2007 Urs Wolfer <uwolfer @ kde.org>
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 
11 #ifndef TRANSFERCONTAINER_H
12 #define TRANSFERCONTAINER_H
13 
14 #include <QObject>
15 
23 class TransferContainer : public QObject
24 {
25  Q_OBJECT
26 
27 public:
28  Q_FLAGS(TransferFlags)
29 
30  enum TransferFlag {
32  Tf_SupportsSegments = 0x01,
34  Tf_MultipleFiles = 0x02
35  };
36 
37  Q_DECLARE_FLAGS(TransferFlags, TransferFlag)
38 
39  TransferContainer();
40  ~TransferContainer();
41 };
42 
43 Q_DECLARE_OPERATORS_FOR_FLAGS(TransferContainer::TransferFlags)
44 
45 #endif
TransferContainer::TransferFlag
TransferFlag
Definition: transfercontainer.h:30
TransferContainer
TransferContainer class handles the transfers.
Definition: transfercontainer.h:23
QObject
TransferContainer::Tf_SupportsSegments
The transfer supports resuming and seeking.
Definition: transfercontainer.h:32
TransferContainer::Tf_MultipleFiles
The container includes more than one file, e.g.
Definition: transfercontainer.h:34
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