kjsembed
static_binding.h File Reference
#include <QtCore/QHash>
#include <kdemacros.h>
#include <kjs/function.h>
#include "binding_support.h"
Include dependency graph for static_binding.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | KJSEmbed |
Classes | |
class | KJSEmbed::StaticBinding |
A binding method that is used in VariantBinding and ObjectBinding. More... | |
class | KJSEmbed::StaticConstructor |
A special method that will create other objects. More... | |
Defines | |
#define | LengthFlags KJS::DontDelete|KJS::ReadOnly|KJS::DontEnum |
Define Documentation
#define LengthFlags KJS::DontDelete|KJS::ReadOnly|KJS::DontEnum |
Definition at line 32 of file static_binding.h.