KHTML
khtml::EditorContext Struct Reference
Contextual information about the caret and the built-in editor. More...
#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 |
Definition at line 40 of file editing_p.h.
Constructor & Destructor Documentation
| khtml::EditorContext::EditorContext | ( | ) | [inline] |
Definition at line 62 of file editing_p.h.
| EditorContext::~EditorContext | ( | ) |
Definition at line 28 of file editing.cpp.
Member Function Documentation
| void khtml::EditorContext::beginSelectingText | ( | DOM::Selection::ETextGranularity | granularity | ) | [inline] |
Definition at line 54 of file editing_p.h.
| void EditorContext::reset | ( | ) |
Definition at line 32 of file editing.cpp.
Member Data Documentation
Definition at line 52 of file editing_p.h.
Definition at line 49 of file editing_p.h.
Definition at line 46 of file editing_p.h.
Definition at line 50 of file editing_p.h.
Definition at line 48 of file editing_p.h.
| DOM::Selection khtml::EditorContext::m_dragCaret |
Definition at line 45 of file editing_p.h.
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.
Definition at line 59 of file editing_p.h.
The documentation for this struct was generated from the following files:
KDE 4.6 API Reference