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

kjsembed

  • sources
  • kde-4.14
  • kdelibs
  • 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 
7 class QBrush;
8 
9 namespace 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::QBrushData::ctorMethod
static KJS::JSObject * ctorMethod(KJS::ExecState *exec, const KJS::List &args)
Definition: QBrush_bind.cpp:226
KJSEmbed::VariantBinding::value
T value() const
Extract the actual value from the wrapper.
Definition: variant_binding.h:112
KJSEmbed::QBrushData::p_methods
static const KJSEmbed::Method p_methods[]
Definition: QBrush_bind.h:22
KJSEmbed::QBrushBinding::info
static const KJS::ClassInfo info
Definition: QBrush_bind.h:15
KJSEmbed::VariantBinding
QVariant based binding.
Definition: variant_binding.h:88
KJSEmbed::QBrushBinding
Definition: QBrush_bind.h:11
KJSEmbed::QBrushData::enums
static const KJSEmbed::Enumerator * enums()
Definition: QBrush_bind.h:27
KJSEmbed::Enumerator
Enumerator structure.
Definition: binding_support.h:317
KJSEmbed::QBrushData
Definition: QBrush_bind.h:19
KJSEmbed::QBrushData::p_statics
static const KJSEmbed::Method p_statics[]
Definition: QBrush_bind.h:23
QBrush
KJSEmbed::QBrushData::construct
static const KJS::JSObject * construct(KJS::ExecState *exec, const KJS::List &args)
Definition: QBrush_bind.h:31
KJSEmbed::QBrushData::methods
static const KJSEmbed::Method * methods()
Definition: QBrush_bind.h:28
KJSEmbed::QBrushData::constructor
static const KJSEmbed::Constructor * constructor()
Definition: QBrush_bind.h:30
KJSEmbed::Method
Method structure.
Definition: binding_support.h:294
KJSEmbed::QBrushData::statics
static const KJSEmbed::Method * statics()
Definition: QBrush_bind.h:29
KJSEmbed::Constructor
Definition: binding_support.h:345
KJSEmbed::QBrushData::p_enums
static const KJSEmbed::Enumerator p_enums[]
Definition: QBrush_bind.h:24
KJSEmbed::QBrushBinding::classInfo
virtual const KJS::ClassInfo * classInfo() const
Definition: QBrush_bind.h:16
KJSEmbed::QBrushData::p_constructor
static const KJSEmbed::Constructor p_constructor
Definition: QBrush_bind.h:25
List
Definition: variant_binding.cpp:130
KJSEmbed::Constructor::construct
const callConstructor construct
The callback for the constructor.
Definition: binding_support.h:367
static_binding.h
variant_binding.h
KJSEmbed::QBrushBinding::QBrushBinding
QBrushBinding(KJS::ExecState *exec, const QBrush &value)
Definition: QBrush_bind.cpp:19
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

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 API Reference

Skip menu "kdelibs 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

Search



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