CMPImageList Class
Handler for all image data
Namespace: PCBIAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
[SerializableAttribute]
public class CMPImageList : IDisposable
<SerializableAttribute>
Public Class CMPImageList
Implements IDisposable
[SerializableAttribute]
public ref class CMPImageList : IDisposable
[<SerializableAttribute>]
type CMPImageList =
class
interface IDisposable
end
- Inheritance
- Object CMPImageList
- Implements
- IDisposable
| AddOrOverwrite |
add new or update image data data
|
| Dispose |
remove resources and clear lists
|
| GetAllImages |
get a list with all image data in this instance.
|
| GetImageData |
find name in image list and get it (or null if not available)
|
| GetOrCreateImage |
add the new image, maybe change the name with _counter
|
| Remove |
remove single image from the image list.
|
| Save |
save the image data list as db in misc directory
|