C# Class Apricot.Balloon

Interaction logic for Balloon.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: kawatan/Apricot Class Usage Examples

Méthodes publiques

Méthode Description
Back ( ) : void
Balloon ( ) : System
Show ( Message message ) : void

Méthodes protégées

Méthode Description
OnClosing ( System e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void

Private Methods

Méthode Description
CreateBackGeometry ( Rect rect ) : System.Windows.Media.Geometry
CreateBalloonGeometry ( Rect rect, int radiusX, int radiusY ) : System.Windows.Media.Geometry
CreateCloseGeometry ( Rect rect ) : System.Windows.Media.Geometry
CreateDownGeometry ( Rect rect ) : System.Windows.Media.Geometry
CreateHighlightGeometry ( Rect rect, int radiusX, int radiusY ) : System.Windows.Media.Geometry
CreateHighlightLineGeometry ( Rect rect, int radiusX, int radiusY ) : System.Windows.Media.Geometry
CreatePlusGeometry ( Rect rect ) : System.Windows.Media.Geometry
CreateRoundedRectangleGeometry ( Rect rect, int radiusX, int radiusY ) : System.Windows.Media.Geometry
CreateStripeBrush ( System.Windows.Media.Brush brush, Size size ) : System.Windows.Media.DrawingBrush
CreateUpGeometry ( Rect rect ) : System.Windows.Media.Geometry
GetBalloonSize ( Message message ) : Size
GetBalloonSize ( Message message, bool &isScrollable ) : Size
GetInspectorSize ( Entry entry ) : Size
GetMessageSize ( Message message ) : Size
GetNextInterval ( IEnumerable entries, double threshold, int count, bool reverse ) : double
OnIsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
OnManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnManipulationStarting ( object sender, System.Windows.Input.ManipulationStartingEventArgs e ) : void
OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnRendering ( object sender, EventArgs e ) : void
OnTick ( object sender, EventArgs e ) : void
UpdateImage ( Uri uri, bool ignoreCache ) : void

Method Details

Back() public méthode

public Back ( ) : void
Résultat void

Balloon() public méthode

public Balloon ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( System e ) : void
e System
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseLeftButtonUp() protected méthode

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
Résultat void

Show() public méthode

public Show ( Message message ) : void
message Message
Résultat void