kexi_global.h File Reference
#include <kexi_export.h>
#include <config.h>
Go to the source code of this file.
Defines | |
| #define | kexidbg kdDebug(44010) |
| #define | kexicoredbg kdDebug(44020) |
| #define | kexipluginsdbg kdDebug(44021) |
| #define | kexiwarn kdWarning(44010) |
| #define | kexicorewarn kdWarning(44020) |
| #define | kexipluginswarn kdWarning(44021) |
| #define | foreach(_class, _variable, _list) for (_class _variable = (_list).constBegin(); _variable!=(_list).constEnd(); ++_variable) |
| #define | foreach_nonconst(_class, _variable, _list) for (_class _variable = (_list).begin(); _variable!=(_list).end(); ++_variable) |
| #define | foreach_list(_class, _variable, _list) for (_class _variable(_list); _variable.current(); ++_variable) |
| #define | foreach_dict(_class, _variable, _list) foreach_list(_class, _variable, _list) |
| #define | futureI18n(a) QString(a) |
| #define | futureI18n2(a, b) QString(b) |
| #define | FUTURE_I18N_NOOP(x) (x) |
Define Documentation
|
|
|
Definition at line 54 of file kexi_global.h. Referenced by KexiDB::AlterTableHandler::ChangeFieldPropertyAction::simplifyActions(). |
|
|
a shortcut for iterating over QPtrList and QPtrDict Definition at line 51 of file kexi_global.h. Referenced by KFormDesigner::Form::autoAssignTabStops(), KexiFormScrollView::columnEditable(), KexiDB::AlterTableHandler::debug(), KexiDB::AlterTableHandler::execute(), KexiDB::NArgExpr::getQueryParameters(), KexiFormView::insertAutoFields(), KexiFormDataProvider::invalidateDataSources(), KexiDB::NArgExpr::toString(), KexiDB::VariableExpr::validate(), and KexiDB::NArgExpr::validate(). |
|
|
nonconst version of foreach iterator Definition at line 47 of file kexi_global.h. |
|
|
Definition at line 67 of file kexi_global.h. |
|
|
Definition at line 61 of file kexi_global.h. Referenced by KexiMainWindowImpl::initActions(). |
|
|
Definition at line 62 of file kexi_global.h. |
|
|
Definition at line 34 of file kexi_global.h. |
|
|
Definition at line 37 of file kexi_global.h. |
|
|
Only defined for standalone releases, should be commented out for releases bundled with KOffice. * Affects translation file names: "kexi.po" becomes "standalone_kexi.po" (used in main.cpp) and "kformdesigner.po" becomes "standalone_kformdesigner.po" (used in FormManager) Definition at line 33 of file kexi_global.h. Referenced by KexiTableView::adjustColumnWidthToContents(), KexiDataAwareObjectInterface::cancelRowEdit(), KexiTableItem::debug(), KexiTableView::editorShowFocus(), KexiFieldDrag::KexiFieldDrag(), KexiTableView::keyPressEvent(), KexiDataAwareObjectInterface::setCursorPosition(), KexiDataAwareObjectInterface::setData(), KexiQueryDesignerGuiEditor::showFieldsOrRelationsForQueryInternal(), KexiInputTableEdit::showToolTipIfNeeded(), KexiComboBoxBase::slotItemSelected(), KexiDialogBase::storeNewData(), KexiComboBoxPopup::updateSize(), and KFormDesigner::Form::updateTabStopsOrder(). |
|
|
|
