kjsembed
KJSEmbed::QBrushData Class Reference
#include <QBrush_bind.h>
Static Public Member Functions | |
static const KJS::JSObject * | construct (KJS::ExecState *exec, const KJS::List &args) |
static const KJSEmbed::Constructor * | constructor () |
static KJS::JSObject * | ctorMethod (KJS::ExecState *exec, const KJS::List &args) |
static const KJSEmbed::Enumerator * | enums () |
static const KJSEmbed::Method * | methods () |
static const KJSEmbed::Method * | statics () |
Static Public Attributes | |
static const KJSEmbed::Constructor | p_constructor |
static const KJSEmbed::Enumerator | p_enums [] = {{0, 0 }} |
static const KJSEmbed::Method | p_methods [] |
static const KJSEmbed::Method | p_statics [] |
Detailed Description
Definition at line 19 of file QBrush_bind.h.
Member Function Documentation
|
inlinestatic |
Definition at line 31 of file QBrush_bind.h.
|
inlinestatic |
Definition at line 30 of file QBrush_bind.h.
|
static |
Definition at line 226 of file QBrush_bind.cpp.
|
inlinestatic |
Definition at line 27 of file QBrush_bind.h.
|
inlinestatic |
Definition at line 28 of file QBrush_bind.h.
|
inlinestatic |
Definition at line 29 of file QBrush_bind.h.
Member Data Documentation
|
static |
Initial value:
=
{"QBrush", 0, KJS::DontDelete|KJS::ReadOnly, 0, &QBrushData::ctorMethod, p_statics, p_enums, KJSEmbed::QBrushData::p_methods }
Definition at line 25 of file QBrush_bind.h.
|
static |
Definition at line 24 of file QBrush_bind.h.
|
static |
Initial value:
=
{
{ "style", 0, KJS::DontDelete|KJS::ReadOnly, &QBrushNS::style },
{ "setStyle", 1, KJS::DontDelete|KJS::ReadOnly, &QBrushNS::setStyle },
{ "texture", 0, KJS::DontDelete|KJS::ReadOnly, &QBrushNS::texture },
{ "setTexture", 1, KJS::DontDelete|KJS::ReadOnly, &QBrushNS::setTexture },
{ "color", 0, KJS::DontDelete|KJS::ReadOnly, &QBrushNS::color },
{ "setColor", 1, KJS::DontDelete|KJS::ReadOnly, &QBrushNS::setColor },
{ "gradient", 0, KJS::DontDelete|KJS::ReadOnly, &QBrushNS::gradient },
{ "isOpaque", 0, KJS::DontDelete|KJS::ReadOnly, &QBrushNS::isOpaque },
{0, 0, 0, 0 }
}
Definition at line 22 of file QBrush_bind.h.
|
static |
Definition at line 23 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-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.