Source: sqlguipart/cell.h


Annotated List
Files
Globals
Hierarchy
Index
/***************************************************************************
                          cell.h  -  description
                             -------------------
    begin                : Sat Nov 24 2001
    copyright            : (C) 2001 by mb
    email                : marcus@beranek.de
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef CELL_H
#define CELL_H

#ifdef HAVE_CONFIG_H
#include 
#endif

typedef
struct cell{
	int row;
	int col;
//	const char * data;
    QString * data;
	const char * datatype;
	cell * next;
} cell_t;

#endif



Generated by: marcus on voyager on Mon Sep 16 15:31:33 2002, using kdoc 2.0a53.