C# Class PsHandler.TableTiler.WindowTableTileEdit

Interaction logic for WindowTableTileEdit.xaml
Inheritance: System.Windows.Window, IFilter
ファイルを表示 Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
Saved bool
TableTile TableTile
_regexWindowClass System.Text.RegularExpressions.Regex
_regexWindowTitle System.Text.RegularExpressions.Regex

Public Methods

Method Description
WindowTableTileEdit ( Window owner, TableTile tableTile = null ) : System

Private Methods

Method Description
Button_Close_Click ( object sender, RoutedEventArgs e ) : void
Button_GenerateLayout_Click ( object sender, RoutedEventArgs e ) : void
Button_OK_Click ( object sender, RoutedEventArgs e ) : void
Button_WindowsInfo_Click ( object sender, RoutedEventArgs e ) : void
GetXYWHs ( ) : System.Drawing.Rectangle[]
UCScreenPreview_Main_Update ( ) : void
UpdateIFilter ( ) : void

Method Details

WindowTableTileEdit() public method

public WindowTableTileEdit ( Window owner, TableTile tableTile = null ) : System
owner System.Windows.Window
tableTile TableTile
return System

Property Details

Saved public_oe property

public bool Saved
return bool

TableTile public_oe property

public TableTile,PsHandler.TableTiler TableTile
return TableTile

_regexWindowClass public_oe property

public Regex,System.Text.RegularExpressions _regexWindowClass
return System.Text.RegularExpressions.Regex

_regexWindowTitle public_oe property

public Regex,System.Text.RegularExpressions _regexWindowTitle
return System.Text.RegularExpressions.Regex