kjsembed
svg_binding.cpp File Reference
#include "svg_binding.h"#include <QtSvg/QSvgWidget>#include <QtCore/QDebug>#include <kjs/object.h>#include "qwidget_binding.h"#include "static_binding.h"#include "kjseglobal.h"Go to the source code of this file.
Namespaces | |
| namespace | SvgRendererNS |
| namespace | SvgWidgetNS |
Functions | |
| if (args.size()==1) | |
| START_METHOD_LUT (SvgWidget) | |
| START_METHOD_LUT (SvgRenderer) | |
Variables | |
| return | rendererObject |
| SvgWidgetNS::result = KJSEmbed::createQObject( exec, object->renderer(), ObjectBinding::QObjOwned ) | |
| SvgRendererNS::result = KJS::jsNumber(object->animationDuration()) | |
| END_METHOD_LUT QSvgWidget * | widget = 0 |
Function Documentation
| if | ( | args. | size() = = 1 |
) |
Definition at line 112 of file svg_binding.cpp.
| START_METHOD_LUT | ( | SvgWidget | ) |
Definition at line 95 of file svg_binding.cpp.
| START_METHOD_LUT | ( | SvgRenderer | ) |
Definition at line 53 of file svg_binding.cpp.
Variable Documentation
| return rendererObject |
Definition at line 84 of file svg_binding.cpp.
| END_METHOD_LUT QSvgWidget* widget = 0 |
Definition at line 106 of file svg_binding.cpp.
KDE 4.3 API Reference