libkdepim
KPIM::ConditionEditWidget Class Reference
#include <kscoringeditor.h>
Inheritance diagram for KPIM::ConditionEditWidget:

Detailed Description
this widget implements the conditions editorDefinition at line 82 of file kscoringeditor.h.
Public Slots | |
| void | slotEditRule (KScoringRule *) |
Public Member Functions | |
| void | clearWidget (QWidget *) |
| ConditionEditWidget (KScoringManager *, QWidget *p=0, const char *n=0) | |
| QWidget * | createWidget (QWidget *) |
| void | updateRule (KScoringRule *) |
| ~ConditionEditWidget () | |
Constructor & Destructor Documentation
| ConditionEditWidget::ConditionEditWidget | ( | KScoringManager * | m, | |
| QWidget * | p = 0, |
|||
| const char * | n = 0 | |||
| ) | [explicit] |
Definition at line 166 of file kscoringeditor.cpp.
| ConditionEditWidget::~ConditionEditWidget | ( | ) |
Definition at line 173 of file kscoringeditor.cpp.
Member Function Documentation
| void ConditionEditWidget::clearWidget | ( | QWidget * | w | ) | [virtual] |
Called to clear a given widget.
The default implementation does nothing.
Reimplemented from KPIM::KWidgetLister.
Definition at line 181 of file kscoringeditor.cpp.
Because QT 2.x does not support signals/slots in template classes, we are forced to emulate this by forcing the implementers of subclasses of KWidgetLister to reimplement this function which replaces the "@p new @p T" call.
Reimplemented from KPIM::KWidgetLister.
Definition at line 176 of file kscoringeditor.cpp.
| void ConditionEditWidget::slotEditRule | ( | KScoringRule * | rule | ) | [slot] |
Definition at line 190 of file kscoringeditor.cpp.
| void ConditionEditWidget::updateRule | ( | KScoringRule * | rule | ) |
Definition at line 211 of file kscoringeditor.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference