KHTML
#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 "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.
|
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 } |
|
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 6144 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 6171 of file khtml_part.cpp.
static void setCaretInvisibleIfNeeded |
( |
KHTMLPart * |
part | ) |
|
|
static |
const int KDE_NO_EXPORT fastZoomSizes[] = { 20, 50, 75, 90, 100, 120, 150, 200, 300 } |
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 } |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.