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.
 

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.