#include <cdrfiltr.h>
Inheritance diagram for CDRLayerList:
Public Member Functions | |
CDRLayerList () | |
Constructor. | |
~CDRLayerList () | |
Destructor so we can delete all the pages with one DeleteAll call. | |
Private Member Functions | |
CC_DECLARE_MEMDUMP (CDRLayerList) |
Definition at line 392 of file cdrfiltr.h.
|
Constructor.
Definition at line 5040 of file cdrfiltr.cpp.
|
|
Destructor so we can delete all the pages with one DeleteAll call.
Definition at line 5058 of file cdrfiltr.cpp. 05059 { 05060 DeleteAll(); 05061 }
|
|
|