KHtml
khtml::RenderObject::SelPointState Struct Reference
#include <render_object.h>
Public Attributes | |
bool | m_afterInLine |
DOM::NodeImpl * | m_lastNode |
long | m_lastOffset |
Detailed Description
contains stateful information for a checkSelectionPoint call
Definition at line 945 of file render_object.h.
Member Data Documentation
◆ m_afterInLine
bool khtml::RenderObject::SelPointState::m_afterInLine |
true when the last node had the result SelectionAfterInLine
Definition at line 951 of file render_object.h.
◆ m_lastNode
DOM::NodeImpl* khtml::RenderObject::SelPointState::m_lastNode |
last node that was before the current position
Definition at line 947 of file render_object.h.
◆ m_lastOffset
long khtml::RenderObject::SelPointState::m_lastOffset |
offset of last node
Definition at line 949 of file render_object.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jan 27 2023 07:43:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Jan 27 2023 07:43:12 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.