kjsembed
Functions | |
value | adjust (arg0, arg1, arg2, arg3) |
END_VARIANT_METHOD | if (args.size()==2) |
value | moveBottom (arg0) |
value | moveBottomLeft (arg0) |
value | moveBottomRight (arg0) |
value | moveCenter (arg0) |
value | moveLeft (arg0) |
value | moveRight (arg0) |
value | moveTo (arg0) |
value | moveTo (arg0, arg1) |
value | moveTop (arg0) |
value | moveTopLeft (arg0) |
value | moveTopRight (arg0) |
value | setBottom (arg0) |
value | setBottomLeft (arg0) |
value | setBottomRight (arg0) |
value | setCoords (arg0, arg1, arg2, arg3) |
value | setHeight (arg0) |
value | setLeft (arg0) |
value | setRect (arg0, arg1, arg2, arg3) |
value | setRight (arg0) |
value | setSize (arg0) |
value | setTop (arg0) |
value | setTopLeft (arg0) |
value | setTopRight (arg0) |
value | setWidth (arg0) |
value | setX (arg0) |
value | setY (arg0) |
value | translate (arg0) |
value | translate (arg0, arg1) |
Variables | |
int | arg0 = KJSEmbed::extractInt(exec, args, 0) |
int | arg1 = KJSEmbed::extractInt(exec, args, 1) |
int | arg2 = KJSEmbed::extractInt(exec, args, 2) |
int | arg3 = KJSEmbed::extractInt(exec, args, 3) |
QRect | cppValue = value.adjusted(arg0, arg1, arg2, arg3) |
else | |
END_VARIANT_METHOD | |
result = KJSEmbed::createVariant(exec, "QRect", cppValue ) | |
Function Documentation
Variable Documentation
END_VARIANT_METHOD QRect 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) |
END_VARIANT_METHOD int RectNS::cppValue = value.adjusted(arg0, arg1, arg2, arg3) |
RectNS::else |
Initial value:
{
int KJSEMBED_EXPORT extractInt(KJS::ExecState *exec, const KJS::List &args, int idx, int defaultValue=0)
Extracts an integer from an argument list.
Definition: binding_support.cpp:72
RectNS::END_VARIANT_METHOD |
Initial value:
{
QPoint arg0 = KJSEmbed::extractVariant<QPoint>(exec,args, 0)
RectNS::result = KJSEmbed::createVariant(exec, "QRect", cppValue ) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Wed Jun 11 2014 00:29:33 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:33 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.