Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_flash_clipboard.h File Reference

Go to the source code of this file.

Classes

struct  PPB_Flash_Clipboard_5_1
 
struct  PPB_Flash_Clipboard_4_0
 
struct  PPB_Flash_Clipboard_5_0
 

Macros

#define PPB_FLASH_CLIPBOARD_INTERFACE_4_0   "PPB_Flash_Clipboard;4.0"
 
#define PPB_FLASH_CLIPBOARD_INTERFACE_5_0   "PPB_Flash_Clipboard;5.0"
 
#define PPB_FLASH_CLIPBOARD_INTERFACE_5_1   "PPB_Flash_Clipboard;5.1"
 
#define PPB_FLASH_CLIPBOARD_INTERFACE   PPB_FLASH_CLIPBOARD_INTERFACE_5_1
 

Typedefs

typedef struct
PPB_Flash_Clipboard_5_1 
PPB_Flash_Clipboard
 

Enumerations

enum  PP_Flash_Clipboard_Type { PP_FLASH_CLIPBOARD_TYPE_STANDARD = 0, PP_FLASH_CLIPBOARD_TYPE_SELECTION = 1 }
 
enum  PP_Flash_Clipboard_Format { PP_FLASH_CLIPBOARD_FORMAT_INVALID = 0, PP_FLASH_CLIPBOARD_FORMAT_PLAINTEXT = 1, PP_FLASH_CLIPBOARD_FORMAT_HTML = 2, PP_FLASH_CLIPBOARD_FORMAT_RTF = 3 }
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_Flash_Clipboard_Type, 4)
 
 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_Flash_Clipboard_Format, 4)
 

Detailed Description

This file defines the private PPB_Flash_Clipboard API used by Pepper Flash for reading and writing to the clipboard.