KHTML
functions.cpp File Reference
#include "functions.h"#include "xml/dom_docimpl.h"#include "xml/dom_nodeimpl.h"#include "xml/dom_nodelistimpl.h"#include "xml/dom_elementimpl.h"#include "kjs/operations.h"#include <QtDebug>#include <math.h>Go to the source code of this file.
Namespaces | |
| namespace | khtml |
| namespace | khtml::XPath |
Macros | |
| #define | DEFINE_FUNCTION_CREATOR(Class) |
Variables | |
| static FunctionMapping | khtml::XPath::functions [] |
| static const unsigned int | khtml::XPath::numFunctions = sizeof( functions ) / sizeof( functions[ 0 ] ) |
Macro Definition Documentation
◆ DEFINE_FUNCTION_CREATOR
| #define DEFINE_FUNCTION_CREATOR | ( | Class | ) |
Value:
static Function *create##Class() { return new Class; }
Definition at line 42 of file functions.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.