C# Class P02Project.TwitterList

Interaction logic for TwitterList.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
Datei anzeigen Open project: raouldc/OptiDev

Public Methods

Method Description
AnimateIn ( ) : void

implementation of the supercalss method

AnimateOut ( ) : void

implementation of the supercalss method

TwitterList ( TopLevelPage top ) : System

Private Methods

Method Description
_tweetsListScrollViewer_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Timer to go back to the main window

listTweetsInTheScrollViewer ( ) : void

Helper method to list all the tweets in the scrollviewer

openWebcam ( Object sender, RoutedEventArgs e ) : void

This method get called when the Camera button has been clicked

setupScreenAnimation ( ) : void

Helper method to do animation at the start of the screen

Method Details

AnimateIn() public method

implementation of the supercalss method
public AnimateIn ( ) : void
return void

AnimateOut() public method

implementation of the supercalss method
public AnimateOut ( ) : void
return void

TwitterList() public method

public TwitterList ( TopLevelPage top ) : System
top P02Project.Screens.TopLevelPage
return System