|
Public Member Functions |
| | jBuilderView () |
| | ~jBuilderView () |
| int __fastcall | backgroundWidth () |
| int __fastcall | backgroundHeight () |
| bool __fastcall | setBackground (jBitmap *_bitmap) |
| bool __fastcall | clear () |
| bool __fastcall | clearSprites () |
| int __fastcall | addSprite (jBitmap *_bitmap, const TPoint &_point, const TRect &_viewRect, void *_object=NULL) |
| bool __fastcall | removeSprite (int _num) |
| bool __fastcall | removeSelection () |
| bool __fastcall | drawFetched (TCanvas *_canvas, TRect rect) |
| bool __fastcall | drawSelection (TCanvas *_canvas, int _num) |
| bool __fastcall | drawSelection () |
| bool __fastcall | setTransparency (int _transparency) |
| bool __fastcall | setTransparency (int _num, int _transparency) |
| bool __fastcall | setImage (jBitmap *_bmp, bool _force) |
| bool __fastcall | setImage (int _num, jBitmap *_bmp, bool _force) |
| bool __fastcall | setVisible (bool _visible) |
| bool __fastcall | setVisible (int _num, bool _visible) |
| void *__fastcall | getObject (int _num) |
| int __fastcall | getSprite (const TPoint &_point, const TRect &_viewRect) |
| jBuilderSprite *__fastcall | spriteAt (int _num) |
| jBuilderSprite *__fastcall | spriteSelected () |
| void __fastcall | evtMouseDown (TCanvas *Canvas, TMouseButton Button, TShiftState Shift, const TPoint &_point, const TRect &_viewRect) |
| void __fastcall | evtMouseMove (TCanvas *Canvas, TShiftState Shift, const TPoint &_point, const TRect &_viewRect) |
| void __fastcall | evtMouseUp (TCanvas *Canvas, TMouseButton Button, TShiftState Shift, const TPoint &_point, const TRect &_viewRect) |
| bool __fastcall | moveForward (int _num) |
| bool __fastcall | moveForward () |
| bool __fastcall | moveBackward (int _num) |
| bool __fastcall | moveBackward () |
| bool __fastcall | moveToFront (int _num) |
| bool __fastcall | moveToFront () |
| bool __fastcall | moveToBack (int _num) |
| bool __fastcall | moveToBack () |
| bool __fastcall | loadFromStream (TStream *_str, vector< jBitmap * > *_bmps) |
| bool __fastcall | saveToStream (TStream *_str, bool _saveimages) |
Public Attributes |
| int __fastcall | indexSelection |