Class EditorState
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class EditorState : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
EditorState
- Implements
- Inherited Members
Constructors
EditorState(params ConstructArgument[])
public EditorState(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
EditorState(EditorStateHandle)
public EditorState(EditorStateHandle handle)
Parameters
handle
EditorStateHandle
Fields
ChangedSignal
Signal Descriptor for OnChanged.
public static readonly Signal<EditorState> ChangedSignal
Field Value
TypingAttributesPropertyDefinition
public static readonly Property<uint, EditorState> TypingAttributesPropertyDefinition
Field Value
Properties
TypingAttributes
public uint TypingAttributes { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetTypingAttributes()
[Version("2.10")]
public uint GetTypingAttributes()
Returns
IsCopyAvailable()
[Version("2.20")]
public bool IsCopyAvailable()
Returns
IsCutAvailable()
[Version("2.20")]
public bool IsCutAvailable()
Returns
IsPasteAvailable()
[Version("2.20")]
public bool IsPasteAvailable()
Returns
IsRedoAvailable()
[Version("2.20")]
public bool IsRedoAvailable()
Returns
IsUndoAvailable()
[Version("2.20")]
public bool IsUndoAvailable()
Returns
Events
OnChanged
public event SignalHandler<EditorState> OnChanged