class BezierShapeInterface_Ex41
: public BaseInterface
#include <shape.h>
Public Member Functions |
|
BaseInterface * | GetInterface (Interface_ID id) |
Interface_ID | GetID () |
void | DeleteInterface () |
Public Attributes |
|
BOOL | mUseAreaSelect |
float | mAreaSelect |
BaseInterface* GetInterface | ( | Interface_ID | id | ) | [inline, virtual] |
Reimplemented from BaseInterface.
{ if (id == BEZIER_SHAPE_INTERFACE_EX41) return (BaseInterface*)this; else return NULL; }
Interface_ID GetID | ( | ) | [inline, virtual] |
Reimplemented from BaseInterface.
{ return BEZIER_SHAPE_INTERFACE_EX41; }
void DeleteInterface | ( | ) | [virtual] |
Reimplemented from BaseInterface.