#include <jAPIshapes.h>
Inheritance diagram for jStdShape:
Public Member Functions | |
jStdShape () | |
jStdShape & | operator= (const jStdShape &s) |
void __fastcall | Set (jShpType apparence) |
bool __fastcall | DrawExtremities (TCanvas *cv) |
bool __fastcall | Direction (TPoint deb, TPoint fin) |
bool __fastcall | DrawOriginal (TCanvas *cv) |
bool __fastcall | LoadFromFile (FILE *f) |
bool __fastcall | SaveToFile (FILE *f) |
bool __fastcall | IsStartPoint (const TPoint &p) |
bool __fastcall | IsEndPoint (const TPoint &p) |
bool __fastcall | Fetch (const TRect &z_old, const TRect &z_new) |
bool __fastcall | UnFetch (const TRect &z_new, const TRect &z_old) |
bool __fastcall | DrawFetched (TCanvas *cv, const TRect &dst, const TRect &src) |
bool __fastcall | IsInside (const TPoint &p) |
Public Attributes | |
vector< TPoint > | m_OriginalPoints |
jPoint | m_start |
jPoint | m_end |
int | m_type |
|
|
|
Reimplemented from jShape. |
|
|
|
Reimplemented from jShape. |
|
|
|
|
|
|
|
Reimplemented from jShape. |
|
|
|
Reimplemented from jShape. |
|
|
|
Reimplemented from jShape. |
|
|
|
|
|
|
|
|
|
|
|
|