C# Class Catrobat.IDE.WindowsPhone.Controls.FormulaControls.FormulaKeyboard

Show file Open project: Catrobat/CatrobatForWindows

Public Properties

Property Type Description
CanDeleteProperty Windows.UI.Xaml.DependencyProperty
CanEvaluateProperty Windows.UI.Xaml.DependencyProperty
CanLeftProperty Windows.UI.Xaml.DependencyProperty
CanRedoProperty Windows.UI.Xaml.DependencyProperty
CanRightProperty Windows.UI.Xaml.DependencyProperty
CanUndoProperty Windows.UI.Xaml.DependencyProperty
DecimalSeparatorProperty Windows.UI.Xaml.DependencyProperty
HasErrorProperty Windows.UI.Xaml.DependencyProperty
KeyPressed KeyPressed
ProgramProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
FormulaKeyboard ( ) : Windows.UI.Xaml
RaiseKeyPressed ( FormulaKey data ) : void

Private Methods

Method Description
BtnMore_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonMoreBack_Click ( object sender, RoutedEventArgs e ) : void
CheckSensorKeys ( FormulaKey key ) : bool
CheckSensorKeys ( ) : void
FormulaChangedMessageAction ( FormulaEvaluationResult result ) : void
KeyButton_OnClick ( object sender, RoutedEventArgs e ) : void
ListBox_OnSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
Pivot_OnSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
ProgramChanged ( DependencyPropertyChangedEventArgs e ) : void
RaiseKeyPressed ( FormulaKeyEventArgs e ) : void
ShowMain ( ) : void
ShowMore ( ) : void

Method Details

FormulaKeyboard() public method

public FormulaKeyboard ( ) : Windows.UI.Xaml
return Windows.UI.Xaml

RaiseKeyPressed() public method

public RaiseKeyPressed ( FormulaKey data ) : void
data Catrobat.IDE.Core.ViewModels.Editor.Formula.FormulaKey
return void

Property Details

CanDeleteProperty public static property

public static DependencyProperty,Windows.UI.Xaml CanDeleteProperty
return Windows.UI.Xaml.DependencyProperty

CanEvaluateProperty public static property

public static DependencyProperty,Windows.UI.Xaml CanEvaluateProperty
return Windows.UI.Xaml.DependencyProperty

CanLeftProperty public static property

public static DependencyProperty,Windows.UI.Xaml CanLeftProperty
return Windows.UI.Xaml.DependencyProperty

CanRedoProperty public static property

public static DependencyProperty,Windows.UI.Xaml CanRedoProperty
return Windows.UI.Xaml.DependencyProperty

CanRightProperty public static property

public static DependencyProperty,Windows.UI.Xaml CanRightProperty
return Windows.UI.Xaml.DependencyProperty

CanUndoProperty public static property

public static DependencyProperty,Windows.UI.Xaml CanUndoProperty
return Windows.UI.Xaml.DependencyProperty

DecimalSeparatorProperty public static property

public static DependencyProperty,Windows.UI.Xaml DecimalSeparatorProperty
return Windows.UI.Xaml.DependencyProperty

HasErrorProperty public static property

public static DependencyProperty,Windows.UI.Xaml HasErrorProperty
return Windows.UI.Xaml.DependencyProperty

KeyPressed public property

public KeyPressed KeyPressed
return KeyPressed

ProgramProperty public static property

public static DependencyProperty,Windows.UI.Xaml ProgramProperty
return Windows.UI.Xaml.DependencyProperty