#include <klflibview.h>
Public Types | |
typedef KLFLibEngineFactory::Parameters | Parameters |
Public Slots | |
virtual void | accept () |
virtual void | reject () |
Public Member Functions | |
KLFLibCreateResourceDlg (const QString &defaultWtype, QWidget *parent=0) | |
virtual | ~KLFLibCreateResourceDlg () |
virtual Parameters | getCreateParameters () const |
![]() | |
QDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
accept () | |
accepted () | |
done (int r) | |
exec () | |
finished (int result) | |
reject () | |
rejected () | |
result () | |
setResult (int i) | |
QDialog (QWidget *parent, const char *name, bool modal=false, Qt::WindowFlags f=0) | |
Static Public Member Functions | |
static KLFLibResourceEngine * | createResource (const QString &defaultWtype, QObject *resourceParent, QWidget *parent=0) |
Protected Slots | |
virtual void | updateReadyToCreateFromSender (bool isready) |
virtual void | updateReadyToCreate () |
Definition at line 963 of file klflibview.h.
Definition at line 967 of file klflibview.h.
KLFLibCreateResourceDlg::KLFLibCreateResourceDlg | ( | const QString & | defaultWtype, |
QWidget * | parent = 0 |
||
) |
Definition at line 4126 of file klflibview.cpp.
References KLFLibWidgetFactory::allSupportedWTypes(), KLFLibWidgetFactory::createPromptCreateParametersWidget(), KLFLibWidgetFactory::findFactoryFor(), QVariant::fromValue(), KLF_DEBUG_BLOCK, KLF_FUNC_NAME, klfDbg, updateReadyToCreate(), updateReadyToCreateFromSender(), and KLFLibWidgetFactory::widgetTypeTitle().
|
virtual |
Definition at line 4174 of file klflibview.cpp.
|
virtualslot |
Definition at line 4198 of file klflibview.cpp.
References QDialog::accept(), getCreateParameters(), and QDialog::reject().
|
static |
Definition at line 4236 of file klflibview.cpp.
References KLFLibEngineFactory::createResource(), QDialog::exec(), KLFLibEngineFactory::findFactoryFor(), QString::isEmpty(), KLF_ASSERT_NOT_NULL, and QDialog::result().
Referenced by KLFLibBrowser::slotResourceNew().
|
virtual |
Definition at line 4179 of file klflibview.cpp.
References KLFLibWidgetFactory::findFactoryFor(), KLF_DEBUG_BLOCK, KLF_FUNC_NAME, klfDbg, and KLFLibWidgetFactory::retrieveCreateParametersFromWidget().
Referenced by accept().
|
virtualslot |
Definition at line 4214 of file klflibview.cpp.
References QDialog::reject().
|
protectedvirtualslot |
Definition at line 4225 of file klflibview.cpp.
References QVariant::isValid(), and QVariant::toBool().
Referenced by KLFLibCreateResourceDlg(), and updateReadyToCreateFromSender().
|
protectedvirtualslot |
Definition at line 4219 of file klflibview.cpp.
References QObject::setProperty(), and updateReadyToCreate().
Referenced by KLFLibCreateResourceDlg().