Leaper Vision Toolkit
中文 / English 2.x
LIBTaskConfig Class Reference
Inheritance diagram for LIBTaskConfig:
ILIBTaskConfig ILObjects ILObject

Additional Inherited Members

- Public Member Functions inherited from ILIBTaskConfig
int HandleEvent (LString algoName, LPVIBEventCode evtCode, ILIBData *data)
 
ILIBAlgoConfigItem (int index)
 
- Public Member Functions inherited from ILObjects
int Count ()
 
BOOL Empty ()
 
ILObjectItemObject (int objIndex)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILIBTaskConfig
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.
 
- Properties inherited from ILObject
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...
 

Detailed Description

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.