JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
ImagePreviewComponent Class Reference

A simple preview component that shows thumbnails of image files. More...

Inherits FilePreviewComponent, and Timer.

List of all members.

Public Member Functions

 ImagePreviewComponent ()
 Creates an ImagePreviewComponent.
 ~ImagePreviewComponent ()
 Destructor.
void selectedFileChanged (const File &newSelectedFile)
void paint (Graphics &g)
void timerCallback ()

Detailed Description

A simple preview component that shows thumbnails of image files.

See also:
FileChooserDialogBox, FilePreviewComponent

Constructor & Destructor Documentation

Creates an ImagePreviewComponent.

Destructor.


Member Function Documentation

void ImagePreviewComponent::selectedFileChanged ( const File newSelectedFile) [virtual]

Implements FilePreviewComponent.

void ImagePreviewComponent::paint ( Graphics g) [virtual]

Reimplemented from Component.

Implements Timer.


The documentation for this class was generated from the following file: