#include "SkDOM.h"
#include "SkMetaData.h"
#include "SkString.h"
Go to the source code of this file.
Classes | |
class | SkEvent |
Typedefs | |
typedef uint32_t | SkEventSinkID |
typedef uint32_t SkEventSinkID |
Unique 32bit id used to identify an instance of SkEventSink. When events are posted, they are posted to a specific sinkID. When it is time to dispatch the event, the sinkID is used to find the specific SkEventSink object. If it is found, its doEvent() method is called with the event.