KexiPart::Item Class Reference
#include <kexipartitem.h>
Detailed Description
Information about a single object that can be instantiated using Kexi Part.KexiPart::Item stores:
- identifier ident (low-level name, for example: table name)
- mime type name, eg. "kexi/table"
- caption (visible, i18n'd hight level name, eg. table or query title)
Definition at line 46 of file kexipartitem.h.
Public Member Functions | |
| Item () | |
| ~Item () | |
| int | identifier () const |
| void | setIdentifier (int id) |
| QCString | mimeType () const |
| void | setMimeType (const QCString &mime) |
| QString | name () const |
| void | setName (const QString &name) |
| QString | caption () const |
| void | setCaption (const QString &c) |
| QString | description () const |
| void | setDescription (const QString &d) |
| bool | neverSaved () const |
| void | setNeverSaved (bool set) |
| bool | isNull () const |
| QString | captionOrName () const |
Constructor & Destructor Documentation
|
|
Definition at line 24 of file kexipartitem.cpp. |
|
|
Definition at line 30 of file kexipartitem.cpp. |
Member Function Documentation
|
|
Definition at line 62 of file kexipartitem.h. Referenced by KexiMainWindowImpl::getNewObjectInfo(), Kross::KexiApp::KexiAppPartItem::KexiAppPartItem(), KexiPart::Part::openInstance(), and KexiDialogBase::storeNewData(). |
|
|
Definition at line 82 of file kexipartitem.h. Referenced by KexiSimplePrintingPageSetup::KexiSimplePrintingPageSetup(). |
|
|
Definition at line 65 of file kexipartitem.h. Referenced by Kross::KexiApp::KexiAppPartItem::KexiAppPartItem(), KexiPart::Part::openInstance(), and KexiDialogBase::storeNewData(). |
|
|
|
Definition at line 79 of file kexipartitem.h. |
|
|
|
|
Definition at line 73 of file kexipartitem.h. Referenced by KexiDialogBase::neverSaved(), KexiMainWindowImpl::newObject(), KexiPart::Part::openInstance(), and KexiProject::removeObject(). |
|
|
Definition at line 63 of file kexipartitem.h. Referenced by KexiProject::createPartItem(), KexiMainWindowImpl::getNewObjectInfo(), KexiProject::items(), and Kross::KexiApp::KexiAppPartItem::KexiAppPartItem(). |
|
|
Definition at line 66 of file kexipartitem.h. Referenced by Kross::KexiApp::KexiAppPartItem::KexiAppPartItem(). |
|
|
Definition at line 54 of file kexipartitem.h. Referenced by KexiProject::createPartItem(), KexiProject::items(), Kross::KexiApp::KexiAppPartItem::KexiAppPartItem(), and KexiDialogBase::storeNewData(). |
|
|
Definition at line 57 of file kexipartitem.h. Referenced by KexiProject::createPartItem(), KexiProject::items(), and Kross::KexiApp::KexiAppPartItem::KexiAppPartItem(). |
|
|
Definition at line 60 of file kexipartitem.h. Referenced by KexiProject::createPartItem(), KexiMainWindowImpl::getNewObjectInfo(), KexiProject::items(), Kross::KexiApp::KexiAppPartItem::KexiAppPartItem(), and KexiProject::renameObject(). |
|
|
Definition at line 77 of file kexipartitem.h. Referenced by KexiProject::addStoredItem(), and KexiProject::createPartItem(). |
The documentation for this class was generated from the following files:
