C# Class xFunc.Views.MathControl

Inheritance: System.Windows.Controls.UserControl, IMathView
Afficher le fichier Open project: sys27/xFunc Class Usage Examples

Méthodes publiques

Свойство Type Description
CopyAnswerToClipCommand System.Windows.Input.RoutedCommand
CopyAnswerToInputCommand System.Windows.Input.RoutedCommand
CopyExpToClipCommand System.Windows.Input.RoutedCommand
CopyExpToInputCommand System.Windows.Input.RoutedCommand
DeleteExpCommand System.Windows.Input.RoutedCommand
StatusProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
MathControl ( ) : System
MathControl ( MathPresenter presenter ) : System

Private Methods

Méthode Description
CopyAnswerToClip_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
CopyAnswerToInput_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
CopyExpToClip_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
CopyExpToInput_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
Copy_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
DeleteExp_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
DeleteExp_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
MathExpEnter ( ) : void
mathExpressionBox_KeyUp ( object o, System.Windows.Input.KeyEventArgs args ) : void
removeMath_Click ( object o, RoutedEventArgs args ) : void

Method Details

MathControl() public méthode

public MathControl ( ) : System
Résultat System

MathControl() public méthode

public MathControl ( MathPresenter presenter ) : System
presenter xFunc.Presenters.MathPresenter
Résultat System

Property Details

CopyAnswerToClipCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input CopyAnswerToClipCommand
Résultat System.Windows.Input.RoutedCommand

CopyAnswerToInputCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input CopyAnswerToInputCommand
Résultat System.Windows.Input.RoutedCommand

CopyExpToClipCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input CopyExpToClipCommand
Résultat System.Windows.Input.RoutedCommand

CopyExpToInputCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input CopyExpToInputCommand
Résultat System.Windows.Input.RoutedCommand

DeleteExpCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input DeleteExpCommand
Résultat System.Windows.Input.RoutedCommand

StatusProperty public_oe static_oe property

public static DependencyProperty,System.Windows StatusProperty
Résultat System.Windows.DependencyProperty