Property | Type | Description | |
---|---|---|---|
controller | Controller | ||
expectedMissingMapFile | string | ||
newMapDpi | float | ||
newMapType | MapType | ||
output | |||
returnOpenFileName | string | ||
returnQuestion | System.Windows.Forms.DialogResult | ||
symbolDB | SymbolDB |
Method | Description | |
---|---|---|
Create ( ) : TestUI | ||
EndProgressDialog ( ) : void | ||
ErrorMessage ( string message ) : void | ||
FindMissingMapFile ( string missingMapFile ) : bool | ||
GetCurrentLocation ( |
||
GetOpenFileName ( ) : string | ||
InfoMessage ( string message ) : void | ||
Initialize ( Controller controller, SymbolDB symbolDB ) : void | ||
InitiateMapDragging ( |
||
LeftButtonDown ( float x, float y, float pixelSize ) : MapViewer.DragAction | ||
MouseMoved ( float x, float y, float pixelSize ) : void | ||
MovingSharedControl ( string controlCode, string otherCourses ) : System.Windows.Forms.DialogResult | ||
OKCancelMessage ( string message, bool okDefault ) : bool | ||
ShowProgressDialog ( bool knownDuration ) : void | ||
ShowTopologyView ( ) : void | ||
UpdateProgressDialog ( string info, double fractionDone ) : bool | ||
WarningMessage ( string message ) : void | ||
YesNoCancelQuestion ( string message, bool yesDefault ) : System.Windows.Forms.DialogResult | ||
YesNoQuestion ( string message, bool yesDefault ) : bool |
public ErrorMessage ( string message ) : void | ||
message | string | |
return | void |
public FindMissingMapFile ( string missingMapFile ) : bool | ||
missingMapFile | string | |
return | bool |
public GetCurrentLocation ( |
||
location | ||
pixelSize | float | |
return | bool |
public Initialize ( Controller controller, SymbolDB symbolDB ) : void | ||
controller | Controller | |
symbolDB | SymbolDB | |
return | void |
public InitiateMapDragging ( |
||
initialPos | ||
buttonEnd | System | |
return | void |
public LeftButtonDown ( float x, float y, float pixelSize ) : MapViewer.DragAction | ||
x | float | |
y | float | |
pixelSize | float | |
return | MapViewer.DragAction |
public MouseMoved ( float x, float y, float pixelSize ) : void | ||
x | float | |
y | float | |
pixelSize | float | |
return | void |
public MovingSharedControl ( string controlCode, string otherCourses ) : System.Windows.Forms.DialogResult | ||
controlCode | string | |
otherCourses | string | |
return | System.Windows.Forms.DialogResult |
public OKCancelMessage ( string message, bool okDefault ) : bool | ||
message | string | |
okDefault | bool | |
return | bool |
public ShowProgressDialog ( bool knownDuration ) : void | ||
knownDuration | bool | |
return | void |
public UpdateProgressDialog ( string info, double fractionDone ) : bool | ||
info | string | |
fractionDone | double | |
return | bool |
public WarningMessage ( string message ) : void | ||
message | string | |
return | void |
public YesNoCancelQuestion ( string message, bool yesDefault ) : System.Windows.Forms.DialogResult | ||
message | string | |
yesDefault | bool | |
return | System.Windows.Forms.DialogResult |
public YesNoQuestion ( string message, bool yesDefault ) : bool | ||
message | string | |
yesDefault | bool | |
return | bool |
public System.Windows.Forms.DialogResult returnQuestion | ||
return | System.Windows.Forms.DialogResult |