• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

kjsembed

  • kjsembed
  • kjsembed
QBrush_bind.h
Go to the documentation of this file.
1#ifndef QBRUSH_BIND_H
2#define QBRUSH_BIND_H
3
4#include <variant_binding.h>
5#include <static_binding.h>
6
7class QBrush;
8
9namespace KJSEmbed
10{
11 class QBrushBinding : public VariantBinding
12 {
13 public:
14 QBrushBinding( KJS::ExecState *exec, const QBrush &value );
15 static const KJS::ClassInfo info;
16 virtual const KJS::ClassInfo* classInfo() const { return &info; }
17 };
18
19 class QBrushData
20 {
21 public:
22 static const KJSEmbed::Method p_methods[];
23 static const KJSEmbed::Method p_statics[];
24 static const KJSEmbed::Enumerator p_enums[];
25 static const KJSEmbed::Constructor p_constructor;
26 static KJS::JSObject *ctorMethod( KJS::ExecState *exec, const KJS::List &args );
27 static const KJSEmbed::Enumerator *enums() { return p_enums;}
28 static const KJSEmbed::Method *methods() { return p_methods;}
29 static const KJSEmbed::Method *statics() { return p_statics;}
30 static const KJSEmbed::Constructor *constructor() { return &p_constructor;}
31 static const KJS::JSObject *construct(KJS::ExecState *exec, const KJS::List &args)
32 { return (*p_constructor.construct)(exec,args); }
33 };
34}
35
36#endif // QBRUSH_BIND_H
KJSEmbed::QBrushBinding
Definition: QBrush_bind.h:12
KJSEmbed::QBrushBinding::info
static const KJS::ClassInfo info
Definition: QBrush_bind.h:15
KJSEmbed::QBrushBinding::classInfo
virtual const KJS::ClassInfo * classInfo() const
Definition: QBrush_bind.h:16
KJSEmbed::QBrushData
Definition: QBrush_bind.h:20
KJSEmbed::QBrushData::statics
static const KJSEmbed::Method * statics()
Definition: QBrush_bind.h:29
KJSEmbed::QBrushData::methods
static const KJSEmbed::Method * methods()
Definition: QBrush_bind.h:28
KJSEmbed::QBrushData::construct
static const KJS::JSObject * construct(KJS::ExecState *exec, const KJS::List &args)
Definition: QBrush_bind.h:31
KJSEmbed::QBrushData::p_constructor
static const KJSEmbed::Constructor p_constructor
Definition: QBrush_bind.h:25
KJSEmbed::QBrushData::enums
static const KJSEmbed::Enumerator * enums()
Definition: QBrush_bind.h:27
KJSEmbed::QBrushData::ctorMethod
static KJS::JSObject * ctorMethod(KJS::ExecState *exec, const KJS::List &args)
Definition: QBrush_bind.cpp:226
KJSEmbed::QBrushData::constructor
static const KJSEmbed::Constructor * constructor()
Definition: QBrush_bind.h:30
KJSEmbed::QBrushData::p_enums
static const KJSEmbed::Enumerator p_enums[]
Definition: QBrush_bind.h:24
KJSEmbed::QBrushData::p_statics
static const KJSEmbed::Method p_statics[]
Definition: QBrush_bind.h:23
KJSEmbed::QBrushData::p_methods
static const KJSEmbed::Method p_methods[]
Definition: QBrush_bind.h:22
KJSEmbed::VariantBinding
QVariant based binding.
Definition: variant_binding.h:89
KJSEmbed::VariantBinding::value
T value() const
Extract the actual value from the wrapper.
Definition: variant_binding.h:112
KJSEmbed
Definition: application.h:33
static_binding.h
KJSEmbed::Constructor
Definition: binding_support.h:346
KJSEmbed::Constructor::construct
const callConstructor construct
The callback for the constructor.
Definition: binding_support.h:367
KJSEmbed::Enumerator
Enumerator structure.
Definition: binding_support.h:318
KJSEmbed::Method
Method structure.
Definition: binding_support.h:295
variant_binding.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kjsembed

Skip menu "kjsembed"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal