KexiProjectSet Class Reference
#include <kexiprojectset.h>
Inheritance diagram for KexiProjectSet:

Detailed Description
Stores information about multiple kexi project-data items.
Definition at line 34 of file kexiprojectset.h.
Public Member Functions | |
| KexiProjectSet (KexiDB::MessageHandler *handler=0) | |
| KexiProjectSet (KexiDB::ConnectionData &conndata, KexiDB::MessageHandler *handler=0) | |
| ~KexiProjectSet () | |
| void | addProjectData (KexiProjectData *data) |
| KexiProjectData::List | list () const |
| KexiProjectData * | findProject (const QString &dbName) const |
| Case insensitive lookup. | |
Constructor & Destructor Documentation
|
|
Creates empty project set. Use addProjectData to add a project data. handler can be provided to receive error messages. Definition at line 44 of file kexiprojectset.cpp. |
|
||||||||||||
|
Creates project set filled with all projects found using conndata. There may be error during project list retrieving - use appropriate KexiDB::Object::error(), and similar methods to get error message. handler can be provided to receive error messages. Definition at line 50 of file kexiprojectset.cpp. References KexiDB::Object::clearError(), KexiDB::Connection::connect(), KexiDB::Driver::createConnection(), KexiDB::Connection::databaseNames(), Kexi::driverManager(), KexiDB::ConnectionDataBase::driverName, KexiDB::Object::error(), and KexiDB::Object::setError(). |
|
|
Definition at line 88 of file kexiprojectset.cpp. |
Member Function Documentation
|
|
Adds data as project data. data will be owned by this object. Definition at line 93 of file kexiprojectset.cpp. |
|
|
Case insensitive lookup.
Definition at line 103 of file kexiprojectset.cpp. |
|
|
Definition at line 98 of file kexiprojectset.cpp. Referenced by KexiProjectSelectorWidget::setProjectSet(). |
The documentation for this class was generated from the following files:
