C# Class Isotope.Window1

Window1
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Exibir arquivo Open project: Team624/2015Beta

Public Properties

Property Type Description
_all System.Windows.Input.RoutedCommand
_export System.Windows.Input.RoutedCommand
_help System.Windows.Input.RoutedCommand
_new System.Windows.Input.RoutedCommand
_open System.Windows.Input.RoutedCommand
_save System.Windows.Input.RoutedCommand

Public Methods

Method Description
Convert_Str ( string str ) : string
LoadTabs ( ) : List
Window1 ( String caller ) : System

Private Methods

Method Description
AboutPop ( ) : void
AllCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
AllExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Export ( ) : void
ExportCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
ExportExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Help ( ) : void
HelpCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
HelpExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Import_CSV ( string file ) : void
InitializeComponent ( ) : void
New ( ) : void
NewCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
NewExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Open ( ) : void
OpenCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
OpenExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Save ( ) : void
SaveAll ( ) : void
SaveAs ( ) : void
SaveCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
SaveExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SaveRawTextAndOpen ( string file, List txt ) : void
System ( int connectionId, object target ) : void
TabControl_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
WindowClosing ( object sender, System.CancelEventArgs e ) : void
about_click ( object sender, EventArgs e ) : void
addTab ( string name, bool isnew ) : void
closeTab ( object sender, RoutedEventArgs e ) : void
dropOpen ( string file ) : void
exitButton ( int id ) : System.Windows.Controls.Button
export_click ( object sender, EventArgs e ) : void
file_drop ( object sender, System e ) : void
getBiggestSubID ( ) : int
getIndex ( ) : void
getMeaningfulLines ( ) : List
getMeaninglessLines ( ) : List
help_click ( object sender, EventArgs e ) : void
load ( string caller ) : void
loadToEditor ( int index, bool isnew ) : void
makeSaver ( string n ) : TabSaver
new_click ( object sender, EventArgs e ) : void
open_click ( object sender, EventArgs e ) : void
options_popup ( object sender, EventArgs e ) : void
quit_confirm ( ) : void
reloadOptions ( ) : void
resetNames ( ) : void
saveWithFeedback ( ) : bool
save_all_click ( object sender, EventArgs e ) : void
save_as_click ( object sender, EventArgs e ) : void
save_click ( object sender, EventArgs e ) : void
save_tabs ( List t ) : void
setColoring ( ICSharpCode textEditor ) : void
setExportFileDialog ( ) : void
setOpenFileDialog ( ) : void
setSaveFileDialog ( ) : void
tab_update ( int index, bool edit ) : void
textEditor_TextChanged ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
updateStandardWordList ( int i ) : void
updateWordList ( int i ) : void

Method Details

Convert_Str() public static method

public static Convert_Str ( string str ) : string
str string
return string

LoadTabs() public method

public LoadTabs ( ) : List
return List

Window1() public method

public Window1 ( String caller ) : System
caller String
return System

Property Details

_all public_oe static_oe property

public static RoutedCommand,System.Windows.Input _all
return System.Windows.Input.RoutedCommand

_export public_oe static_oe property

public static RoutedCommand,System.Windows.Input _export
return System.Windows.Input.RoutedCommand

_help public_oe static_oe property

public static RoutedCommand,System.Windows.Input _help
return System.Windows.Input.RoutedCommand

_new public_oe static_oe property

public static RoutedCommand,System.Windows.Input _new
return System.Windows.Input.RoutedCommand

_open public_oe static_oe property

public static RoutedCommand,System.Windows.Input _open
return System.Windows.Input.RoutedCommand

_save public_oe static_oe property

public static RoutedCommand,System.Windows.Input _save
return System.Windows.Input.RoutedCommand