Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
SkAnnotationKeys Class Reference

#include <SkAnnotationKeys.h>

Static Public Member Functions

static const char * URL_Key ()
 
static const char * Define_Named_Dest_Key ()
 
static const char * Link_Named_Dest_Key ()
 

Detailed Description

Definition at line 13 of file SkAnnotationKeys.h.

Member Function Documentation

◆ Define_Named_Dest_Key()

const char * SkAnnotationKeys::Define_Named_Dest_Key ( )
static

Returns the canonical key whose payload is the name of a destination to be defined.

Definition at line 18 of file SkAnnotation.cpp.

18 {
19 return "SkAnnotationKey_Define_Named_Dest";
20}

◆ Link_Named_Dest_Key()

const char * SkAnnotationKeys::Link_Named_Dest_Key ( )
static

Returns the canonical key whose payload is the name of a destination to be linked to.

Definition at line 22 of file SkAnnotation.cpp.

22 {
23 return "SkAnnotationKey_Link_Named_Dest";
24}

◆ URL_Key()

const char * SkAnnotationKeys::URL_Key ( )
static

Returns the canonical key whose payload is a URL

Definition at line 14 of file SkAnnotation.cpp.

14 {
15 return "SkAnnotationKey_URL";
16}

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