webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WebCore::EditorInternalCommand Class Reference

Public Attributes

bool(* execute )(Frame &, Event *, EditorCommandSource, const String &)
 
bool(* isSupportedFromDOM )(Frame *)
 
bool(* isEnabled )(Frame &, Event *, EditorCommandSource)
 
TriState(* state )(Frame &, Event *)
 
String(* value )(Frame &, Event *)
 
bool isTextInsertion
 
bool(* allowExecutionWhenDisabled )(EditorCommandSource)
 

Member Data Documentation

◆ allowExecutionWhenDisabled

bool(* WebCore::EditorInternalCommand::allowExecutionWhenDisabled) (EditorCommandSource)

◆ execute

bool(* WebCore::EditorInternalCommand::execute) (Frame &, Event *, EditorCommandSource, const String &)

◆ isEnabled

bool(* WebCore::EditorInternalCommand::isEnabled) (Frame &, Event *, EditorCommandSource)

◆ isSupportedFromDOM

bool(* WebCore::EditorInternalCommand::isSupportedFromDOM) (Frame *)

◆ isTextInsertion

bool WebCore::EditorInternalCommand::isTextInsertion

◆ state

TriState(* WebCore::EditorInternalCommand::state) (Frame &, Event *)

◆ value

String(* WebCore::EditorInternalCommand::value) (Frame &, Event *)

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