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>
Include dependency graph for pixmap.cpp:
Go to the source code of this file.
Namespaces | |
PixmapNS | |
Functions | |
END_VARIANT_METHOD | PixmapNS::if (args.size()==1) |
value | PixmapNS::setAlphaChannel (arg0) |
value | PixmapNS::setMask (arg0) |
START_METHOD_LUT (Pixmap) | |
Variables | |
END_VARIANT_METHOD bool | PixmapNS::arg0 = KJSEmbed::extractBool(exec, args, 0) |
Qt::ImageConversionFlags | PixmapNS::arg1 = (Qt::ImageConversionFlags)KJSEmbed::extractInt(exec, args, 1) |
Qt::ImageConversionFlags | PixmapNS::arg2 = (Qt::ImageConversionFlags) KJSEmbed::extractInt(exec, args, 2) |
QPixmap | PixmapNS::cppValue = value.alphaChannel() |
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-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.