kexi
KexiPart::StaticPart Class Reference
#include <kexistaticpart.h>
Inheritance diagram for KexiPart::StaticPart:

Detailed Description
Static Kexi Part (plugin).
Definition at line 45 of file kexistaticpart.h.
Public Member Functions | |
| StaticPart (const QCString &mimeType, const QString &itemIcon, const QString &objectName) | |
| virtual | ~StaticPart () |
| virtual KexiViewBase * | createView (QWidget *parent, KexiDialogBase *dialog, KexiPart::Item &item, int viewMode, QMap< QString, QString > *args)=0 |
Protected Member Functions | |
| KexiViewBase * | createView (QWidget *parent, KexiDialogBase *dialog, KexiPart::Item &item, int viewMode=Kexi::DataViewMode) |
Member Function Documentation
| virtual KexiViewBase* KexiPart::StaticPart::createView | ( | QWidget * | parent, | |
| KexiDialogBase * | dialog, | |||
| KexiPart::Item & | item, | |||
| int | viewMode, | |||
| QMap< QString, QString > * | args | |||
| ) | [pure virtual] |
Creates a new view for mode viewMode, item and parent. The view will be used inside dialog. args arguments can be passed.
Implements KexiPart::Part.
Implemented in KexiSimplePrintingPart.
| KexiViewBase * StaticPart::createView | ( | QWidget * | parent, | |
| KexiDialogBase * | dialog, | |||
| KexiPart::Item & | item, | |||
| int | viewMode = Kexi::DataViewMode | |||
| ) | [protected] |
The documentation for this class was generated from the following files:

