kexi
Kexi Namespace Reference
Detailed Description
Namespace for general Kexi functions.
Classes | |
class | ObjectStatus |
Enumerations | |
enum | ViewMode { AllViewModes = 0, NoViewMode = 0, DataViewMode = 1, DesignViewMode = 2, TextViewMode = 4 } |
Functions | |
KexiDBConnectionSet & | connset () |
KexiProjectSet & | recentProjects () |
KexiDB::DriverManager & | driverManager () |
KexiPart::Manager & | partManager () |
void | deleteGlobalObjects () |
bool & | tempShowForms () |
bool & | tempShowReports () |
bool & | tempShowScripts () |
QFont | smallFont (QWidget *init) |
QString | nameForViewMode (int m) |
QString | msgYouCanImproveData () |
void | initCmdLineArgs (int argc, char *argv[], KAboutData *aboutData) |
KEXICORE_EXPORT unsigned int | version () |
KEXICORE_EXPORT unsigned int | versionMajor () |
KEXICORE_EXPORT unsigned int | versionMinor () |
KEXICORE_EXPORT unsigned int | versionRelease () |
KEXICORE_EXPORT const char * | versionString () |
KexiStartupHandler & | startupHandler () |
Variables | |
static KStaticDeleter< KexiStartupHandler > | Kexi_startupHandlerDeleter |
KexiStartupHandler * | _startupHandler = 0 |
Enumeration Type Documentation
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 KexiDBConnectionSet & Kexi::connset | ( | ) |
KEXICORE_EXPORT KexiProjectSet & Kexi::recentProjects | ( | ) |
KEXICORE_EXPORT KexiDB::DriverManager & Kexi::driverManager | ( | ) |
KEXICORE_EXPORT KexiPart::Manager & Kexi::partManager | ( | ) |
KEXICORE_EXPORT void Kexi::deleteGlobalObjects | ( | ) |
KEXICORE_EXPORT bool & Kexi::tempShowForms | ( | ) |
KEXICORE_EXPORT bool & Kexi::tempShowReports | ( | ) |
KEXICORE_EXPORT bool & Kexi::tempShowScripts | ( | ) |
KEXICORE_EXPORT QFont Kexi::smallFont | ( | QWidget * | init = 0 |
) |
KEXICORE_EXPORT QString Kexi::nameForViewMode | ( | int | m | ) |
KEXICORE_EXPORT unsigned int Kexi::version | ( | ) |
Returns the encoded number of Kexi's version, see the KEXI_VERSION macro.
- Returns:
- KFormDesigner API version number for this library. This information is stored
Definition at line 27 of file kexi_global.cpp.
KEXICORE_EXPORT unsigned int Kexi::versionMajor | ( | ) |
Returns the major number of Kexi's version, e.g.
- Returns:
- KexiDB version info (most significant part)
Definition at line 32 of file kexi_global.cpp.
KEXICORE_EXPORT unsigned int Kexi::versionMinor | ( | ) |
Returns the minor number of Kexi's version, e.g.
- Returns:
- KexiDB version info (least significant part)
Definition at line 37 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 42 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 47 of file kexi_global.cpp.
KEXIMAIN_EXPORT KexiStartupHandler & Kexi::startupHandler | ( | ) |