A simple preview component that shows thumbnails of image files. More...
Inherits FilePreviewComponent, and Timer.
Public Member Functions | |
| ImagePreviewComponent () | |
| Creates an ImagePreviewComponent. | |
| ~ImagePreviewComponent () | |
| Destructor. | |
| void | selectedFileChanged (const File &newSelectedFile) |
| void | paint (Graphics &g) |
| void | timerCallback () |
A simple preview component that shows thumbnails of image files.
Creates an ImagePreviewComponent.
Destructor.
| void ImagePreviewComponent::selectedFileChanged | ( | const File & | newSelectedFile | ) | [virtual] |
Implements FilePreviewComponent.
| void ImagePreviewComponent::paint | ( | Graphics & | g | ) | [virtual] |
Reimplemented from Component.
| void ImagePreviewComponent::timerCallback | ( | ) | [virtual] |
Implements Timer.