kjsembed
pixmap.cpp File Reference
#include "pixmap.h"
#include <QtCore/QDebug>
#include <QtGui/QPixmap>
#include <QtGui/QBitmap>
#include <QtGui/QWidget>
#include <variant_binding.h>
#include <object_binding.h>
Go to the source code of this file.
Namespaces | |
PixmapNS | |
Functions | |
value | PixmapNS::fill (arg0, arg1, arg2) |
else | PixmapNS::if (args.size()==4) |
value | PixmapNS::setAlphaChannel (arg0) |
value | PixmapNS::setMask (arg0) |
START_METHOD_LUT (Pixmap) | |
Variables | |
END_VARIANT_METHOD bool | PixmapNS::arg0 = KJSEmbed::extractBool(exec, args, 0) |
int | PixmapNS::arg1 = KJSEmbed::extractInt(exec, args, 1) |
int | PixmapNS::arg2 = KJSEmbed::extractInt(exec, args, 2) |
QPixmap | PixmapNS::cppValue = value.alphaChannel() |
PixmapNS::END_VARIANT_METHOD | |
PixmapNS::result = KJSEmbed::createVariant(exec, "QPixmap", cppValue ) | |
Function Documentation
START_METHOD_LUT | ( | Pixmap | ) |
Definition at line 254 of file pixmap.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue May 23 2017 16:44:46 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue May 23 2017 16:44:46 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.