RuleStack Class Reference
this helper class implements a stack for lists of lists of rules. More...
#include <kscoring.h>
Public Member Functions
- void push (QPtrList< KScoringRule > &)
- void pop (QPtrList< KScoringRule > &)
- void top (QPtrList< KScoringRule > &)
- void drop ()
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
Member Function Documentation
|
puts the list on the stack, doesn't change the list
|
|
clears the argument list and copy the content of the TOS into it after that the TOS gets dropped
|
|
like pop but without dropping the TOS
|
|
drops the TOS
|
The documentation for this class was generated from the following files:
- kscoring.h
- kscoring.cpp