KPropertyEditorCreatorInterface
#include <KPropertyWidgetsFactory.h>
Public Member Functions | |
virtual QWidget * | createEditor (int type, QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
KPropertyEditorCreatorOptions * | options () |
const KPropertyEditorCreatorOptions * | options () const |
Detailed Description
An interface for editor widget creators.
Options can be set in the options attribute in order to customize widget creation process. Do this in the EditorCreatorInterface constructor.
Definition at line 72 of file KPropertyWidgetsFactory.h.
Constructor & Destructor Documentation
◆ KPropertyEditorCreatorInterface()
KPropertyEditorCreatorInterface::KPropertyEditorCreatorInterface | ( | ) |
Definition at line 282 of file KPropertyWidgetsFactory.cpp.
◆ ~KPropertyEditorCreatorInterface()
|
virtual |
Definition at line 287 of file KPropertyWidgetsFactory.cpp.
Member Function Documentation
◆ createEditor()
|
virtual |
Definition at line 292 of file KPropertyWidgetsFactory.cpp.
◆ options() [1/2]
KPropertyEditorCreatorOptions * KPropertyEditorCreatorInterface::options | ( | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 307 of file KPropertyWidgetsFactory.cpp.
◆ options() [2/2]
const KPropertyEditorCreatorOptions * KPropertyEditorCreatorInterface::options | ( | ) | const |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:37 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.