#include <kscoringeditor.h>
  
Public Slots | |
| void | slotEditRule (KScoringRule *) | 
Public Member Functions | |
| ActionEditWidget (KScoringManager *m, TQWidget *p=0, const char *n=0) | |
| TQWidget * | createWidget (TQWidget *parent) | 
| void | updateRule (KScoringRule *) | 
| void | clearWidget (TQWidget *) | 
  Public Member Functions inherited from KWidgetLister | |
| KWidgetLister (int minWidgets=1, int maxWidgets=8, TQWidget *parent=0, const char *name=0) | |
Additional Inherited Members | |
  Signals inherited from KWidgetLister | |
| void | widgetAdded () | 
| void | widgetAdded (TQWidget *) | 
| void | widgetRemoved () | 
| void | clearWidgets () | 
  Protected Slots inherited from KWidgetLister | |
| virtual void | slotMore () | 
| virtual void | slotFewer () | 
| virtual void | slotClear () | 
  Protected Member Functions inherited from KWidgetLister | |
| virtual void | addWidgetAtEnd (TQWidget *w=0) | 
| virtual void | removeLastWidget () | 
| virtual void | clearWidget (TQWidget *) | 
| virtual TQWidget * | createWidget (TQWidget *parent) | 
| virtual void | setNumberOfShownWidgetsTo (int aNum) | 
  Protected Attributes inherited from KWidgetLister | |
| TQPtrList< TQWidget > | mWidgetList | 
| int | mMinWidgets | 
| int | mMaxWidgets | 
Detailed Description
this widget implements the action editor
Definition at line 134 of file kscoringeditor.h.
Constructor & Destructor Documentation
◆ ActionEditWidget()
| ActionEditWidget::ActionEditWidget | ( | KScoringManager * | m, | 
| TQWidget * | p = 0,  | 
        ||
| const char * | n = 0  | 
        ||
| ) | 
Definition at line 325 of file kscoringeditor.cpp.
◆ ~ActionEditWidget()
| ActionEditWidget::~ActionEditWidget | ( | ) | 
Definition at line 332 of file kscoringeditor.cpp.
Member Function Documentation
◆ clearWidget()
      
  | 
  virtual | 
Called to clear a given widget.
The default implementation does nothing.
Reimplemented from KWidgetLister.
Definition at line 377 of file kscoringeditor.cpp.
◆ createWidget()
      
  | 
  virtual | 
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 KWidgetLister.
Definition at line 335 of file kscoringeditor.cpp.
◆ slotEditRule
      
  | 
  slot | 
Definition at line 340 of file kscoringeditor.cpp.
◆ updateRule()
| void ActionEditWidget::updateRule | ( | KScoringRule * | rule | ) | 
Definition at line 358 of file kscoringeditor.cpp.
The documentation for this class was generated from the following files:

  
 Public Member Functions inherited from