#include "camtypes.h"#include "bmpcomp.h"#include "bitmpinf.h"#include "bmpsrc.h"#include "ccbuffil.h"#include "nativeps.h"#include "clipint.h"#include "nodebmp.h"#include "toollist.h"#include "objchge.h"#include "csrstack.h"#include "ophist.h"Go to the source code of this file.
Functions | |
| CC_IMPLEMENT_MEMDUMP (BitmapList, List) CC_IMPLEMENT_DYNAMIC(BitmapListComponentClass | |
| DocComponentClass | CC_IMPLEMENT_DYNAMIC (BitmapListComponent, DocComponent) BitmapList |
| BitmapList constructor. | |
|
||||||||||||
|
BitmapList constructor.
Definition at line 146 of file bmpcomp.cpp. 00155 : Will_Cowling (Xara Group Ltd) <camelotdev@xara.com> 00156 Created: 12/12/94 00157 Inputs: - 00158 Outputs: - 00159 Returns: - 00160 Purpose: BitmapList constructor 00161 00162 **********************************************************************************************/ 00163 00164 BitmapList::BitmapList() 00165 { 00166 ParentDoc = NULL; // Document containing this list 00167 }
|
|
||||||||||||
|
|
1.4.4