okteta
insertcontroller.cpp
Go to the documentation of this file.
65 mInsertSelectAction = actionCollection->add<KSelectAction>( QLatin1String("insert") ); //TODO: find better id
97 // TODO: it this depend on the current selection/focus? So it needs to be updated on every change?
115 QAction* noneAction = new QAction( i18nc("@item There are no generators.","Not available."), mInsertSelectAction );
146 QApplication::processEvents( QEventLoop::ExcludeUserInputEvents | QEventLoop::ExcludeSocketNotifiers, 100 );
AbstractModel * findBaseModelWithInterface() const
returns the first baseModel which is of type T, or null if none is found.
Definition: abstractmodel.h:109
virtual void insertData(const QMimeData *data)=0
QList< AbstractModelDataGenerator * > generatorList() const
Definition: modelcodecmanager.cpp:61
QString typeName() const
Definition: abstractmodeldatagenerator.cpp:41
AbstractModelStreamEncoderConfigEditor * createConfigEditor(AbstractModelStreamEncoder *encoder) const
Definition: modelcodecviewmanager.cpp:67
InsertController(ModelCodecViewManager *modelCodecViewManager, ModelCodecManager *modelCodecManager, KXMLGUIClient *guiClient)
Definition: insertcontroller.cpp:55
Definition: abstractmodel.h:40
virtual void setTargetModel(AbstractModel *model)
Definition: insertcontroller.cpp:74
Definition: modelcodecmanager.h:48
Definition: bookmarkable.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 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:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.