C# 클래스 xFunc.Views.MainView

상속: Fluent.MetroWindow
파일 보기 프로젝트 열기: sys27/xFunc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AboutCommand System.Windows.Input.RoutedCommand
AutoFormatCommand System.Windows.Input.RoutedCommand
BinCommand System.Windows.Input.RoutedCommand
ClearCommand System.Windows.Input.RoutedCommand
ConverterCommand System.Windows.Input.RoutedCommand
DecCommand System.Windows.Input.RoutedCommand
DegreeCommand System.Windows.Input.RoutedCommand
DeleteExpCommand System.Windows.Input.RoutedCommand
ExitCommand System.Windows.Input.RoutedCommand
ExponentialFormatCommand System.Windows.Input.RoutedCommand
FunctionsCommand System.Windows.Input.RoutedCommand
GradianCommand RoutedCommand
HexCommand RoutedCommand
NewCommand RoutedCommand
NormalFormatCommand RoutedCommand
OctCommand RoutedCommand
OpenCommand RoutedCommand
RadianCommand RoutedCommand
SaveAsCommand RoutedCommand
SaveCommand RoutedCommand
SettingsCommand RoutedCommand
VariablesCommand RoutedCommand

공개 메소드들

메소드 설명
MainView ( ) : System

보호된 메소드들

메소드 설명
OnClosing ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
AboutCommand_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
AngleButtons_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
AutoButton_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
BaseCommands_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
BinCommand_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
Clear_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
Clear_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
ConverterCommand_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
DecCommand_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
DegreeButton_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
DeleteExp_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
DeleteExp_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
Deserialize ( string path ) : void
EnterButton_Click ( object o, RoutedEventArgs args ) : void
ExitCommand_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
ExponentialButton_Execute ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
FormatButtons_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
FunctionsCommand_CanExecute ( object o, CanExecuteRoutedEventArgs args ) : void
FunctionsCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
GetSelectedTextBox ( ) : TextBox
GradianButton_Execute ( object o, ExecutedRoutedEventArgs args ) : void
HexCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
InsertChar_Click ( object o, RoutedEventArgs args ) : void
InsertDoubleArgFunc_Click ( object o, RoutedEventArgs args ) : void
InsertFunc_Click ( object o, RoutedEventArgs args ) : void
InsertInv_Click ( object o, RoutedEventArgs args ) : void
LoadSettings ( ) : void
NewCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
NormalButton_Execute ( object o, ExecutedRoutedEventArgs args ) : void
OctCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
OpenCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
RadianButton_Execute ( object o, ExecutedRoutedEventArgs args ) : void
SaveAsCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
SaveCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
SaveSettings ( ) : void
Serialize ( string path ) : void
SetFocus ( ) : void
SettingsCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
VariablesCommand_CanExecute ( object o, CanExecuteRoutedEventArgs args ) : void
VariablesCommand_Execute ( object o, ExecutedRoutedEventArgs args ) : void
mathPresenter_PropertyChanged ( object o, PropertyChangedEventArgs args ) : void

메소드 상세

MainView() 공개 메소드

public MainView ( ) : System
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

프로퍼티 상세

AboutCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input AboutCommand
리턴 System.Windows.Input.RoutedCommand

AutoFormatCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input AutoFormatCommand
리턴 System.Windows.Input.RoutedCommand

BinCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input BinCommand
리턴 System.Windows.Input.RoutedCommand

ClearCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input ClearCommand
리턴 System.Windows.Input.RoutedCommand

ConverterCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input ConverterCommand
리턴 System.Windows.Input.RoutedCommand

DecCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input DecCommand
리턴 System.Windows.Input.RoutedCommand

DegreeCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input DegreeCommand
리턴 System.Windows.Input.RoutedCommand

DeleteExpCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input DeleteExpCommand
리턴 System.Windows.Input.RoutedCommand

ExitCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input ExitCommand
리턴 System.Windows.Input.RoutedCommand

ExponentialFormatCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input ExponentialFormatCommand
리턴 System.Windows.Input.RoutedCommand

FunctionsCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand,System.Windows.Input FunctionsCommand
리턴 System.Windows.Input.RoutedCommand

GradianCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand GradianCommand
리턴 RoutedCommand

HexCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand HexCommand
리턴 RoutedCommand

NewCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand NewCommand
리턴 RoutedCommand

NormalFormatCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand NormalFormatCommand
리턴 RoutedCommand

OctCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand OctCommand
리턴 RoutedCommand

OpenCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand OpenCommand
리턴 RoutedCommand

RadianCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand RadianCommand
리턴 RoutedCommand

SaveAsCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand SaveAsCommand
리턴 RoutedCommand

SaveCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand SaveCommand
리턴 RoutedCommand

SettingsCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand SettingsCommand
리턴 RoutedCommand

VariablesCommand 공개적으로 정적으로 프로퍼티

public static RoutedCommand VariablesCommand
리턴 RoutedCommand