• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.11.5 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 
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Sep 23 2014 09:55:24 by doxygen 1.8.3.1 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.11.5 API Reference

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