kjsembed
QBrushNS Namespace Reference
Functions | |
KJS::JSValue * | color (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | gradient (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | isOpaque (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | setColor (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | setStyle (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | setTexture (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | style (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
KJS::JSValue * | texture (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
Function Documentation
KJS::JSValue* QBrushNS::color | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | args | |||
) |
Definition at line 124 of file QBrush_bind.cpp.
KJS::JSValue* QBrushNS::gradient | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | args | |||
) |
Definition at line 178 of file QBrush_bind.cpp.
KJS::JSValue* QBrushNS::isOpaque | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | args | |||
) |
Definition at line 199 of file QBrush_bind.cpp.
KJS::JSValue* QBrushNS::setColor | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | args | |||
) |
Definition at line 145 of file QBrush_bind.cpp.
KJS::JSValue* QBrushNS::setStyle | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | args | |||
) |
Definition at line 51 of file QBrush_bind.cpp.
KJS::JSValue* QBrushNS::setTexture | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | args | |||
) |
Definition at line 98 of file QBrush_bind.cpp.
KJS::JSValue* QBrushNS::style | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | args | |||
) |
Definition at line 30 of file QBrush_bind.cpp.
KJS::JSValue* QBrushNS::texture | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | args | |||
) |
Definition at line 77 of file QBrush_bind.cpp.