KHTML
Namespaces | |
XPath | |
Typedefs | |
typedef QHash< QString, const CommandImp * > | CommandDict |
typedef unsigned long long | DOMTimeStamp |
Variables | |
static const EditorCommandInfo | commands [] |
static const int | sMaxUndoSteps = 1000 |
Detailed Description
This library provides a full-featured HTML parser and widget.
It is used for rendering in all KDE applications which allow HTML viewing, including the Konqueror browser/file manager, KMail, and the KDE Help system.
This library provides support for HTML4/XHTML, embedded Java applets, cascading style sheets (CSS2), and JavaScript.
If you want to add to your application a widget that only needs simple text browsing, you can also use the KTextBrowser widget in kdeui.
KHTMLPart : The main part/widget for using khtml.
DOM : The dom implementation used in khtml.
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core functionality, and the HTMLDOM HTML DOM, which deals with the extensions needed for HTML.
Typedef Documentation
typedef QHash<QString,const CommandImp*> DOM::CommandDict |
Definition at line 60 of file jsediting.cpp.
typedef unsigned long long DOM::DOMTimeStamp |
A DOMTimeStamp represents a number of milliseconds.
Definition at line 1020 of file dom_node.h.
Enumeration Type Documentation
enum DOM::EditorCommand |
List of all supported built-in editor commands.
Definition at line 29 of file editor_command.h.
Enumerator | |
---|---|
INVALID_EXPRESSION_ERR | |
TYPE_ERR |
Definition at line 51 of file dom3_xpath.h.
Function Documentation
|
static |
Definition at line 602 of file jsediting.cpp.
Definition at line 383 of file jsediting.cpp.
Definition at line 388 of file jsediting.cpp.
Definition at line 395 of file jsediting.cpp.
Definition at line 402 of file jsediting.cpp.
Definition at line 407 of file jsediting.cpp.
Definition at line 412 of file jsediting.cpp.
Definition at line 182 of file jsediting.cpp.
Definition at line 187 of file jsediting.cpp.
Definition at line 193 of file jsediting.cpp.
Definition at line 199 of file jsediting.cpp.
Definition at line 205 of file jsediting.cpp.
Definition at line 211 of file jsediting.cpp.
Definition at line 216 of file jsediting.cpp.
Definition at line 238 of file jsediting.cpp.
Definition at line 243 of file jsediting.cpp.
Definition at line 249 of file jsediting.cpp.
Definition at line 267 of file jsediting.cpp.
Definition at line 255 of file jsediting.cpp.
Definition at line 261 of file jsediting.cpp.
Definition at line 273 of file jsediting.cpp.
Definition at line 279 of file jsediting.cpp.
Definition at line 285 of file jsediting.cpp.
Definition at line 290 of file jsediting.cpp.
Definition at line 295 of file jsediting.cpp.
Definition at line 300 of file jsediting.cpp.
Definition at line 305 of file jsediting.cpp.
Definition at line 313 of file jsediting.cpp.
Definition at line 321 of file jsediting.cpp.
Definition at line 327 of file jsediting.cpp.
Definition at line 333 of file jsediting.cpp.
Definition at line 339 of file jsediting.cpp.
|
static |
Definition at line 127 of file jsediting.cpp.
Definition at line 137 of file jsediting.cpp.
|
static |
Definition at line 147 of file jsediting.cpp.
Definition at line 345 of file jsediting.cpp.
Definition at line 350 of file jsediting.cpp.
Definition at line 361 of file jsediting.cpp.
Definition at line 355 of file jsediting.cpp.
Definition at line 367 of file jsediting.cpp.
|
inline |
Definition at line 150 of file dom_string.h.
Definition at line 151 of file dom_string.h.
|
inline |
Definition at line 152 of file dom_string.h.
|
inline |
Definition at line 143 of file dom_string.h.
Definition at line 365 of file dom_string.cpp.
Definition at line 370 of file dom_string.cpp.
Definition at line 381 of file dom_string.cpp.
|
static |
Definition at line 162 of file jsediting.cpp.
|
static |
Definition at line 439 of file jsediting.cpp.
|
static |
Definition at line 444 of file jsediting.cpp.
|
static |
Definition at line 434 of file jsediting.cpp.
|
static |
Definition at line 449 of file jsediting.cpp.
|
static |
Definition at line 152 of file jsediting.cpp.
|
static |
Definition at line 454 of file jsediting.cpp.
|
static |
Definition at line 459 of file jsediting.cpp.
|
static |
Definition at line 464 of file jsediting.cpp.
Definition at line 295 of file dom_string.cpp.
Definition at line 300 of file dom_string.cpp.
|
inline |
Definition at line 153 of file dom_string.h.
Definition at line 479 of file jsediting.cpp.
Definition at line 484 of file jsediting.cpp.
Definition at line 489 of file jsediting.cpp.
Definition at line 494 of file jsediting.cpp.
Definition at line 474 of file jsediting.cpp.
Definition at line 172 of file jsediting.cpp.
Variable Documentation
|
static |
Definition at line 504 of file jsediting.cpp.
|
static |
Definition at line 68 of file editor.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.