kjsembed
KJSEmbed::BrushBinding Class Reference
#include <brush.h>
Inheritance diagram for KJSEmbed::BrushBinding:
Public Member Functions | |
BrushBinding (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
Constructor & Destructor Documentation
BrushBinding::BrushBinding | ( | KJS::ExecState * | exec, |
const QBrush & | value | ||
) |
Member Function Documentation
|
inlinevirtual |
Reimplemented from KJSEmbed::VariantBinding.
Member Data Documentation
|
static |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.