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 |
Enumerator | |
---|---|
NoXPosForVerticalArrowNavigation |
Definition at line 40 of file editing_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 62 of file editing_p.h.
EditorContext::~EditorContext | ( | ) |
Definition at line 28 of file editing.cpp.
Member Function Documentation
|
inline |
Definition at line 54 of file editing_p.h.
void EditorContext::reset | ( | ) |
Definition at line 32 of file editing.cpp.
Member Data Documentation
bool khtml::EditorContext::m_beganSelectingText |
Definition at line 52 of file editing_p.h.
bool khtml::EditorContext::m_caretBlinks |
Definition at line 49 of file editing_p.h.
int khtml::EditorContext::m_caretBlinkTimer |
Definition at line 46 of file editing_p.h.
bool khtml::EditorContext::m_caretPaint |
Definition at line 50 of file editing_p.h.
bool khtml::EditorContext::m_caretVisible |
Definition at line 48 of file editing_p.h.
DOM::Selection khtml::EditorContext::m_dragCaret |
Definition at line 45 of file editing_p.h.
DOM::Editor* khtml::EditorContext::m_editor |
Definition at line 60 of file editing_p.h.
DOM::Selection khtml::EditorContext::m_selection |
Definition at line 44 of file editing_p.h.
DOM::Selection::ETextGranularity khtml::EditorContext::m_selectionGranularity |
Definition at line 42 of file editing_p.h.
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.