#include <SkPicture.h>
AbortCallback is an abstract class. An implementation of AbortCallback may passed as a parameter to SkPicture::playback, to stop it before all drawing commands have been processed.
If AbortCallback::abort returns true, SkPicture::playback is interrupted.
Definition at line 97 of file SkPicture.h.
◆ ~AbortCallback()
virtual SkPicture::AbortCallback::~AbortCallback |
( |
| ) |
|
|
virtualdefault |
◆ AbortCallback() [1/2]
SkPicture::AbortCallback::AbortCallback |
( |
| ) |
|
|
protecteddefault |
◆ AbortCallback() [2/2]
SkPicture::AbortCallback::AbortCallback |
( |
const AbortCallback & |
| ) |
|
|
protecteddelete |
◆ abort()
virtual bool SkPicture::AbortCallback::abort |
( |
| ) |
|
|
pure virtual |
◆ operator=()
The documentation for this class was generated from the following file: