kpilot

TodoListView Class Reference

#include <todoWidget.h>

Inheritance diagram for TodoListView:

List of all members.


Signals

void itemChecked (QCheckListItem *item, bool on)
void itemChecked (QCheckListItem *item)

Public Member Functions

void itemWasChecked (QCheckListItem *item, bool on)
 TodoListView (QWidget *parent=0, const char *name=0)
 ~TodoListView ()

Detailed Description

Definition at line 41 of file todoWidget.h.


Constructor & Destructor Documentation

TodoListView::TodoListView ( QWidget parent = 0,
const char *  name = 0 
) [inline]

Definition at line 45 of file todoWidget.h.

TodoListView::~TodoListView (  )  [inline]

Definition at line 46 of file todoWidget.h.


Member Function Documentation

void TodoListView::itemChecked ( QCheckListItem item,
bool  on 
) [signal]

void TodoListView::itemChecked ( QCheckListItem item  )  [signal]

void TodoListView::itemWasChecked ( QCheckListItem item,
bool  on 
) [inline]

Definition at line 52 of file todoWidget.h.


The documentation for this class was generated from the following file: