#include </home/clem/local/src/opie/libopie2/opiedb/osqlbackend.h>
Collaboration diagram for Opie::DB::OSQLBackEnd:

Public Types | |
| typedef QValueList< OSQLBackEnd > | ValueList |
Public Member Functions | |
| OSQLBackEnd (const QString &name=QString::null, const QString &vendor=QString::null, const QString &license=QString::null, const QCString &library=QCString()) | |
| OSQLBackEnd (const OSQLBackEnd &) | |
| OSQLBackEnd & | operator= (const OSQLBackEnd &) |
| bool | operator== (const OSQLBackEnd &) |
| ~OSQLBackEnd () | |
| QString | name () const |
| QString | vendor () const |
| QString | license () const |
| QCString | library () const |
| bool | isDefault () const |
| int | preference () const |
| void | setName (const QString &name) |
| void | setVendor (const QString &vendor) |
| void | setLicense (const QString &license) |
| void | setLibrary (const QCString &lib) |
| void | setDefault (bool) |
| void | setPreference (int) |
Private Attributes | |
| QString | m_name |
| QString | m_vendor |
| QString | m_license |
| QCString | m_lib |
| bool | m_default:1 |
| int | m_pref |
| Private * | d |
Definition at line 19 of file osqlbackend.h.
|
|
Definition at line 21 of file osqlbackend.h. |
|
||||||||||||||||||||
|
A basic c'tor
Definition at line 8 of file osqlbackend.cpp. |
|
|
Definition at line 17 of file osqlbackend.cpp. |
|
|
Definition at line 20 of file osqlbackend.cpp. |
|
|
Definition at line 53 of file osqlbackend.cpp. References m_default. |
|
|
Definition at line 50 of file osqlbackend.cpp. References m_lib. Referenced by Opie::DB::OSQLManager::load(). |
|
|
Definition at line 47 of file osqlbackend.cpp. References m_license. |
|
|
Definition at line 41 of file osqlbackend.cpp. References m_name. Referenced by Opie::DB::OSQLManager::load(). |
|
|
Definition at line 32 of file osqlbackend.cpp. References m_default, m_lib, m_license, m_name, m_pref, and m_vendor. |
|
|
Definition at line 22 of file osqlbackend.cpp. References m_default, m_lib, m_license, m_name, m_pref, and m_vendor. |
|
|
Definition at line 56 of file osqlbackend.cpp. References m_pref. Referenced by Opie::DB::OSQLManager::standard(). |
|
|
Definition at line 71 of file osqlbackend.cpp. References m_default. Referenced by Opie::DB::OSQLManager::builtIn(), and Opie::DB::OSQLBackEndManager::file2backend(). |
|
|
Definition at line 68 of file osqlbackend.cpp. References m_lib. Referenced by Opie::DB::OSQLBackEndManager::file2backend(). |
|
|
Definition at line 65 of file osqlbackend.cpp. References m_license. Referenced by Opie::DB::OSQLBackEndManager::file2backend(). |
|
|
Definition at line 59 of file osqlbackend.cpp. References m_name. Referenced by Opie::DB::OSQLBackEndManager::file2backend(). |
|
|
Definition at line 74 of file osqlbackend.cpp. References m_pref. Referenced by Opie::DB::OSQLManager::builtIn(), and Opie::DB::OSQLBackEndManager::file2backend(). |
|
|
Definition at line 62 of file osqlbackend.cpp. References m_vendor. Referenced by Opie::DB::OSQLBackEndManager::file2backend(). |
|
|
Definition at line 44 of file osqlbackend.cpp. References m_vendor. |
|
|
Definition at line 76 of file osqlbackend.h. |
|
|
Definition at line 74 of file osqlbackend.h. Referenced by isDefault(), operator=(), operator==(), OSQLBackEnd(), and setDefault(). |
|
|
Definition at line 73 of file osqlbackend.h. Referenced by library(), operator=(), operator==(), and setLibrary(). |
|
|
Definition at line 72 of file osqlbackend.h. Referenced by license(), operator=(), operator==(), and setLicense(). |
|
|
Definition at line 70 of file osqlbackend.h. Referenced by name(), operator=(), operator==(), and setName(). |
|
|
Definition at line 75 of file osqlbackend.h. Referenced by operator=(), operator==(), OSQLBackEnd(), preference(), and setPreference(). |
|
|
Definition at line 71 of file osqlbackend.h. Referenced by operator=(), operator==(), setVendor(), and vendor(). |
1.4.2