kexi
KexiPart::Info Class Reference
#include <kexipartinfo.h>
Inheritance diagram for KexiPart::Info:
List of all members.
Detailed Description
Information about a
Kexi Part (plugin).
Definition at line 40 of file kexipartinfo.h.
Constructor & Destructor Documentation
Info::Info |
( |
|
) |
[protected] |
Member Function Documentation
QString Info::createItemIcon |
( |
|
) |
const |
QString Info::errorMessage |
( |
|
) |
const [protected] |
QString Info::groupName |
( |
|
) |
const |
- Returns:
- a i18n'ed group name e.g. "Tables"
Definition at line 75 of file kexipartinfo.cpp.
bool Info::isBroken |
( |
|
) |
const |
- Returns:
- true if loading was tried but failed
Definition at line 87 of file kexipartinfo.cpp.
bool Info::isDataExportSuppored |
( |
|
) |
const |
- Returns:
- true if the part supports data exporting.
Definition at line 110 of file kexipartinfo.cpp.
bool Info::isIdStoredInPartDatabase |
( |
|
) |
const [protected] |
bool Info::isPrintingSuppored |
( |
|
) |
const |
- Returns:
- true if the part supports data printing.
Definition at line 116 of file kexipartinfo.cpp.
bool Info::isVisibleInNavigator |
( |
|
) |
const |
- Returns:
- true if the part should be visible in the Project Navigator (as a folder).
Definition at line 89 of file kexipartinfo.cpp.
QString Info::itemIcon |
( |
|
) |
const |
QCString Info::mimeType |
( |
|
) |
const |
- Returns:
- the internal mime type of this part
Definition at line 77 of file kexipartinfo.cpp.
QString Info::objectName |
( |
|
) |
const |
- Returns:
- the object name associated with this part (e.g. "table")
Definition at line 83 of file kexipartinfo.cpp.
int Info::projectPartID |
( |
|
) |
const |
KService::Ptr Info::ptr |
( |
|
) |
const |
- Returns:
- the KService::Ptr associated with this part
Definition at line 85 of file kexipartinfo.cpp.
void Info::setBroken |
( |
bool |
broken, |
|
|
const QString & |
errorMessage | |
|
) |
| | [protected] |
void Info::setProjectPartID |
( |
int |
id |
) |
[protected] |
The documentation for this class was generated from the following files: