C# Class XRefresh.FilterTable

Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Méthode Description
AddRow ( string mask, string info ) : void
ContainsMask ( string filter ) : bool
FilterTable ( bool dualMode, bool globalMode ) : System
InitFrom ( Model includes ) : void
InitFrom ( Model includes, Model gincludes ) : void
RemoveRow ( string mask ) : void
SetupTable ( ) : void
VisualizeFilter ( string mask ) : void
VisualizeFilter ( string mask, string info, bool local ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetIconForMask ( string mask ) : Icon

Private Methods

Méthode Description
DeleteRow ( Row row ) : void
GetInfoForMask ( string mask ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnDragDrop ( object sender, DragEventArgs e ) : void
OnDragEnter ( object sender, DragEventArgs e ) : void
SaveToExcludes ( Model folder ) : void
SaveToGlobalExcludes ( Model model ) : void
SaveToGlobalIncludes ( Model model ) : void
SaveToIncludes ( Model folder ) : void
ToggleDualMode ( ) : void
UpdateIconAndInfo ( int row ) : void
table_CellPropertyChanged ( object sender, XPTable e ) : void
table_KeyDown ( object sender, KeyEventArgs e ) : void
table_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

AddRow() public méthode

public AddRow ( string mask, string info ) : void
mask string
info string
Résultat void

ContainsMask() public méthode

public ContainsMask ( string filter ) : bool
filter string
Résultat bool

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FilterTable() public méthode

public FilterTable ( bool dualMode, bool globalMode ) : System
dualMode bool
globalMode bool
Résultat System

GetIconForMask() protected méthode

protected GetIconForMask ( string mask ) : Icon
mask string
Résultat Icon

InitFrom() public méthode

public InitFrom ( Model includes ) : void
includes Model
Résultat void

InitFrom() public méthode

public InitFrom ( Model includes, Model gincludes ) : void
includes Model
gincludes Model
Résultat void

RemoveRow() public méthode

public RemoveRow ( string mask ) : void
mask string
Résultat void

SetupTable() public méthode

public SetupTable ( ) : void
Résultat void

VisualizeFilter() public méthode

public VisualizeFilter ( string mask ) : void
mask string
Résultat void

VisualizeFilter() public méthode

public VisualizeFilter ( string mask, string info, bool local ) : void
mask string
info string
local bool
Résultat void