#include <animate.hxx>

Public Member Functions | |
| AnimationBitmap () | |
| AnimationBitmap (const BitmapEx &rBmpEx, const Point &rPosPix, const Size &rSizePix, long _nWait=0L, Disposal _eDisposal=DISPOSE_NOT) | |
| BOOL | operator== (const AnimationBitmap &rAnimBmp) const |
| BOOL | operator!= (const AnimationBitmap &rAnimBmp) const |
| BOOL | IsEqual (const AnimationBitmap &rAnimBmp) const |
| ULONG | GetChecksum () const |
Public Attributes | |
| BitmapEx | aBmpEx |
| Point | aPosPix |
| Size | aSizePix |
| long | nWait |
| Disposal | eDisposal |
| BOOL | bUserInput |
Definition at line 66 of file animate.hxx.
| AnimationBitmap::AnimationBitmap | ( | ) | [inline] |
Definition at line 75 of file animate.hxx.
| AnimationBitmap::AnimationBitmap | ( | const BitmapEx & | rBmpEx, | |
| const Point & | rPosPix, | |||
| const Size & | rSizePix, | |||
| long | _nWait = 0L, |
|||
| Disposal | _eDisposal = DISPOSE_NOT | |||
| ) | [inline] |
Definition at line 76 of file animate.hxx.
| BOOL AnimationBitmap::operator== | ( | const AnimationBitmap & | rAnimBmp | ) | const [inline] |
Definition at line 86 of file animate.hxx.
References aBmpEx, aPosPix, aSizePix, bUserInput, eDisposal, and nWait.
| BOOL AnimationBitmap::operator!= | ( | const AnimationBitmap & | rAnimBmp | ) | const [inline] |
| BOOL AnimationBitmap::IsEqual | ( | const AnimationBitmap & | rAnimBmp | ) | const [inline] |
Definition at line 98 of file animate.hxx.
References aBmpEx, aPosPix, aSizePix, bUserInput, eDisposal, BitmapEx::IsEqual(), and nWait.
| ULONG AnimationBitmap::GetChecksum | ( | ) | const |
Definition at line 58 of file animate.cxx.
References aBmpEx, aPosPix, aSizePix, bUserInput, eDisposal, BitmapEx::GetChecksum(), and nWait.
Definition at line 68 of file animate.hxx.
Referenced by Animation::Draw(), GetChecksum(), Animation::GetSizeBytes(), ImplAnimView::ImplDraw(), Animation::Insert(), IsEqual(), operator<<(), operator==(), operator>>(), and Animation::Replace().
| Point AnimationBitmap::aPosPix |
Definition at line 69 of file animate.hxx.
Referenced by GetChecksum(), ImplAnimView::ImplGetPosSize(), Animation::Insert(), IsEqual(), Animation::IsTransparent(), operator<<(), operator==(), and operator>>().
Definition at line 70 of file animate.hxx.
Referenced by GetChecksum(), ImplAnimView::ImplGetPosSize(), Animation::Insert(), IsEqual(), Animation::IsTransparent(), operator<<(), operator==(), and operator>>().
Definition at line 71 of file animate.hxx.
Referenced by Animation::Draw(), GetChecksum(), IMPL_LINK(), IsEqual(), operator<<(), operator==(), and operator>>().
Definition at line 72 of file animate.hxx.
Referenced by GetChecksum(), ImplAnimView::ImplDraw(), IsEqual(), Animation::IsTransparent(), operator<<(), operator==(), and operator>>().
Definition at line 73 of file animate.hxx.
Referenced by GetChecksum(), IsEqual(), operator<<(), operator==(), and operator>>().
1.5.6