KexiPart Namespace Reference
Classes | |
| class | Part |
| The main class for kexi frontend parts like tables, queries, forms and reports. More... | |
| class | DataSource |
| this class provides a datasource framework for e.g. More... | |
| class | GUIClient |
| class | Info |
| Information about a Kexi Part (plugin). More... | |
| class | Item |
| Information about a single object that can be instantiated using Kexi Part. More... | |
| class | ItemList |
| Part item list with reimplemented compareItems() method. More... | |
| struct | Missing |
| class | Manager |
| KexiPart's manager: looks up and instantiates them. More... | |
| class | StaticInfo |
| Information about a static Kexi Part (plugin). More... | |
| class | StaticPart |
| Static Kexi Part (plugin). More... | |
Typedefs | |
| typedef QIntDict< KexiPart::Item > | ItemDict |
| typedef QIntDictIterator< KexiPart::Item > | ItemDictIterator |
| typedef QPtrListIterator< KexiPart::Item > | ItemListIterator |
| typedef QAsciiDict< Info > | PartInfoDict |
| typedef QDictIterator< Info > | PartInfoDictIterator |
| typedef QValueList< Missing > | MissingList |
| typedef QPtrList< Info > | PartInfoList |
| typedef QPtrListIterator< Info > | PartInfoListIterator |
| typedef QIntDict< Part > | PartDict |
Enumerations | |
| enum | ObjectTypes { TableObjectType = KexiDB::TableObjectType, QueryObjectType = KexiDB::QueryObjectType, FormObjectType = 3, ReportObjectType = 4, ScriptObjectType = 5, WebObjectType = 6, MacroObjectType = 7, LastObjectType = 7, UserObjectType = 100 } |
Functions | |
| KEXICORE_EXPORT QCString | nameForCreateAction (const Info &info) |
Typedef Documentation
|
|
Definition at line 93 of file kexipartitem.h. |
|
|
Definition at line 94 of file kexipartitem.h. |
|
|
Definition at line 95 of file kexipartitem.h. |
|
|
Definition at line 57 of file kexipartmanager.h. |
|
|
Definition at line 60 of file kexipartmanager.h. |
|
|
Definition at line 55 of file kexipartmanager.h. |
|
|
Definition at line 56 of file kexipartmanager.h. |
|
|
Definition at line 58 of file kexipartmanager.h. |
|
|
Definition at line 59 of file kexipartmanager.h. |
Enumeration Type Documentation
|
|
Official (registered) type IDs for objects like table, query, form...
Definition at line 49 of file kexipart.h. |
Function Documentation
|
|
Referenced by KexiPart::Part::createGUIClients(), KexiBrowser::slotNewObjectPopupAboutToShow(), and KexiMainWindowImpl::updateReadOnlyState(). |
