kjsembed
pen.cpp File Reference
#include "pen.h"
#include <QtCore/QDebug>
#include <QtGui/QPen>
#include <QtGui/QBrush>
#include <QtGui/QColor>
Include dependency graph for pen.cpp:
Go to the source code of this file.
Namespaces | |
PenNS | |
Functions | |
value | PenNS::setBrush (arg0) |
value | PenNS::setCapStyle (arg0) |
value | PenNS::setColor (arg0) |
value | PenNS::setJoinStyle (arg0) |
value | PenNS::setStyle (arg0) |
value | PenNS::setWidth (arg0) |
START_METHOD_LUT (Pen) | |
Variables | |
END_VARIANT_METHOD QBrush | PenNS::arg0 = KJSEmbed::extractVariant<QBrush>(exec,args, 0) |
QBrush | PenNS::cppValue = value.brush() |
PenNS::result = KJSEmbed::createVariant(exec, "QBrush", 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.