webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
WebKit::EditorState Struct Reference

#include <EditorState.h>

Public Member Functions

void encode (IPC::Encoder &) const
 

Static Public Member Functions

static bool decode (IPC::Decoder &, EditorState &)
 

Public Attributes

bool shouldIgnoreCompositionSelectionChange { false }
 
bool selectionIsNone { true }
 
bool selectionIsRange { false }
 
bool isContentEditable { false }
 
bool isContentRichlyEditable { false }
 
bool isInPasswordField { false }
 
bool isInPlugin { false }
 
bool hasComposition { false }
 
bool isMissingPostLayoutData { false }
 

Member Function Documentation

◆ decode()

bool WebKit::EditorState::decode ( IPC::Decoder decoder,
EditorState result 
)
static

◆ encode()

void WebKit::EditorState::encode ( IPC::Encoder encoder) const

Member Data Documentation

◆ hasComposition

bool WebKit::EditorState::hasComposition { false }

◆ isContentEditable

bool WebKit::EditorState::isContentEditable { false }

◆ isContentRichlyEditable

bool WebKit::EditorState::isContentRichlyEditable { false }

◆ isInPasswordField

bool WebKit::EditorState::isInPasswordField { false }

◆ isInPlugin

bool WebKit::EditorState::isInPlugin { false }

◆ isMissingPostLayoutData

bool WebKit::EditorState::isMissingPostLayoutData { false }

◆ selectionIsNone

bool WebKit::EditorState::selectionIsNone { true }

◆ selectionIsRange

bool WebKit::EditorState::selectionIsRange { false }

◆ shouldIgnoreCompositionSelectionChange

bool WebKit::EditorState::shouldIgnoreCompositionSelectionChange { false }

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