kexitabledesignerview.cpp File Reference
#include "kexitabledesignerview.h"
#include "kexitabledesignerview_p.h"
#include "kexilookupcolumnpage.h"
#include "kexitabledesignercommands.h"
#include <qlayout.h>
#include <qlabel.h>
#include <qsplitter.h>
#include <kiconloader.h>
#include <kdebug.h>
#include <klocale.h>
#include <kaction.h>
#include <kpopupmenu.h>
#include <kmessagebox.h>
#include <kiconeffect.h>
#include <koproperty/set.h>
#include <koproperty/utils.h>
#include <kexidb/cursor.h>
#include <kexidb/tableschema.h>
#include <kexidb/connection.h>
#include <kexidb/utils.h>
#include <kexidb/roweditbuffer.h>
#include <kexidb/error.h>
#include <kexidb/lookupfieldschema.h>
#include <kexiutils/identifier.h>
#include <kexiproject.h>
#include <keximainwindow.h>
#include <widget/tableview/kexidataawarepropertyset.h>
#include <widget/kexicustompropertyfactory.h>
#include <kexiutils/utils.h>
#include <kexidialogbase.h>
#include <kexitableview.h>
#include "kexitabledesignerview.moc"
Go to the source code of this file.
Defines | |
| #define | DEFAULT_OBJECT_TYPE_VALUE "image" |
| used only for BLOBs | |
Functions | |
| static bool | isIntegerQVariant (QVariant::Type t) |
| static bool | canCastQVariant (QVariant::Type fromType, QVariant::Type toType) |
| static QVariant | tryCastQVariant (const QVariant &fromVal, QVariant::Type toType) |
| static void | copyAlterTableActions (KCommand *command, KexiDB::AlterTableHandler::ActionList &actions) |
Define Documentation
|
|
used only for BLOBs
Definition at line 59 of file kexitabledesignerview.cpp. Referenced by KexiTableDesignerView::createPropertySet(). |
Function Documentation
|
||||||||||||
|
Definition at line 78 of file kexitabledesignerview.cpp. References isIntegerQVariant(). Referenced by tryCastQVariant(). |
|
||||||||||||
|
Definition at line 1345 of file kexitabledesignerview.cpp. References CommandGroup::commands(), KexiTableDesignerCommands::Command::createAction(), and kexipluginswarn. Referenced by KexiTableDesignerView::buildAlterTableActions(). |
|
|
Definition at line 69 of file kexitabledesignerview.cpp. Referenced by canCastQVariant(), and tryCastQVariant(). |
|
||||||||||||
|
Definition at line 91 of file kexitabledesignerview.cpp. References canCastQVariant(), and isIntegerQVariant(). Referenced by KexiTableDesignerView::slotPropertyChanged(). |
