KHTML
htmlediting.cpp File Reference
#include "htmlediting.h"
#include "htmlediting_impl.h"
#include "editor.h"
#include "khtml_part.h"
#include "xml/dom_position.h"
#include "xml/dom_docimpl.h"
#include "xml/dom_nodeimpl.h"
#include "xml/dom_selection.h"
#include "xml/dom_textimpl.h"
Go to the source code of this file.
Namespaces | |
namespace | khtml |
Defines | |
#define | IF_IMPL_NULL_RETURN |
#define | IF_IMPL_NULL_RETURN_ARG(arg) |
Define Documentation
#define IF_IMPL_NULL_RETURN |
Value:
do { \ if (isNull()) { return; } \ } while (0)
Definition at line 53 of file htmlediting.cpp.
#define IF_IMPL_NULL_RETURN_ARG | ( | arg | ) |
Value:
do { \ if (isNull()) { return arg; } \ } while (0)
Definition at line 49 of file htmlediting.cpp.