Property | Type | Description | |
---|---|---|---|
appState | AppState | ||
serializer |
Method | Description | |
---|---|---|
AcquireAndWait ( int numberOfScans ) : void | ||
AcquireStart ( int numberOfScans ) : void | ||
AcquireStop ( ) : void | ||
AdjustProfileParameter ( String plugin, String parameter, String newValue, bool groupMode ) : void | ||
CaptureRemote ( ) : void | ||
GetController ( ) : |
||
GetOutputSetting ( String key ) : object | ||
GetPGSetting ( String key ) : object | ||
GetPGSettings ( ) : |
||
GetShotSetting ( String key ) : object | ||
InitializeLifetimeService ( ) : Object | ||
LoadData ( ) : void | ||
LoadData ( String path ) : void | ||
LoadProfileSet ( ) : void | ||
OutputPattern ( ) : void | ||
ReleaseRemote ( ) : void | ||
SaveAverageData ( ) : void | ||
SaveAverageData ( String filePath ) : void | ||
SaveAverageData ( System fs ) : void | ||
SaveData ( ) : void | ||
SaveData ( string filename ) : void | ||
SaveProfileSet ( ) : void | ||
SelectProfile ( String profile ) : void | ||
StartApplication ( ) : void | ||
StopApplication ( ) : void | ||
StopPatternOutput ( ) : void |
Method | Description | |
---|---|---|
DataHandler ( object sender, |
||
LoadProfileSet ( string path ) : void | ||
ScanFinishedHandler ( object sender, |
||
UpdateWindowTitle ( string path ) : void | ||
WriteScanSettings ( |
public AcquireAndWait ( int numberOfScans ) : void | ||
numberOfScans | int | |
return | void |
public AcquireStart ( int numberOfScans ) : void | ||
numberOfScans | int | |
return | void |
public AdjustProfileParameter ( String plugin, String parameter, String newValue, bool groupMode ) : void | ||
plugin | String | |
parameter | String | |
newValue | String | |
groupMode | bool | |
return | void |
public GetOutputSetting ( String key ) : object | ||
key | String | |
return | object |
public GetPGSettings ( ) : |
||
return |
public GetShotSetting ( String key ) : object | ||
key | String | |
return | object |
public InitializeLifetimeService ( ) : Object | ||
return | Object |
public SaveAverageData ( String filePath ) : void | ||
filePath | String | |
return | void |
public SelectProfile ( String profile ) : void | ||
profile | String | |
return | void |