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
◆ CaretViewContext()
|
inline |
Definition at line 83 of file khtml_caret_p.h.
Member Data Documentation
◆ caretMoved
bool khtml::CaretViewContext::caretMoved |
Definition at line 68 of file khtml_caret_p.h.
◆ displayed
bool khtml::CaretViewContext::displayed |
Definition at line 67 of file khtml_caret_p.h.
◆ displayNonFocused
KHTMLPart::CaretDisplayPolicy khtml::CaretViewContext::displayNonFocused |
Definition at line 70 of file khtml_caret_p.h.
◆ freqTimerId
int khtml::CaretViewContext::freqTimerId |
Definition at line 61 of file khtml_caret_p.h.
◆ height
int khtml::CaretViewContext::height |
Definition at line 65 of file khtml_caret_p.h.
◆ keyReleasePending
bool khtml::CaretViewContext::keyReleasePending |
Definition at line 81 of file khtml_caret_p.h.
◆ origX
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.
◆ visible
bool khtml::CaretViewContext::visible |
Definition at line 66 of file khtml_caret_p.h.
◆ width
int khtml::CaretViewContext::width |
Definition at line 64 of file khtml_caret_p.h.
◆ x
int khtml::CaretViewContext::x |
Definition at line 62 of file khtml_caret_p.h.
◆ y
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-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.