• 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
handler.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2 
3  Copyright (C) 2008 - 2009 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 HANDLER_H
11 #define HANDLER_H
12 
13 #include <QObject>
14 
15 class Scheduler;
16 
17 class Handler : public QObject
18 {
19  Q_OBJECT
20  public:
21  Handler(Scheduler * scheduler, QObject * parent);
22  virtual ~Handler();
23 
24  virtual void start() = 0;
25  virtual void stop() = 0;
26 
27  virtual QVariant data(int column) = 0;
28 
29  protected:
30  Scheduler * m_scheduler;
31 };
32 
33 #endif
Handler::m_scheduler
Scheduler * m_scheduler
Definition: handler.h:30
Scheduler
Scheduler class: what handle all the jobs in kget.
Definition: scheduler.h:32
Handler::data
virtual QVariant data(int column)=0
Handler::start
virtual void start()=0
QObject
Handler::Handler
Handler(Scheduler *scheduler, QObject *parent)
Definition: handler.cpp:14
Handler
Definition: handler.h:17
Handler::stop
virtual void stop()=0
Handler::~Handler
virtual ~Handler()
Definition: handler.cpp:20
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