C# Class csDataServerPlugin.PoiPopupViewModel

Inheritance: Caliburn.Micro.Screen
Datei anzeigen Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
AddEvent ( Event eventType ) : void
Drag ( object sender, CallOutAction context, EventArgs e ) : void
SavePoi ( ) : void
SelectFocus ( MetaLabel ml, FrameworkElement b ) : void
SelectOption ( MetaLabel ml, FrameworkElement b ) : void
StartEditing ( ) : void
TapAction ( CallOutAction action, EventArgs e ) : void
UpdateCallOut ( ) : void
UpdateSensorMetaLabels ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
GetMenu ( FrameworkElement fe ) : MenuPopupViewModel
PoI_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Poi_LabelChanged ( object sender, System e ) : void
Poi_PropertyChanged ( object sender, System e ) : void
TimelineManager_FocusTimeUpdated ( object sender, csShared e ) : void
UpdateCalloutActions ( ) : void
UpdateEvents ( ) : void
UpdateLabels ( ) : void

Method Details

AddEvent() public method

public AddEvent ( Event eventType ) : void
eventType DataServer.Event
return void

Drag() public method

public Drag ( object sender, CallOutAction context, EventArgs e ) : void
sender object
context csShared.Controls.Popups.MapCallOut.CallOutAction
e System.EventArgs
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

SavePoi() public method

public SavePoi ( ) : void
return void

SelectFocus() public method

public SelectFocus ( MetaLabel ml, FrameworkElement b ) : void
ml DataServer.MetaLabel
b System.Windows.FrameworkElement
return void

SelectOption() public method

public SelectOption ( MetaLabel ml, FrameworkElement b ) : void
ml DataServer.MetaLabel
b System.Windows.FrameworkElement
return void

StartEditing() public method

public StartEditing ( ) : void
return void

TapAction() public method

public TapAction ( CallOutAction action, EventArgs e ) : void
action csShared.Controls.Popups.MapCallOut.CallOutAction
e System.EventArgs
return void

UpdateCallOut() public method

public UpdateCallOut ( ) : void
return void

UpdateSensorMetaLabels() public method

public UpdateSensorMetaLabels ( ) : void
return void