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

ktimetracker

  • sources
  • kde-4.12
  • kdepim
  • ktimetracker
historydialog.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2009 by Thorsten Staerk and Mathias Soeken <msoeken@tzi.de>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with this program; if not, write to the
16  * Free Software Foundation, Inc.
17  * 51 Franklin Street, Fifth Floor
18  * Boston, MA 02110-1301 USA.
19  *
20  */
21 
22 #ifndef HISTORYDIALOG_H
23 #define HISTORYDIALOG_H
24 
25 #include <QDialog>
26 #include "taskview.h"
27 
28 namespace Ui
29 {
30  class historydialog;
31 }
32 
33 class historydialog : public QDialog
34 {
35  Q_OBJECT
36 public:
37  explicit historydialog(TaskView *parent);
38  ~historydialog();
39  QString listallevents();
40  QString refresh();
41 
42 protected:
43  void changeEvent(QEvent *e);
44 
45 private:
46  Ui::historydialog *m_ui;
47  TaskView *mparent;
48 
49 private Q_SLOTS:
55  void on_deletepushbutton_clicked();
56  void historyWidgetCellChanged( int row, int col );
57  void on_okpushbutton_clicked();
58 };
59 
60 #endif // HISTORYDIALOG_H
historydialog::historydialog
historydialog(TaskView *parent)
Definition: historydialog.cpp:67
QDialog
historydialog::listallevents
QString listallevents()
Definition: historydialog.cpp:96
taskview.h
historydialog::changeEvent
void changeEvent(QEvent *e)
Definition: historydialog.cpp:152
historydialog::~historydialog
~historydialog()
Definition: historydialog.cpp:91
historydialog::refresh
QString refresh()
Definition: historydialog.cpp:236
historydialog
Definition: historydialog.h:33
TaskView
Container and interface for the tasks.
Definition: taskview.h:50
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

ktimetracker

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

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

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