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"
Include dependency graph for svg_binding.cpp:
Go to the source code of this file.
Namespaces | |
SvgRendererNS | |
SvgWidgetNS | |
Functions | |
if (args.size()==1) | |
START_METHOD_LUT (SvgRenderer) | |
START_METHOD_LUT (SvgWidget) | |
Variables | |
else | |
KJS::JSObject * | rendererObject = new SvgRenderer( exec, renderer ) |
SvgRendererNS::result = KJS::jsNumber(object->animationDuration()) | |
SvgWidgetNS::result = KJSEmbed::createQObject( exec, object->renderer(), ObjectBinding::QObjOwned ) | |
END_METHOD_LUT QSvgWidget * | widget = 0 |
Function Documentation
if | ( | args. | size() = = 1 | ) |
Definition at line 68 of file svg_binding.cpp.
START_METHOD_LUT | ( | SvgRenderer | ) |
Definition at line 53 of file svg_binding.cpp.
START_METHOD_LUT | ( | SvgWidget | ) |
Definition at line 95 of file svg_binding.cpp.
Variable Documentation
else |
Initial value:
{
renderer = new QSvgRenderer()
Definition at line 80 of file svg_binding.cpp.
return rendererObject = new SvgRenderer( exec, renderer ) |
Definition at line 84 of file svg_binding.cpp.
END_METHOD_LUT QSvgWidget* widget = 0 |
Definition at line 106 of file svg_binding.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.