KHTML
#include <khtml_caret_p.h>
Public Member Functions | |
CaretViewContext () | |
Public Attributes | |
bool | caretMoved |
bool | displayed |
KHTMLPart::CaretDisplayPolicy | displayNonFocused |
int | freqTimerId |
int | height |
bool | keyReleasePending |
int | origX |
bool | visible |
int | width |
int | x |
int | y |
Detailed Description
contextual information about the caret which is related to the view.
An object of this class is only instantiated when it is needed.
Definition at line 60 of file khtml_caret_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 83 of file khtml_caret_p.h.
Member Data Documentation
bool khtml::CaretViewContext::caretMoved |
Definition at line 68 of file khtml_caret_p.h.
bool khtml::CaretViewContext::displayed |
Definition at line 67 of file khtml_caret_p.h.
KHTMLPart::CaretDisplayPolicy khtml::CaretViewContext::displayNonFocused |
Definition at line 70 of file khtml_caret_p.h.
int khtml::CaretViewContext::freqTimerId |
Definition at line 61 of file khtml_caret_p.h.
int khtml::CaretViewContext::height |
Definition at line 65 of file khtml_caret_p.h.
bool khtml::CaretViewContext::keyReleasePending |
Definition at line 81 of file khtml_caret_p.h.
int khtml::CaretViewContext::origX |
For natural traversal of lines, the original x position is saved, and the actual x is set to the first character whose x position is greater than origX.
origX is reset to x whenever the caret is moved horizontally or placed by the mouse.
Definition at line 79 of file khtml_caret_p.h.
bool khtml::CaretViewContext::visible |
Definition at line 66 of file khtml_caret_p.h.
int khtml::CaretViewContext::width |
Definition at line 64 of file khtml_caret_p.h.
int khtml::CaretViewContext::x |
Definition at line 62 of file khtml_caret_p.h.
int khtml::CaretViewContext::y |
Definition at line 62 of file khtml_caret_p.h.
The documentation for this struct was generated from the following file:
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.