Kexi API Documentation (2.0 alpha)

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

#define DEFAULT_OBJECT_TYPE_VALUE   "image"
 

used only for BLOBs

Definition at line 59 of file kexitabledesignerview.cpp.

Referenced by KexiTableDesignerView::createPropertySet().


Function Documentation

static bool canCastQVariant QVariant::Type  fromType,
QVariant::Type  toType
[static]
 

Definition at line 78 of file kexitabledesignerview.cpp.

References isIntegerQVariant().

Referenced by tryCastQVariant().

static void copyAlterTableActions KCommand command,
KexiDB::AlterTableHandler::ActionList actions
[static]
 

Definition at line 1345 of file kexitabledesignerview.cpp.

References CommandGroup::commands(), KexiTableDesignerCommands::Command::createAction(), and kexipluginswarn.

Referenced by KexiTableDesignerView::buildAlterTableActions().

static bool isIntegerQVariant QVariant::Type  t  )  [static]
 

Definition at line 69 of file kexitabledesignerview.cpp.

Referenced by canCastQVariant(), and tryCastQVariant().

static QVariant tryCastQVariant const QVariant &  fromVal,
QVariant::Type  toType
[static]
 

Definition at line 91 of file kexitabledesignerview.cpp.

References canCastQVariant(), and isIntegerQVariant().

Referenced by KexiTableDesignerView::slotPropertyChanged().

KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:49:25 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003