Kross
view.h
Go to the documentation of this file.
QComboBox * interpreterEdit() const
Definition view.cpp:136
virtual void commit()
This method got called if the changes done in the editor should be saved aka committed to the Action ...
Definition view.cpp:245
QLineEdit * nameEdit() const
Following getters are providing access to the edit-widgets once the initGui() was called by the const...
Definition view.cpp:132
ActionCollection * collection() const
Definition view.cpp:127
virtual void slotEnabledChanged(const QString &actionname)
This slot got called if the enable/disable state of an action changed.
Definition view.cpp:403
virtual void setModel(QAbstractItemModel *model)
Set the model this view should use to model .
Definition view.cpp:345
KPushButton * button(const QString &actionname) const
Definition view.cpp:374
KActionCollection * actionCollection() const
Definition view.cpp:369
KPushButton * createButton(QWidget *parentWidget, const QString &actionname)
Create and return a new KPushButton instance for the given actionname.
Definition view.cpp:386
virtual void slotAdd()
Called if the "add" action was triggered and a new item should be added.
Definition view.cpp:521
virtual void slotSelectionChanged()
This slot got called if the selected item changed.
Definition view.cpp:411
virtual void slotRun()
Called if the "run" action was triggered and the selected script should be executed.
Definition view.cpp:450
void enabledChanged(const QString &actionname)
This signal is emitted if the enabled/disabled state of an action changed.
void setModified(bool modified)
Set the internal modified state of the collection to modified .
Definition view.cpp:364
virtual void slotDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
This slot got called if the data changed.
Definition view.cpp:445
QItemSelection itemSelection() const
This method provides us access to the QItemSelection.
Definition view.cpp:379
virtual void slotStop()
Called if the "stop" action was triggered and the selected script stops execution if running.
Definition view.cpp:471
virtual void slotEdit()
Called if the "edit" action was triggered and the select item should be edited via the scripts manage...
Definition view.cpp:487
virtual void slotRemove()
Called if the "remove" action was triggered and the selected item should be removed.
Definition view.cpp:555
The ActionCollection class manages collections of Action instances.
Definition actioncollection.h:46
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition action.h:99
Definition action.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.