Additional Inherited Members | |
![]() | |
void | FromBool (BOOL val) |
void | FromBoolList (LArray< bool > val) |
void | FromCircle (ILCircle *val) |
void | FromCircleList (LArray< ILCircle * > val) |
void | FromDouble (double val) |
void | FromDoubleList (LArray< double > val) |
void | FromImage (ILImage *val) |
void | FromInt (int val) |
void | FromIntList (LArray< int > val) |
void | FromLine (ILLine *val) |
void | FromLineList (LArray< ILLine * > val) |
void | FromPoint (ILPoint *val) |
void | FromPointList (LArray< ILPoint * > val) |
void | FromPoints (ILPoints *val) |
void | FromPolygon (ILPolygon *val) |
void | FromPolygonList (LArray< ILPolygon * > val) |
void | FromRegion (ILRegion *val) |
void | FromString (LString val) |
void | FromStringList (LArray< LString > val) |
BOOL | ToBool () |
LArray< bool > | ToBoolList () |
ILCircle * | ToCircle () |
LArray< ILCircle * > | ToCircleList () |
double | ToDouble () |
LArray< double > | ToDoubleList () |
ILImage * | ToImage () |
int | ToInt () |
LArray< int > | ToIntList () |
ILLine * | ToLine () |
LArray< ILLine * > | ToLineList () |
ILPoint * | ToPoint () |
LArray< ILPoint * > | ToPointList () |
ILPoints * | ToPoints () |
ILPolygon * | ToPolygon () |
LArray< ILPolygon * > | ToPolygonList () |
ILRegion * | ToRegion () |
LString | ToString () |
LArray< LString > | ToStringList () |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
![]() | |
LPVIBDataType | DataType [get] |
The data type of the data. | |
LString | Name [get, set] |
The multilingual name of the data. For output result, it's the name of the result. For input parameter, it's the name of the parameter. Locale can be changed in configuration of IntelliBlink application. | |
![]() | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This class implements the interface ILIBData, and is used to create an instance of IntelliBlink data.
Note: This class is currently not available on Linux / MacOS platform.