KexiReportPart Class Reference
#include <kexireportpart.h>
Inheritance diagram for KexiReportPart:

Detailed Description
Kexi Report Plugin It just creates a KexiReportView. See there for most of code.
Definition at line 42 of file kexireportpart.h.
Public Member Functions | |
| KexiReportPart (QObject *parent, const char *name, const QStringList &) | |
| virtual | ~KexiReportPart () |
| void | generateForm (KexiDB::FieldList *list, QDomDocument &domDoc) |
| virtual QString | i18nMessage (const QCString &englishMessage, KexiDialogBase *dlg) const |
Static Public Member Functions | |
| static KFormDesigner::WidgetLibrary * | library () |
Protected Member Functions | |
| virtual KexiDialogTempData * | createTempData (KexiDialogBase *dialog) |
| virtual KexiViewBase * | createView (QWidget *parent, KexiDialogBase *dialog, KexiPart::Item &item, int viewMode=Kexi::DataViewMode, QMap< QString, QString > *staticObjectArgs=0) |
| virtual void | initPartActions () |
| virtual void | initInstanceActions () |
Static Protected Attributes | |
| static KFormDesigner::WidgetLibrary * | static_reportsLibrary = 0L |
Classes | |
| class | TempData |
Constructor & Destructor Documentation
|
||||||||||||||||
|
|
Definition at line 76 of file kexireportpart.cpp. |
Member Function Documentation
|
|
Creates and returns a new temporary data for a dialog dialog. This method is called on openInstance() once per dialog. Reimplement this to return KexiDialogTempData subclass instance. Default implemention just returns empty KexiDialogTempData object. Reimplemented from KexiPart::Part. Definition at line 98 of file kexireportpart.cpp. |
|
||||||||||||||||||||||||
|
Creates a new view for mode viewMode, item and parent. The view will be used inside dialog. Implements KexiPart::Part. Definition at line 104 of file kexireportpart.cpp. References kexipluginsdbg, KexiDialogBase::mainWin(), KexiPart::Item::name(), and KexiMainWindow::project(). |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from KexiPart::Part. Definition at line 119 of file kexireportpart.cpp. |
|
|
Reimplemented from KexiPart::Part. Definition at line 91 of file kexireportpart.cpp. References KexiPart::Part::actionCollectionForMode(), Kexi::DesignViewMode, KexiPart::Part::guiClient(), library(), and KFormDesigner::FormManager::self(). |
|
|
Reimplemented from KexiPart::Part. Definition at line 86 of file kexireportpart.cpp. |
|
|
Definition at line 80 of file kexireportpart.cpp. References static_reportsLibrary. Referenced by KexiReportView::initForm(), initInstanceActions(), and KexiSubReport::setReportName(). |
Member Data Documentation
|
|
Definition at line 44 of file kexireportpart.cpp. Referenced by KexiReportPart(), and library(). |
The documentation for this class was generated from the following files:
