Additional Inherited Members | |
![]() | |
int | HandleEvent (LString algoName, LPVIBEventCode evtCode, ILIBData *data) |
ILIBAlgoConfig * | Item (int index) |
![]() | |
int | Count () |
BOOL | Empty () |
ILObject * | ItemObject (int objIndex) |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
![]() | |
ILIBAlgoConfig | AlgoConfig (LString algoName) [get, set] |
The configuration of the algorithm tool, queried by its name. Return null if failed to find the algorithm with the specified name. More... | |
LString | Name [get] |
The name of the task. For a task loaded into via LPV IB service, the name is usually the same as the file name. | |
![]() | |
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 ILIBTaskConfig, and is used to create an instance of IntelliBlink task's configuration.
Note: This class is currently not available on Linux / MacOS platform.