kjsembed
KJSEmbed::PixmapBinding Class Reference
#include <pixmap.h>
Inheritance diagram for KJSEmbed::PixmapBinding:
Public Member Functions | |
| virtual const KJS::ClassInfo * | classInfo () const |
| PixmapBinding (KJS::ExecState *exec, const QPixmap &value) | |
Static Public Attributes | |
| static const KJS::ClassInfo | info = { "QPixmap", &VariantBinding::info, 0, 0 } |
Detailed Description
For internal use only.
Implements the binding for QPixmap.
Definition at line 34 of file pixmap.h.
Constructor & Destructor Documentation
| PixmapBinding::PixmapBinding | ( | KJS::ExecState * | exec, | |
| const QPixmap & | value | |||
| ) |
Definition at line 35 of file pixmap.cpp.
Member Function Documentation
| virtual const KJS::ClassInfo* KJSEmbed::PixmapBinding::classInfo | ( | ) | const [inline, virtual] |
Reimplemented from KJSEmbed::VariantBinding.
Member Data Documentation
const KJS::ClassInfo PixmapBinding::info = { "QPixmap", &VariantBinding::info, 0, 0 } [static] |
Reimplemented from KJSEmbed::VariantBinding.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference