KHTML
WebCore::ImageSource Class Reference
#include <ImageSource.h>
Inheritance diagram for WebCore::ImageSource:

Public Member Functions | |
void | clear () |
NativeImagePtr | createFrameAtIndex (size_t) |
size_t | frameCount () const |
float | frameDurationAtIndex (size_t) |
bool | frameHasAlphaAtIndex (size_t) |
bool | frameIsCompleteAtIndex (size_t) |
ImageSource () | |
bool | initialized () const |
bool | isSizeAvailable () |
int | repetitionCount () |
void | setData (SharedBuffer *data, bool allDataReceived) |
IntSize | size () const |
~ImageSource () |
Detailed Description
Definition at line 74 of file ImageSource.h.
Constructor & Destructor Documentation
WebCore::ImageSource::ImageSource | ( | ) |
WebCore::ImageSource::~ImageSource | ( | ) |
Member Function Documentation
void WebCore::ImageSource::clear | ( | ) |
NativeImagePtr WebCore::ImageSource::createFrameAtIndex | ( | size_t | ) |
size_t WebCore::ImageSource::frameCount | ( | ) | const |
float WebCore::ImageSource::frameDurationAtIndex | ( | size_t | ) |
bool WebCore::ImageSource::frameHasAlphaAtIndex | ( | size_t | ) |
bool WebCore::ImageSource::frameIsCompleteAtIndex | ( | size_t | ) |
bool WebCore::ImageSource::initialized | ( | ) | const |
bool WebCore::ImageSource::isSizeAvailable | ( | ) |
int WebCore::ImageSource::repetitionCount | ( | ) |
void WebCore::ImageSource::setData | ( | SharedBuffer * | data, | |
bool | allDataReceived | |||
) |
IntSize WebCore::ImageSource::size | ( | ) | const |
The documentation for this class was generated from the following file: