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 |
namespace | 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::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) |
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::result = KJSEmbed::createVariant(exec, "QRect", cppValue ) |
Function Documentation
START_METHOD_LUT |
( |
Rect |
|
) |
|