kjsembed
rect.cpp File Reference
#include "rect.h"
#include <QtCore/QDebug>
#include <QtCore/QRect>
#include <QtCore/QPoint>
#include <QtCore/QSize>
Go to the source code of this file.
Namespaces | |
RectNS | |
Variables | |
int | RectNS::arg0 = KJSEmbed::extractInt(exec, args, 0) |
int | RectNS::arg1 = KJSEmbed::extractInt(exec, args, 1) |
int | RectNS::arg2 = KJSEmbed::extractInt(exec, args, 2) |
int | RectNS::arg3 = KJSEmbed::extractInt(exec, args, 3) |
QRect | RectNS::cppValue = value.adjusted(arg0, arg1, arg2, arg3) |
RectNS::else | |
RectNS::END_VARIANT_METHOD | |
RectNS::result = KJSEmbed::createVariant(exec, "QRect", cppValue ) | |
Function Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Wed Jun 11 2014 00:29:32 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Wed Jun 11 2014 00:29:32 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.