kjsembed
rect.cpp File Reference
#include "rect.h"
#include <QtCore/QDebug>
#include <QtCore/QRect>
#include <QtCore/QPoint>
#include <QtCore/QSize>
Include dependency graph for rect.cpp:
Go to the source code of this file.
Namespaces | |
RectNS | |
Functions | |
value | RectNS::adjust (arg0, arg1, arg2, arg3) |
END_VARIANT_METHOD | RectNS::if (args.size()==2) |
value | RectNS::moveBottom (arg0) |
value | RectNS::moveBottomLeft (arg0) |
value | RectNS::moveBottomRight (arg0) |
value | RectNS::moveCenter (arg0) |
value | RectNS::moveLeft (arg0) |
value | RectNS::moveRight (arg0) |
value | RectNS::moveTo (arg0, arg1) |
value | RectNS::moveTop (arg0) |
value | RectNS::moveTopLeft (arg0) |
value | RectNS::moveTopRight (arg0) |
value | RectNS::setBottom (arg0) |
value | RectNS::setBottomLeft (arg0) |
value | RectNS::setBottomRight (arg0) |
value | RectNS::setCoords (arg0, arg1, arg2, arg3) |
value | RectNS::setHeight (arg0) |
value | RectNS::setLeft (arg0) |
value | RectNS::setRect (arg0, arg1, arg2, arg3) |
value | RectNS::setRight (arg0) |
value | RectNS::setSize (arg0) |
value | RectNS::setTop (arg0) |
value | RectNS::setTopLeft (arg0) |
value | RectNS::setTopRight (arg0) |
value | RectNS::setWidth (arg0) |
value | RectNS::setX (arg0) |
value | RectNS::setY (arg0) |
START_METHOD_LUT (Rect) | |
value | RectNS::translate (arg0, arg1) |
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::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 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.