C# Class csTimeTabPlugin.TimeTabViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
ApplyFilter ( csShared.Utils.Unit e ) : void
Next ( ) : void
Previous ( ) : void
ResetTimeline ( ) : void
RowSettings ( ) : void
ShowLog ( ) : void
Switch ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object v ) : void

Private Methods

Method Description
AddEvent ( IEvent ti ) : void
EventLists_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
MapControl_ExtentChanged ( object sender, ESRI e ) : void
RemoveAllEvents ( ) : void
RemoveEvent ( IEvent ti ) : void
TimeEvents_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
UpdateVisibility ( ) : void
dt_Tick ( object sender, EventArgs e ) : void
ne_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

ApplyFilter() public method

public ApplyFilter ( csShared.Utils.Unit e ) : void
e csShared.Utils.Unit
return void

Next() public method

public Next ( ) : void
return void

OnViewLoaded() protected method

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

Previous() public method

public Previous ( ) : void
return void

ResetTimeline() public method

public ResetTimeline ( ) : void
return void

RowSettings() public method

public RowSettings ( ) : void
return void

ShowLog() public method

public ShowLog ( ) : void
return void

Switch() public method

public Switch ( ) : void
return void