KHTML
#include <editing_p.h>
Public Types | |
enum | { NoXPosForVerticalArrowNavigation = INT_MIN } |
Public Member Functions | |
EditorContext () | |
~EditorContext () | |
void | beginSelectingText (DOM::Selection::ETextGranularity granularity) |
void | reset () |
Public Attributes | |
bool | m_beganSelectingText:1 |
bool | m_caretBlinks:1 |
int | m_caretBlinkTimer |
bool | m_caretPaint:1 |
bool | m_caretVisible:1 |
DOM::Selection | m_dragCaret |
DOM::Editor * | m_editor |
DOM::Selection | m_selection |
DOM::Selection::ETextGranularity | m_selectionGranularity |
int | m_xPosForVerticalArrowNavigation |
Detailed Description
Contextual information about the caret and the built-in editor.
Definition at line 38 of file editing_p.h.
Member Enumeration Documentation
◆ anonymous enum
anonymous enum |
Enumerator | |
---|---|
NoXPosForVerticalArrowNavigation |
Definition at line 40 of file editing_p.h.
Constructor & Destructor Documentation
◆ EditorContext()
|
inline |
Definition at line 62 of file editing_p.h.
◆ ~EditorContext()
EditorContext::~EditorContext | ( | ) |
Definition at line 28 of file editing.cpp.
Member Function Documentation
◆ beginSelectingText()
|
inline |
Definition at line 54 of file editing_p.h.
◆ reset()
void EditorContext::reset | ( | ) |
Definition at line 32 of file editing.cpp.
Member Data Documentation
◆ m_beganSelectingText
bool khtml::EditorContext::m_beganSelectingText |
Definition at line 52 of file editing_p.h.
◆ m_caretBlinks
bool khtml::EditorContext::m_caretBlinks |
Definition at line 49 of file editing_p.h.
◆ m_caretBlinkTimer
int khtml::EditorContext::m_caretBlinkTimer |
Definition at line 46 of file editing_p.h.
◆ m_caretPaint
bool khtml::EditorContext::m_caretPaint |
Definition at line 50 of file editing_p.h.
◆ m_caretVisible
bool khtml::EditorContext::m_caretVisible |
Definition at line 48 of file editing_p.h.
◆ m_dragCaret
DOM::Selection khtml::EditorContext::m_dragCaret |
Definition at line 45 of file editing_p.h.
◆ m_editor
DOM::Editor* khtml::EditorContext::m_editor |
Definition at line 60 of file editing_p.h.
◆ m_selection
DOM::Selection khtml::EditorContext::m_selection |
Definition at line 44 of file editing_p.h.
◆ m_selectionGranularity
DOM::Selection::ETextGranularity khtml::EditorContext::m_selectionGranularity |
Definition at line 42 of file editing_p.h.
◆ m_xPosForVerticalArrowNavigation
int khtml::EditorContext::m_xPosForVerticalArrowNavigation |
Definition at line 59 of file editing_p.h.
The documentation for this struct was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.