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
Definition at line 268 of file kscoring.h.
Member Function Documentation
|
puts the list on the stack, doesn't change the list
Definition at line 1134 of file kscoring.cpp. References push(). Referenced by push(). |
|
clears the argument list and copy the content of the TOS into it after that the TOS gets dropped
Definition at line 1145 of file kscoring.cpp. References drop(), pop(), and top(). Referenced by pop(). |
|
like pop but without dropping the TOS
Definition at line 1153 of file kscoring.cpp. References top(). |
|
drops the TOS
Definition at line 1160 of file kscoring.cpp. Referenced by pop(). |
The documentation for this class was generated from the following files: