메소드 | 설명 | |
---|---|---|
FileChoiceMenu ( String panelClass, String panelTitle ) : System |
Initializes a new instance of the class.
|
|
OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void |
Called when a widget on the scanner is activated
|
public FileChoiceMenu ( String panelClass, String panelTitle ) : System | ||
panelClass | String | Panel class of the scanner |
panelTitle | String | title of the panel (not used) |
리턴 | System |
public OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void | ||
widget | ACAT.Lib.Core.WidgetManagement.Widget | widget activated |
handled | bool | true if handled |
리턴 | void |