kexi_version.h File Reference
Go to the source code of this file.
Namespaces | |
| namespace | Kexi |
Defines | |
| #define | KEXI_APP_NAME "Kexi" |
| #define | KEXI_VERSION_STRING "1.1.2" |
| #define | KEXI_VERSION_MAJOR 1 |
| #define | KEXI_VERSION_MINOR 1 |
| #define | KEXI_VERSION_RELEASE 2 |
| #define | KEXI_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c)) |
| #define | KEXI_VERSION KEXI_MAKE_VERSION(KEXI_VERSION_MAJOR,KEXI_VERSION_MINOR,KEXI_VERSION_RELEASE) |
| #define | KEXI_IS_VERSION(a, b, c) ( KEXI_VERSION >= KEXI_MAKE_VERSION(a,b,c) ) |
| #define | KEXI_PART_VERSION 2 |
Functions | |
| KEXICORE_EXPORT unsigned int | version () |
| Returns the encoded number of Kexi's version, see the KEXI_VERSION macro. | |
| KEXICORE_EXPORT unsigned int | versionMajor () |
| Returns the major number of Kexi's version, e.g. | |
| KEXICORE_EXPORT unsigned int | versionMinor () |
| Returns the minor number of Kexi's version, e.g. | |
| KEXICORE_EXPORT unsigned int | versionRelease () |
| Returns the release of Kexi's version, e.g. | |
| KEXICORE_EXPORT const char * | versionString () |
| Returns the Kexi version as string, e.g. | |
Define Documentation
|
|
|
Definition at line 45 of file kexi_version.h. |
|
|
Definition at line 40 of file kexi_version.h. |
|
|
Definition at line 94 of file kexi_version.h. Referenced by KexiPart::Manager::lookup(). |
|
|
Definition at line 42 of file kexi_version.h. Referenced by KexiDB::version(). |
|
|
Definition at line 36 of file kexi_version.h. Referenced by KexiMigration::versionMajor(). |
|
|
Definition at line 37 of file kexi_version.h. Referenced by KexiMigration::versionMinor(). |
|
|
Definition at line 38 of file kexi_version.h. Referenced by Kexi::versionRelease(). |
|
|
Definition at line 33 of file kexi_version.h. Referenced by KexiMainWindowImpl::importantInfo(), Kexi::createAboutData(), KEXI_UNFINISHED(), and Kexi::versionString(). |
Function Documentation
|
|
Returns the encoded number of Kexi's version, see the KEXI_VERSION macro.
Definition at line 26 of file kexi_global.cpp. |
|
|
Returns the major number of Kexi's version, e.g. 1 for Kexi 1.2.3.
Definition at line 31 of file kexi_global.cpp. |
|
|
Returns the minor number of Kexi's version, e.g. 2 for Kexi 1.2.3.
Definition at line 36 of file kexi_global.cpp. |
|
|
Returns the release of Kexi's version, e.g. 3 for Kexi 1.2.3.
Definition at line 41 of file kexi_global.cpp. References KEXI_VERSION_RELEASE. |
|
|
Returns the Kexi version as string, e.g. "1.2.3" Sometimes it may be even something like "1.2.3 beta 2"
Definition at line 46 of file kexi_global.cpp. References KEXI_VERSION_STRING. Referenced by KexiDB::MySqlConnection::drv_connect(). |
