#include <cdrfiltr.h>
Inheritance diagram for CDRActionListItem:
Public Member Functions | |
CDRActionListItem () | |
UINT32 | GetLevel () |
void | SetLevel (UINT32 Lev) |
virtual BOOL | DoAction (CDRFilter *C)=0 |
virtual void | ImportFailure (CDRFilter *C)=0 |
Private Member Functions | |
CC_DECLARE_DYNAMIC (CDRActionListItem) | |
Private Attributes | |
friend | CDRActionList |
UINT32 | Level |
Definition at line 519 of file cdrfiltr.h.
|
Definition at line 526 of file cdrfiltr.h. 00526 {Level = 0;};
|
|
|
|
Implemented in CDRActionTransform, and CDRActionGroupEnd. |
|
Definition at line 528 of file cdrfiltr.h. 00528 {return Level;}
|
|
Implemented in CDRActionTransform, and CDRActionGroupEnd. |
|
Definition at line 529 of file cdrfiltr.h. 00529 {Level = Lev;}
|
|
Reimplemented in CDRActionTransform, and CDRActionGroupEnd. Definition at line 521 of file cdrfiltr.h. |
|
Definition at line 537 of file cdrfiltr.h. |