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

« back to all changes in this revision

Viewing changes to okteta/kasten/controllers/view/structures/structview.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 2009 Alex Richardson <alex.richardson@gmx.de>
 
4
 *   Copyright 2009, 2012 Alex Richardson <alex.richardson@gmx.de>
5
5
 *   Copyright 2009 Friedrich W. H. Kossebau <kossebau@kde.org>
6
6
 *
7
7
 *   This library is free software; you can redistribute it and/or
33
33
class KTextEdit;
34
34
//class ModelTest;
35
35
 
36
 
namespace Kasten1
 
36
namespace Kasten2
37
37
{
38
38
class StructTool;
39
39
class StructTreeModel;
57
57
//    ModelTest* mModeltest;
58
58
 
59
59
    QTreeView* mStructTreeView;
60
 
    KComboBox* mByteOrderSelection;
61
60
    KPushButton* mValidateButton;
62
61
    KPushButton* mSettingsButton;
 
62
    KPushButton* mScriptConsoleButton;
63
63
    StructViewItemDelegate* mDelegate;
64
64
    KPushButton* mLockStructureButton;
65
65
    QWidget* mStructTreeViewFocusChild;
66
 
#ifdef OKTETA_DEBUG_SCRIPT
67
 
    KTextEdit* mScriptErrors;
68
 
#endif
69
66
 
70
67
protected Q_SLOTS:
71
68
    void openSettingsDlg(int page = 0);
72
 
    void
73
 
    onCurrentRowChanged(const QModelIndex& current, const QModelIndex& previous);
 
69
    void openScriptConsole();
 
70
    void onCurrentRowChanged(const QModelIndex& current, const QModelIndex& previous);
74
71
    void onCursorIndexChange();
75
72
    void lockCurrentStructure(bool lock);
76
73
    void setLockButtonStated(bool structureLocked);
77
 
    void logScriptError(QString msg, QString err);
78
74
};
79
75
 
80
76
inline StructTool* StructView::tool() const