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
|
Modes of view for the dialogs. Used mostly for parts and KexiDialogBase.
|
Function Documentation
|
A set of known connections.
|
|
can be called to delete global objects like driverManager and partManager (and thus, all loaded factories/plugins) before KLibrary::~KLibrary() do this for us
|
|
shared driver manager
|
|
i18n'ed name of view mode m
|
|
shared part manager
|
|
A set avaiulable of project infos.
|
|
A global setting for minimal readable font. Note: this is defined because KDE has no such setting yet. init is a widget that should be passed if no qApp->mainWidget() is available yet. |
|
Definition at line 66 of file KexiStartup.cpp. |
|
false by default, flag loaded on main window startup
|
|
false by default, flag loaded on main window startup
|
|
false by default, flag loaded on main window startup
|
|
Returns the encoded number of Kexi's version, see the KEXI_VERSION macro.
Definition at line 27 of file kexi_global.cpp. |
|
Returns the major number of Kexi's version, e.g.
Definition at line 32 of file kexi_global.cpp. |
|
Returns the minor number of Kexi's version, e.g.
Definition at line 37 of file kexi_global.cpp. |
|
Returns the release of Kexi's version, e.g. 3 for Kexi 1.2.3.
Definition at line 42 of file kexi_global.cpp. |
|
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 47 of file kexi_global.cpp. |