C# Class ConcertoScreenSaver.Main

Interaction logic for Main.xaml
Inheritance: System.Windows.Window
Mostra file Open project: zr2d2/Concerto-Screensaver Class Usage Examples

Public Properties

Property Type Description
base_path string
contents System.Collections.ArrayList
display_mode int
fadeIn System.Windows.Media.Animation.Storyboard
fadeOut System.Windows.Media.Animation.Storyboard
next_content int
offline_state bool

Public Methods

Method Description
CacheClean ( List hashes, string pattern ) : void
Main ( int mode ) : System
Main_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
Main_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Main_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnLoaded ( object sender, EventArgs e ) : void
no_content ( string feedname ) : void
offline ( bool status ) : void

Private Methods

Method Description
Cycle ( object sender, EventArgs e ) : void
ParseRSS ( string url ) : void
StartCycle ( ) : void
StartMain ( ) : void
StringToHashString ( string input ) : string
WPF_Ready ( object sender, EventArgs e ) : void
img_Error ( int id ) : void
img_Loaded ( ) : void
img_Switch ( object sender, EventArgs e ) : void
no_cache ( ) : void

Method Details

CacheClean() public method

public CacheClean ( List hashes, string pattern ) : void
hashes List
pattern string
return void

Main() public method

public Main ( int mode ) : System
mode int
return System

Main_KeyDown() public method

public Main_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
return void

Main_MouseDown() public method

public Main_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

Main_MouseMove() public method

public Main_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
return void

OnLoaded() public method

public OnLoaded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

no_content() public method

public no_content ( string feedname ) : void
feedname string
return void

offline() public method

public offline ( bool status ) : void
status bool
return void

Property Details

base_path public_oe property

public string base_path
return string

contents public_oe property

public ArrayList,System.Collections contents
return System.Collections.ArrayList

display_mode public_oe property

public int display_mode
return int

fadeIn public_oe property

public Storyboard,System.Windows.Media.Animation fadeIn
return System.Windows.Media.Animation.Storyboard

fadeOut public_oe property

public Storyboard,System.Windows.Media.Animation fadeOut
return System.Windows.Media.Animation.Storyboard

next_content public_oe property

public int next_content
return int

offline_state public_oe property

public bool offline_state
return bool