Source: /app/hbasic/hbasic/hbdata/hbdesign_table.h
|
|
|
|
#ifndef HBDESIGNTABLE_H
#define HBDESIGNTABLE_H
#include
#include "../gui_db_access/db_design_table.h"
#include "hbobject.h"
class HBDbTable;
class HBDesignTable : public QObject, public HBObject
{
public:
HBDesignTable( char *name );
/* ------------------------------------------------- */
/* Position of table picture in query editor window. */
short xpos;
short ypos;
short width;
short height;
/* ----------------------------------------- */
/* Pointer to normal table description. */
HBDbTable *table_desc_ptr;
/* ------------------------------------------------------- */
/* Pointer to designer widget (used for editing purposes). */
DbDesignTable *design_table;
};
#endif
Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |