AnimatedBitmapItem Class Reference

Saves out the list of bitmaps currently in the animation sequence. More...

#include <prevwdlg.h>

Inheritance diagram for AnimatedBitmapItem:

ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 AnimatedBitmapItem ()
 Default contructor.
 ~AnimatedBitmapItem ()
 Default destructor.
 AnimatedBitmapItem (KernelBitmap *pEntry, Layer *pLayer=NULL)
 To add a bitmap to the list of frames in the animation sequence. If it has an associated layer then add this at the same time.
KernelBitmapGetBitmap ()
LayerGetLayer ()

Protected Attributes

KernelBitmapm_pBitmap
Layerm_pLayer

Detailed Description

Saves out the list of bitmaps currently in the animation sequence.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/4/97

Definition at line 126 of file prevwdlg.h.


Constructor & Destructor Documentation

AnimatedBitmapItem::AnimatedBitmapItem  ) 
 

Default contructor.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/4/97

Definition at line 200 of file prevwdlg.cpp.

00201 {
00202     ERROR3("AnimatedBitmapItem::AnimatedBitmapItem - call the other constructor");
00203     m_pBitmap = NULL;
00204     m_pLayer = NULL;
00205 }

AnimatedBitmapItem::~AnimatedBitmapItem  ) 
 

Default destructor.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/4/97

Definition at line 217 of file prevwdlg.cpp.

00218 {
00219     // Do not attempt to delete the pointers that we have as these are references
00220     // rather than anything that we have allocated
00221 }

AnimatedBitmapItem::AnimatedBitmapItem KernelBitmap pEntry,
Layer pLayer = NULL
 

To add a bitmap to the list of frames in the animation sequence. If it has an associated layer then add this at the same time.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/4/97
Parameters:
pEntry - The bitmap to add to the list of frames [INPUTS] pLayer - The layer that the bitmap is associated with (defaults to NULL)

Definition at line 184 of file prevwdlg.cpp.

00185 {
00186     m_pBitmap = pEntry;
00187     m_pLayer = pLayer;
00188 }


Member Function Documentation

KernelBitmap* AnimatedBitmapItem::GetBitmap void   )  [inline]
 

Definition at line 136 of file prevwdlg.h.

00136 { return m_pBitmap; }

Layer* AnimatedBitmapItem::GetLayer  )  [inline]
 

Definition at line 137 of file prevwdlg.h.

00137 { return m_pLayer; }


Member Data Documentation

KernelBitmap* AnimatedBitmapItem::m_pBitmap [protected]
 

Definition at line 140 of file prevwdlg.h.

Layer* AnimatedBitmapItem::m_pLayer [protected]
 

Definition at line 141 of file prevwdlg.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:49:56 2007 for Camelot by  doxygen 1.4.4