Source Code (Use browser search to find items of interest.)

Class Index

kdelibs'KHTMLViewPrivate (./kdelibs/khtml/khtmlview.cpp:66)

class KHTMLViewPrivate {
public:
    KHTMLViewPrivate()
    {
	selectionStart = 0;
	selectionEnd = 0;
	startOffset = 0;
	endOffset = 0;
	startBeforeEnd = true;
	underMouse = 0;
    }
    NodeImpl *selectionStart;
    int startOffset;
    NodeImpl *selectionEnd;
    int endOffset;
    bool startBeforeEnd;
    NodeImpl *underMouse;
};