Kexi API Documentation (2.0 alpha)

fieldlist.cpp File Reference

#include <kexidb/fieldlist.h>
#include <kexidb/object.h>
#include <kdebug.h>
#include <assert.h>

Go to the source code of this file.

Defines

#define _ADD_FIELD(fname)


Define Documentation

#define _ADD_FIELD fname   ) 
 

Value:

{ \
    if (fname.isEmpty()) return fl; \
    f = m_fields_by_name[fname]; \
    if (!f) { delete fl; return 0; } \
    fl->addField(f); \
}

Definition at line 148 of file fieldlist.cpp.

Referenced by KexiDB::FieldList::subList().

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:01 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003