kpilot
TodoEditor Class Reference
#include <todoEditor.h>
Inheritance diagram for TodoEditor:
Public Slots | |
void | slotCancel () |
void | slotOk () |
void | updateRecord (PilotTodoEntry *) |
Signals | |
void | recordChangeComplete (PilotTodoEntry *) |
Public Member Functions | |
TodoEditor (PilotTodoEntry *todo, struct ToDoAppInfo *appInfo, QWidget *parent, const char *name=0L) | |
~TodoEditor () |
Detailed Description
Definition at line 44 of file todoEditor.h.
Constructor & Destructor Documentation
TodoEditor::TodoEditor | ( | PilotTodoEntry * | todo, | |
struct ToDoAppInfo * | appInfo, | |||
QWidget * | parent, | |||
const char * | name = 0L | |||
) |
Definition at line 47 of file todoEditor.cc.
TodoEditor::~TodoEditor | ( | ) |
Definition at line 65 of file todoEditor.cc.
Member Function Documentation
void TodoEditor::recordChangeComplete | ( | PilotTodoEntry * | ) | [signal] |
void TodoEditor::slotCancel | ( | ) | [slot] |
Definition at line 114 of file todoEditor.cc.
void TodoEditor::slotOk | ( | ) | [slot] |
Definition at line 127 of file todoEditor.cc.
void TodoEditor::updateRecord | ( | PilotTodoEntry * | p | ) | [slot] |
Definition at line 152 of file todoEditor.cc.
The documentation for this class was generated from the following files: