okteta
structview.cpp
Go to the documentation of this file.
75 mStructTreeView->setEditTriggers(QAbstractItemView::DoubleClicked | QAbstractItemView::EditKeyPressed);
116 mScriptConsoleButton = new KPushButton(console, i18nc("@action:button", "Script console"), this);
162 KPageWidgetItem* management = dialog->addPage(structSelectionWrapper, i18n("Structures management"),
void setLockButtonState(bool structureLocked)
Definition: structview.cpp:256
KPushButton * mScriptConsoleButton
Definition: structview.h:66
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
void unlockStructure(const QModelIndex &idx)
Definition: structtool.cpp:389
QWidget * mStructTreeViewFocusChild
Definition: structview.h:69
bool canStructureBeLocked(const QModelIndex &idx) const
check if there is any ByteArrayModel available to lock the structure
Definition: structtool.cpp:420
void lockStructure(const QModelIndex &idx)
Definition: structtool.cpp:376
Definition: scriptloggerview.h:32
Okteta::AbstractByteArrayModel * byteArrayModel() const
Definition: structtool.cpp:431
TopLevelDataInformation::List allData() const
Definition: structtool.cpp:446
void onByteArrayModelChanged(Okteta::AbstractByteArrayModel *model)
Definition: structview.cpp:285
KPushButton * mLockStructureButton
Definition: structview.h:68
bool isStructureLocked(const QModelIndex &idx) const
Definition: structtool.cpp:406
void onCurrentRowChanged(const QModelIndex ¤t, const QModelIndex &previous)
Definition: structview.cpp:223
StructView(StructTool *tool, QWidget *parent=0)
Definition: structview.cpp:58
static StructViewPreferences * self()
Definition: structviewpreferences.cpp:25
virtual bool eventFilter(QObject *object, QEvent *event)
Definition: structview.cpp:178
Definition: structtreemodel.h:36
Definition: structuresmanagerview.h:45
Definition: structtool.h:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.