Kexi Namespace Reference
Detailed Description
Namespace for general Kexi functions.
Classes | |
| class | ObjectStatus |
| class | ActionCategories |
| A set of functions used to declare action categories. More... | |
Enumerations | |
| enum | ViewMode { AllViewModes = 0, NoViewMode = 0, DataViewMode = 1, DesignViewMode = 2, TextViewMode = 4 } |
| enum | ActionCategory { NoActionCategory = 0, GlobalActionCategory = 1, PartItemActionCategory = 2, WindowActionCategory = 4 } |
Functions | |
| KEXICORE_EXPORT void | initCmdLineArgs (int argc, char *argv[], KAboutData *aboutData=0) |
| KEXICORE_EXPORT QString | nameForViewMode (int m) |
| i18n'ed name of view mode m | |
| KEXICORE_EXPORT KexiDBConnectionSet & | connset () |
| A set of known connections. | |
| KEXICORE_EXPORT KexiProjectSet & | recentProjects () |
| A set avaiulable of project infos. | |
| KEXICORE_EXPORT KexiDB::DriverManager & | driverManager () |
| shared driver manager | |
| KEXICORE_EXPORT KexiPart::Manager & | partManager () |
| shared part manager | |
| KEXICORE_EXPORT void | deleteGlobalObjects () |
| can be called to delete global objects like driverManager and partManager (and thus, all loaded factories/plugins) before KLibrary::~KLibrary() do this for us | |
| KEXICORE_EXPORT bool & | tempShowForms () |
| false by default, flag loaded on main window startup | |
| KEXICORE_EXPORT bool & | tempShowReports () |
| false by default, flag loaded on main window startup | |
| KEXICORE_EXPORT bool & | tempShowMacros () |
| false by default, flag loaded on main window startup | |
| KEXICORE_EXPORT bool & | tempShowScripts () |
| false by default, flag loaded on main window startup | |
| KEXICORE_EXPORT QFont | smallFont (QWidget *init=0) |
| KEXICORE_EXPORT QString | msgYouCanImproveData () |
| KEXICORE_EXPORT KAboutData * | createAboutData () |
| KEXICORE_EXPORT ActionCategories * | actionCategories () |
| 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. | |
| KexiStartupHandler & | startupHandler () |
Variables | |
| static KStaticDeleter< ActionCategories > | Kexi_actionCategoriesDeleter |
| ActionCategories * | Kexi_actionCategories = 0 |
| static KStaticDeleter< KexiStartupHandler > | Kexi_startupHandlerDeleter |
| KexiStartupHandler * | _startupHandler = 0 |
Enumeration Type Documentation
|
|
Definition at line 28 of file kexiactioncategories.h. |
|
|
Modes of view for the dialogs. Used mostly for parts and KexiDialogBase.
|
Function Documentation
|
|
Definition at line 63 of file kexiactioncategories.cpp. References Kexi::ActionCategories::ActionCategories(), Kexi_actionCategories, and Kexi_actionCategoriesDeleter. Referenced by KActionsListViewBase::init(), and KexiMainWindowImpl::initActions(). |
|
|
|
Referenced by Kexi::initCmdLineArgs(). |
|
|
can be called to delete global objects like driverManager and partManager (and thus, all loaded factories/plugins) before KLibrary::~KLibrary() do this for us
|
|
|
||||||||||||||||
|
Referenced by KexiMainWindowImpl::create(). |
|
|
Referenced by KexiDataAwareObjectInterface::acceptEditor(), and KexiTableViewData::saveRow(). |
|
|
i18n'ed name of view mode m
Referenced by KexiPart::Part::createGUIClients(), KexiMainWindowImpl::openObject(), KexiMainWindowImpl::switchToViewMode(), and KexiDialogBase::switchToViewMode(). |
|
|
|
A set avaiulable of project infos.
Referenced by KexiMainWindowImpl::createBlankProject(), KexiStartupHandler::init(), KexiMainWindowImpl::openProject(), KexiMainWindowImpl::slotProjectOpen(), and KexiMainWindowImpl::slotToolsCompactDatabase(). |
|
|
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. Referenced by KexiRelationViewConnection::drawConnection(), KexiSmallToolButton::init(), KexiMainWindowImpl::initPropertyEditor(), and KexiMainWindowImpl::KexiMainWindowImpl(). |
|
|
Definition at line 66 of file KexiStartup.cpp. References _startupHandler, and Kexi_startupHandlerDeleter. Referenced by KexiMainWindowImpl::create(), KexiMainWindowImpl::KexiMainWindowImpl(), KexiMainWindowImpl::openProject(), and KexiMainWindowImpl::startup(). |
|
|
false by default, flag loaded on main window startup
Referenced by KexiPart::Manager::lookup(), and KexiMainWindowImpl::slotOptionsEnableForms(). |
|
|
false by default, flag loaded on main window startup
Referenced by KexiMainWindowImpl::initActions(), and KexiPart::Manager::lookup(). |
|
|
false by default, flag loaded on main window startup
Referenced by KexiMainWindowImpl::initActions(), and KexiPart::Manager::lookup(). |
|
|
false by default, flag loaded on main window startup
Referenced by KexiMainWindowImpl::initActions(), and KexiPart::Manager::lookup(). |
|
|
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(). |
Variable Documentation
|
|
Definition at line 64 of file KexiStartup.cpp. Referenced by startupHandler(). |
|
|
Definition at line 49 of file kexiactioncategories.cpp. Referenced by actionCategories(). |
|
|
Definition at line 48 of file kexiactioncategories.cpp. Referenced by actionCategories(). |
|
|
Definition at line 63 of file KexiStartup.cpp. Referenced by startupHandler(). |
