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, 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, 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 | |
result = KJSEmbed::createVariant(exec, "QRect", cppValue ) | |
Function Documentation
◆ adjust()
◆ if()
END_VARIANT_METHOD RectNS::if | ( | args. | size() = = 2 | ) |
◆ moveBottom()
◆ moveBottomLeft()
◆ moveBottomRight()
◆ moveCenter()
◆ moveLeft()
◆ moveRight()
◆ moveTo()
◆ moveTop()
◆ moveTopLeft()
◆ moveTopRight()
◆ setBottom()
◆ setBottomLeft()
◆ setBottomRight()
◆ setCoords()
◆ setHeight()
◆ setLeft()
◆ setRect()
◆ setRight()
◆ setSize()
◆ setTop()
◆ setTopLeft()
◆ setTopRight()
◆ setWidth()
◆ setX()
◆ setY()
◆ translate()
Variable Documentation
◆ arg0
END_VARIANT_METHOD QRect RectNS::arg0 = KJSEmbed::extractInt(exec, args, 0) |
◆ arg1
int RectNS::arg1 = KJSEmbed::extractInt(exec, args, 1) |
◆ arg2
int RectNS::arg2 = KJSEmbed::extractInt(exec, args, 2) |
◆ arg3
int RectNS::arg3 = KJSEmbed::extractInt(exec, args, 3) |
◆ cppValue
END_VARIANT_METHOD int RectNS::cppValue = value.adjusted(arg0, arg1, arg2, arg3) |
◆ else
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
T KJSEMBED_EXPORT extractString(KJS::ExecState *exec, KJS::JSValue *value, T defaultValue=T())
Definition binding_support.h:416
◆ result
RectNS::result = KJSEmbed::createVariant(exec, "QRect", cppValue ) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.