kexi
Kexi Namespace Reference
Detailed Description
Namespace for general Kexi functions.
Enumeration Type Documentation
enum Kexi::ActionCategory |
- Enumerator:
Definition at line 28 of file kexiactioncategories.h.
enum Kexi::ViewMode |
Modes of view for the dialogs. Used mostly for parts and KexiDialogBase.
- Enumerator:
-
AllViewModes Usable primarily in KexiPart::initInstanceActions(). NoViewMode In KexiViewBase::afterSwitchFrom() and KexiViewBase::beforeSwitchTo() means that parent dialog of the view has not yet view defined. TextViewMode Also known as SQL View Mode.
Function Documentation
KEXICORE_EXPORT ActionCategories * Kexi::actionCategories | ( | ) |
KEXICORE_EXPORT KexiDBConnectionSet & Kexi::connset | ( | ) |
KEXICORE_EXPORT void Kexi::deleteGlobalObjects | ( | ) |
KEXICORE_EXPORT KexiDB::DriverManager & Kexi::driverManager | ( | ) |
KEXICORE_EXPORT QString Kexi::nameForViewMode | ( | int | m | ) |
KEXICORE_EXPORT KexiPart::Manager & Kexi::partManager | ( | ) |
KEXICORE_EXPORT KexiProjectSet & Kexi::recentProjects | ( | ) |
KEXICORE_EXPORT QFont Kexi::smallFont | ( | QWidget * | init = 0 |
) |
KEXIMAIN_EXPORT KexiStartupHandler & Kexi::startupHandler | ( | ) |
KEXICORE_EXPORT bool & Kexi::tempShowForms | ( | ) |
KEXICORE_EXPORT bool & Kexi::tempShowMacros | ( | ) |
KEXICORE_EXPORT bool & Kexi::tempShowReports | ( | ) |
KEXICORE_EXPORT bool & Kexi::tempShowScripts | ( | ) |
KEXICORE_EXPORT unsigned int Kexi::version | ( | ) |
Returns the encoded number of Kexi's version, see the KEXI_VERSION macro.
In contrary to that macro this function returns the number of the actually installed Kexi version, not the number of the Kexi version that was installed when the program was compiled.
- Returns:
- the version number, encoded in a single uint
Definition at line 26 of file kexi_global.cpp.
KEXICORE_EXPORT unsigned int Kexi::versionMajor | ( | ) |
Returns the major number of Kexi's version, e.g.
1 for Kexi 1.2.3.
- Returns:
- the major version number
Definition at line 31 of file kexi_global.cpp.
KEXICORE_EXPORT unsigned int Kexi::versionMinor | ( | ) |
Returns the minor number of Kexi's version, e.g.
2 for Kexi 1.2.3.
- Returns:
- the minor version number
Definition at line 36 of file kexi_global.cpp.
KEXICORE_EXPORT unsigned int Kexi::versionRelease | ( | ) |
Returns the release of Kexi's version, e.g.
3 for Kexi 1.2.3.
- Returns:
- the release number
Definition at line 41 of file kexi_global.cpp.
KEXICORE_EXPORT const char* Kexi::versionString | ( | ) |
Returns the Kexi version as string, e.g.
"1.2.3" Sometimes it may be even something like "1.2.3 beta 2"
- Returns:
- the Kexi version. You can keep the string forever
Definition at line 46 of file kexi_global.cpp.