ktimetracker
#include <edittaskdialog.h>
Public Member Functions | |
EditTaskDialog (TaskView *parent, const QString &caption, DesktopList *desktopList=0) | |
~EditTaskDialog () | |
void | setDescription (const QString &description) |
void | setTask (const QString &name) |
void | status (DesktopList *desktopList) const |
QString | taskDescription () |
QString | taskName () |
QString | timeChange () |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Detailed Description
Class to show a dialog in ktimetracker to enter data about a task.
Holds task name and auto-tracking virtual desktops.
Typically this class will be called by a taskview object to enter a new task or to edit an existing task. After quitting, you can read out task name and all properties till you delete the object.
Class to show a dialog to enter data about a task
Definition at line 26 of file edittaskdialog.h.
Constructor & Destructor Documentation
EditTaskDialog::EditTaskDialog | ( | TaskView * | parent, |
const QString & | caption, | ||
DesktopList * | desktopList = 0 |
||
) |
Definition at line 10 of file edittaskdialog.cpp.
EditTaskDialog::~EditTaskDialog | ( | ) |
Definition at line 46 of file edittaskdialog.cpp.
Member Function Documentation
|
protected |
Definition at line 51 of file edittaskdialog.cpp.
void EditTaskDialog::setDescription | ( | const QString & | description | ) |
Definition at line 84 of file edittaskdialog.cpp.
void EditTaskDialog::setTask | ( | const QString & | name | ) |
Definition at line 79 of file edittaskdialog.cpp.
void EditTaskDialog::status | ( | DesktopList * | desktopList | ) | const |
Definition at line 89 of file edittaskdialog.cpp.
QString EditTaskDialog::taskDescription | ( | ) |
Definition at line 69 of file edittaskdialog.cpp.
QString EditTaskDialog::taskName | ( | ) |
Definition at line 64 of file edittaskdialog.cpp.
QString EditTaskDialog::timeChange | ( | ) |
Definition at line 74 of file edittaskdialog.cpp.
The documentation for this class was generated from the following files:
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.