kjsembed
KJSEmbed::QBrushBinding Class Reference
#include <QBrush_bind.h>
Inheritance diagram for KJSEmbed::QBrushBinding:
Public Member Functions | |
QBrushBinding (KJS::ExecState *exec, const QBrush &value) | |
virtual const KJS::ClassInfo * | classInfo () const |
Public Member Functions inherited from KJSEmbed::VariantBinding | |
VariantBinding (KJS::ExecState *exec, const QVariant &value) | |
virtual | ~VariantBinding () |
QGenericArgument | arg (const char *type) const |
KJS::UString | className () const |
void * | pointer () |
void | setValue (const QVariant &val) |
KJS::UString | toString (KJS::ExecState *) const |
template<typename T > | |
T | value () const |
QVariant | variant () const |
Public Member Functions inherited from KJSEmbed::ProxyBinding | |
ProxyBinding (KJS::ExecState *exec) | |
virtual | ~ProxyBinding () |
bool | implementsCall () const |
bool | implementsConstruct () const |
Static Public Attributes | |
static const KJS::ClassInfo | info = { "QBrush", &VariantBinding::info, 0, 0 } |
Static Public Attributes inherited from KJSEmbed::VariantBinding | |
static const KJS::ClassInfo | info = { "VariantBinding", 0, 0, 0 } |
Detailed Description
Definition at line 11 of file QBrush_bind.h.
Constructor & Destructor Documentation
QBrushBinding::QBrushBinding | ( | KJS::ExecState * | exec, |
const QBrush & | value | ||
) |
Definition at line 19 of file QBrush_bind.cpp.
Member Function Documentation
|
inlinevirtual |
Reimplemented from KJSEmbed::VariantBinding.
Definition at line 16 of file QBrush_bind.h.
Member Data Documentation
|
static |
Definition at line 15 of file QBrush_bind.h.
The documentation for this class was generated from the following files:
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.