libkdepim
RuleStack Class Reference
#include <kscoring.h>
Detailed Description
this helper class implements a stack for lists of lists of rules.With the help of this class its very easy for the KScoringManager to temporary drop lists of rules and restore them afterwards
Definition at line 283 of file kscoring.h.
Public Member Functions | |
RuleStack () | |
~RuleStack () | |
void | push (QPtrList< KScoringRule > &) |
void | pop (QPtrList< KScoringRule > &) |
void | top (QPtrList< KScoringRule > &) |
void | drop () |
Member Function Documentation
void RuleStack::push | ( | QPtrList< KScoringRule > & | ) |
void RuleStack::pop | ( | QPtrList< KScoringRule > & | ) |
clears the argument list and copy the content of the TOS into it after that the TOS gets dropped
Definition at line 1212 of file kscoring.cpp.
void RuleStack::top | ( | QPtrList< KScoringRule > & | ) |
void RuleStack::drop | ( | ) |
The documentation for this class was generated from the following files: