#include <FShape.h>
Inheritance diagram for FlashShapeRecordChange::
Public Methods | |
FlashShapeRecordChange () | |
FlashShapeRecordChange (SDWORD dx, SDWORD dy) | |
void | NewFillStyles (FlashFillStyleArray &a, FlashLineStyleArray &c) |
void | ChangeMoveDelta (SDWORD _dx, SDWORD _dy) |
void | ChangeFillStyle0 (UWORD style) |
void | ChangeFillStyle1 (UWORD style) |
void | ChangeLineStyle (UWORD style) |
virtual void | Write (BitBuffer &out, FlashShapeCommon &data) |
virtual void | Read (BitStreamIn &in, FlashShapeCommon &data) |
Private Attributes | |
bool | newstyles |
bool | linestyle |
bool | fillstyle1 |
bool | fillstyle0 |
bool | moveto |
UWORD | stylefill0 |
UWORD | stylefill1 |
UWORD | styleline |
SDWORD | dx |
SDWORD | dy |
FlashFillStyleArray | fillstyles |
FlashLineStyleArray | linestyles |
Friends | |
class | FlashShape |
std::istream & | operator>> (std::istream &in, FlashShape &data) |
std::istream & | operator>> (std::istream &in, FlashShapeWithStyle &data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from FlashShapeRecord. |
|
Reimplemented from FlashShapeRecord. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|