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
static const KJS::JSObject* KJSEmbed::QBrushData::construct | ( | KJS::ExecState * | exec, | |
const KJS::List & | args | |||
) | [inline, static] |
Definition at line 31 of file QBrush_bind.h.
static const KJSEmbed::Constructor* KJSEmbed::QBrushData::constructor | ( | ) | [inline, static] |
Definition at line 30 of file QBrush_bind.h.
KJS::JSObject * KJSEmbed::QBrushData::ctorMethod | ( | KJS::ExecState * | exec, | |
const KJS::List & | args | |||
) | [static] |
Definition at line 226 of file QBrush_bind.cpp.
static const KJSEmbed::Enumerator* KJSEmbed::QBrushData::enums | ( | ) | [inline, static] |
Definition at line 27 of file QBrush_bind.h.
static const KJSEmbed::Method* KJSEmbed::QBrushData::methods | ( | ) | [inline, static] |
Definition at line 28 of file QBrush_bind.h.
static const KJSEmbed::Method* KJSEmbed::QBrushData::statics | ( | ) | [inline, static] |
Definition at line 29 of file QBrush_bind.h.
Member Data Documentation
const Constructor KJSEmbed::QBrushData::p_constructor [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.
const Enumerator KJSEmbed::QBrushData::p_enums = {{0, 0 }} [static] |
Definition at line 24 of file QBrush_bind.h.
const Method KJSEmbed::QBrushData::p_methods [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.
const KJSEmbed::Method KJSEmbed::QBrushData::p_statics[] [static] |
Definition at line 23 of file QBrush_bind.h.
The documentation for this class was generated from the following files: