• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KHTML

  • sources
  • kde-4.12
  • kdelibs
  • khtml
Namespaces | Functions | Variables
khtml_part.cpp File Reference
#include "khtml_part.h"
#include "ui_htmlpageinfo.h"
#include "khtmlviewbar.h"
#include "khtml_pagecache.h"
#include "dom/dom_string.h"
#include "dom/dom_element.h"
#include "dom/dom_exception.h"
#include "dom/html_document.h"
#include "dom/dom2_range.h"
#include "editing/editor.h"
#include "html/html_documentimpl.h"
#include "html/html_baseimpl.h"
#include "html/html_miscimpl.h"
#include "html/html_imageimpl.h"
#include "imload/imagemanager.h"
#include "rendering/render_text.h"
#include "rendering/render_frames.h"
#include "rendering/render_layer.h"
#include "rendering/render_position.h"
#include "misc/loader.h"
#include "misc/khtml_partaccessor.h"
#include "xml/dom2_eventsimpl.h"
#include "xml/dom2_rangeimpl.h"
#include "xml/xml_tokenizer.h"
#include "css/cssstyleselector.h"
#include "css/csshelper.h"
#include "khtmlview.h"
#include <kparts/partmanager.h>
#include <kparts/browseropenorsavequestion.h>
#include <kacceleratormanager.h>
#include "ecma/kjs_proxy.h"
#include "ecma/kjs_window.h"
#include "ecma/kjs_events.h"
#include "khtml_settings.h"
#include "kjserrordlg.h"
#include <sys/types.h>
#include <unistd.h>
#include <config.h>
#include <kstandarddirs.h>
#include <kstringhandler.h>
#include <kio/job.h>
#include <kio/jobuidelegate.h>
#include <kio/global.h>
#include <kio/netaccess.h>
#include <kio/hostinfo_p.h>
#include <kprotocolmanager.h>
#include <kdebug.h>
#include <kicon.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kstandardaction.h>
#include <kstandardguiitem.h>
#include <kactioncollection.h>
#include <kfiledialog.h>
#include <kmimetypetrader.h>
#include <ktemporaryfile.h>
#include <kglobalsettings.h>
#include <ktoolinvocation.h>
#include <kauthorized.h>
#include <kparts/browserinterface.h>
#include <kparts/scriptableextension.h>
#include <kde_file.h>
#include <kactionmenu.h>
#include <ktoggleaction.h>
#include <kcodecaction.h>
#include <kselectaction.h>
#include <ksslinfodialog.h>
#include <ksslsettings.h>
#include <kfileitem.h>
#include <kurifilter.h>
#include <kstatusbar.h>
#include <kurllabel.h>
#include <QtGui/QClipboard>
#include <QtGui/QToolTip>
#include <QtCore/QFile>
#include <QtCore/QMetaEnum>
#include <QtGui/QTextDocument>
#include <QtNetwork/QSslCertificate>
#include "khtmlpart_p.h"
#include "khtml_iface.h"
#include "kpassivepopup.h"
#include "kmenu.h"
#include "rendering/render_form.h"
#include <kwindowsystem.h>
#include <kconfiggroup.h>
#include "ecma/debugger/debugwindow.h"
#include <svg/SVGDocument.h>
#include "khtml_part.moc"
#include "khtmlpart_p.moc"
#include "khtml_wallet_p.moc"

Go to the source code of this file.

Namespaces

 khtml
 

Functions

static bool firstRunAt (khtml::RenderObject *renderNode, int y, NodeImpl *&startNode, long &startOffset)
 
static bool isAncestorOrSamePart (KHTMLPart *p1, KHTMLPart *p2)
 
static bool lastRunAt (khtml::RenderObject *renderNode, int y, NodeImpl *&endNode, long &endOffset)
 
static void setCaretInvisibleIfNeeded (KHTMLPart *part)
 

Variables

const int KDE_NO_EXPORT fastZoomSizeCount = sizeof fastZoomSizes / sizeof fastZoomSizes[0]
 
const int KDE_NO_EXPORT fastZoomSizes [] = { 20, 50, 75, 90, 100, 120, 150, 200, 300 }
 
static const int maxZoom = 300
 
static const int minZoom = 20
 
static int s_DOMTreeIndentLevel = 0
 
static const int sDNSCacheSize = 500
 
static const int sDNSPrefetchTimerDelay = 200
 
static const int sDNSTTLSeconds = 400
 
static const int sMaxDNSPrefetchPerPage = 42
 
static const int zoomSizeCount = (sizeof(zoomSizes) / sizeof(int))
 
static const int zoomSizes [] = { 20, 40, 60, 80, 90, 95, 100, 105, 110, 120, 140, 160, 180, 200, 250, 300 }
 

Function Documentation

static bool firstRunAt ( khtml::RenderObject *  renderNode,
int  y,
NodeImpl *&  startNode,
long &  startOffset 
)
static

returns the position of the first inline text box of the line at coordinate y in renderNode

This is a helper function for line-by-line text selection.

Definition at line 6147 of file khtml_part.cpp.

static bool isAncestorOrSamePart ( KHTMLPart *  p1,
KHTMLPart *  p2 
)
static

Definition at line 2257 of file khtml_part.cpp.

static bool lastRunAt ( khtml::RenderObject *  renderNode,
int  y,
NodeImpl *&  endNode,
long &  endOffset 
)
static

returns the position of the last inline text box of the line at coordinate y in renderNode

This is a helper function for line-by-line text selection.

Definition at line 6174 of file khtml_part.cpp.

static void setCaretInvisibleIfNeeded ( KHTMLPart *  part)
static

Definition at line 2863 of file khtml_part.cpp.

Variable Documentation

const int KDE_NO_EXPORT fastZoomSizeCount = sizeof fastZoomSizes / sizeof fastZoomSizes[0]
const int KDE_NO_EXPORT fastZoomSizes[] = { 20, 50, 75, 90, 100, 120, 150, 200, 300 }
const int maxZoom = 300
static

Definition at line 5726 of file khtml_part.cpp.

const int minZoom = 20
static

Definition at line 5725 of file khtml_part.cpp.

int s_DOMTreeIndentLevel = 0
static

Definition at line 1399 of file khtml_part.cpp.

const int sDNSCacheSize = 500
static

Definition at line 147 of file khtml_part.cpp.

const int sDNSPrefetchTimerDelay = 200
static

Definition at line 145 of file khtml_part.cpp.

const int sDNSTTLSeconds = 400
static

Definition at line 146 of file khtml_part.cpp.

const int sMaxDNSPrefetchPerPage = 42
static

Definition at line 144 of file khtml_part.cpp.

const int zoomSizeCount = (sizeof(zoomSizes) / sizeof(int))
static

Definition at line 5724 of file khtml_part.cpp.

const int zoomSizes[] = { 20, 40, 60, 80, 90, 95, 100, 105, 110, 120, 140, 160, 180, 200, 250, 300 }
static

Definition at line 5723 of file khtml_part.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KHTML

Skip menu "KHTML"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  • kjsembed
  •   WTF
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Nepomuk-Core
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal