C# Class QuickSearch.SearchController

显示文件 Open project: iamkarlson/keepass-quicksearch Class Usage Examples

Public Methods

Method Description
ClearPreaviousSeaches ( ) : void
SearchController ( QuickSearchControl qsCcontrol, KeePassLib.PwDatabase database, ListView listview ) : System

Private Methods

Method Description
AddEntryToList ( PwEntry pe ) : System.Windows.Forms.ListViewItem
GetEntryFieldEx ( PwEntry pe, int iColumnID, bool bAsterisksIfHidden ) : string
backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

This method is called by the UI thread. The ListView usually can only be updated from this thread.

control_TextUpdate ( object sender, EventArgs e ) : void
qsUpdate ( SearchStatus status, bool cancellationPending ) : void

Method Details

ClearPreaviousSeaches() public method

public ClearPreaviousSeaches ( ) : void
return void

SearchController() public method

public SearchController ( QuickSearchControl qsCcontrol, KeePassLib.PwDatabase database, ListView listview ) : System
qsCcontrol QuickSearchControl
database KeePassLib.PwDatabase
listview System.Windows.Forms.ListView
return System