B4J Programming Press on the image to return to the main documentation page.

cvLibTest

Written by SteveLaming

List of types:

testcv
TestLoad

testcv


Events:

None

Members:


  Class_Globals As String

  DesignerCreateView (Base As ConcretePaneWrapper, Lbl As LabelWrapper, Props As Map) As String

  GetBase As ConcretePaneWrapper

  Initialize (vCallback As Object, vEventName As String) As String

  IsInitialized As Boolean

Members description:

Class_Globals As String
Custom View class
DesignerCreateView (Base As ConcretePaneWrapper, Lbl As LabelWrapper, Props As Map) As String
GetBase As ConcretePaneWrapper
Initialize (vCallback As Object, vEventName As String) As String
IsInitialized As Boolean
Tests whether the object has been initialized.

TestLoad


Events:

None

Members:


  Class_Globals As String

  Initialize (Layout As String, Width As Int, Height As Int) As String

  IsInitialized As Boolean

Members description:

Class_Globals As String
Initialize (Layout As String, Width As Int, Height As Int) As String
Initializes the object. You can add parameters to this method if needed.
IsInitialized As Boolean
Tests whether the object has been initialized.
Top