Method | Description | |
---|---|---|
Add ( System.Guid guid, |
Adds the item to the cache queue.
|
|
BeginItemEdit ( System.Guid guid ) : void |
Starts editing an item. While items are edited, the cache thread will not work on them to prevent collisions.
|
|
Clear ( ) : void |
Clears the cache.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
EndItemEdit ( System.Guid guid ) : void |
Ends editing an item. After this call, item image will be continued to be fetched by the thread.
|
|
ImageListViewCacheMetadata ( |
Initializes a new instance of the ImageListViewCacheShellInfo class.
|
|
Pause ( ) : void |
Pauses the cache threads.
|
|
Remove ( System.Guid guid ) : void |
Removes the given item from the cache.
|
|
Resume ( ) : void |
Resumes the cache threads.
|
Method | Description | |
---|---|---|
CanContinueProcessing ( object argument ) : void |
Determines if the item should be processed.
|
|
OnCanContinueProcessing ( CacheRequest item ) : bool |
Determines if the item should be processed.
|
|
RunWorker ( CacheRequest item ) : void |
Pushes the given item to the worker queue.
|
|
bw_DoWork ( object sender, ImageGlass.ImageListView.QueuedWorkerDoWorkEventArgs e ) : void |
Handles the DoWork event of the queued background worker.
|
|
bw_RunWorkerCompleted ( object sender, ImageGlass.ImageListView.QueuedWorkerCompletedEventArgs e ) : void |
Handles the RunWorkerCompleted event of the queued background worker.
|
public Add ( System.Guid guid, |
||
guid | System.Guid | Item guid. |
adaptor | The adaptor for this item. | |
virtualItemKey | object | The virtual item key. |
useWIC | bool | Whether to use the Windows Imaging Component. |
return | void |
public BeginItemEdit ( System.Guid guid ) : void | ||
guid | System.Guid | The guid representing the item |
return | void |
public EndItemEdit ( System.Guid guid ) : void | ||
guid | System.Guid | The guid representing the item. |
return | void |
public ImageListViewCacheMetadata ( |
||
owner | The owner control. | |
return | System |
public Remove ( System.Guid guid ) : void | ||
guid | System.Guid | The guid of the item to remove. |
return | void |