C# Class Apricot.Balloon

Interaction logic for Balloon.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: kawatan/Apricot Class Usage Examples

Public Methods

Method Description
Back ( ) : void
Balloon ( ) : System
Show ( Message message ) : void

Protected Methods

Method 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

Method 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 method

public Back ( ) : void
return void

Balloon() public method

public Balloon ( ) : System
return System

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseLeftButtonUp() protected method

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
return void

Show() public method

public Show ( Message message ) : void
message Message
return void