#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.
Constructor & Destructor Documentation
| khtml::CaretViewContext::CaretViewContext | ( | ) | [inline] |
Definition at line 83 of file khtml_caret_p.h.
Member Data Documentation
Definition at line 68 of file khtml_caret_p.h.
Definition at line 67 of file khtml_caret_p.h.
Definition at line 70 of file khtml_caret_p.h.
Definition at line 61 of file khtml_caret_p.h.
Definition at line 65 of file khtml_caret_p.h.
Definition at line 81 of file khtml_caret_p.h.
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.
Definition at line 66 of file khtml_caret_p.h.
Definition at line 64 of file khtml_caret_p.h.
Definition at line 62 of file khtml_caret_p.h.
Definition at line 62 of file khtml_caret_p.h.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference