~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/kasten/controllers/view/structures/script/classes/primitivescriptclass.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *   This file is part of the Okteta Kasten Framework, made within the KDE community.
3
3
 *
4
 
 *   Copyright 2011 Alex Richardson <alex.richardson@gmx.de>
 
4
 *   Copyright 2011, 2012 Alex Richardson <alex.richardson@gmx.de>
5
5
 *
6
6
 *   This library is free software; you can redistribute it and/or
7
7
 *   modify it under the terms of the GNU Lesser General Public
26
26
 
27
27
#include "defaultscriptclass.h"
28
28
 
29
 
class ArrayDataInformation;
30
 
 
31
29
class PrimitiveScriptClass : public DefaultScriptClass
32
30
{
33
31
    Q_DISABLE_COPY(PrimitiveScriptClass)
34
32
public:
35
 
    typedef ArrayDataInformation* ArrayDataInfPtr;
36
 
 
37
33
    PrimitiveScriptClass(QScriptEngine* engine, ScriptHandlerInfo* handlerInfo);
38
34
    virtual ~PrimitiveScriptClass();
39
35
    virtual QScriptValue prototype() const;