kexi
KexiPart::Manager Class Reference
#include <kexipartmanager.h>
Inheritance diagram for KexiPart::Manager:

Detailed Description
KexiPart's manager: looks up and instantiates them.It dlopens them when needed, they aren't dlopened at startup is not necessary.
Definition at line 68 of file kexipartmanager.h.
Signals | |
void | partLoaded (KexiPart::Part *) |
Public Member Functions | |
Manager (QObject *parent=0) | |
~Manager () | |
void | lookup () |
Part * | partForMimeType (const QString &mimeTypt) |
Part * | part (Info *) |
Info * | infoForMimeType (const QString &mimeType) |
bool | checkProject (KexiDB::Connection *conn) |
MissingList | missingParts () const |
PartInfoList * | partInfoList () |
Protected Member Functions | |
void | insertStaticPart (KexiPart::StaticPart *part) |
Friends | |
class | StaticPart |
Constructor & Destructor Documentation
|
creates an empty instance
Definition at line 38 of file kexipartmanager.cpp. |
Member Function Documentation
|
checks project's kexi__part table and checks if all parts used in a project are available locally use missingParts() to get a list of missing parts Definition at line 205 of file kexipartmanager.cpp. |
|
Definition at line 194 of file kexipartmanager.cpp. |
|
Used by StaticPart.
Definition at line 267 of file kexipartmanager.cpp. |
|
queries ktrader and creates a list of available parts
Definition at line 49 of file kexipartmanager.cpp. |
|
Definition at line 112 of file kexipartmanager.h. |
|
Definition at line 109 of file kexipartmanager.cpp. |
|
Definition at line 188 of file kexipartmanager.cpp. |
|
Definition at line 118 of file kexipartmanager.h. |
The documentation for this class was generated from the following files: