Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Fl_Data_Dialog Class Reference

Fl_Data_Dialog class designed to easy insert the new or edit the existing record in the database table. More...

#include <Fl_Data_Dialog.h>

Inheritance diagram for Fl_Data_Dialog:

Fl_Dialog Fl_Window Fl_Widget List of all members.

Public Methods

 Fl_Data_Dialog (int w, int h, const char *label=0L)
 Constructs new Data Dialog from size and caption.

 ~Fl_Data_Dialog ()
 Destroys Data Dialog.

void setup (Fl_Database *db, Fl_String tableName, Fl_String keyField)
 Fast setup of the database table connection: database table name key field name in the table. More...

virtual void database (Fl_Database *db)
 properties.

Fl_Database * database () const
void table (const Fl_String tname)
Fl_String table () const
void key_field (const Fl_String fieldName)
Fl_String key_field () const
void key_value (Fl_Variant val)
Fl_Variant key_value () const

Protected Attributes

Fl_Database * m_database
Fl_Record_DS * m_record_DS

Detailed Description

Fl_Data_Dialog class designed to easy insert the new or edit the existing record in the database table.

Definition at line 13 of file Fl_Data_Dialog.h.


Member Function Documentation

void Fl_Data_Dialog::setup Fl_Database *    db,
Fl_String    tableName,
Fl_String    keyField
 

Fast setup of the database table connection: database table name key field name in the table.

  • * - * -


The documentation for this class was generated from the following file:
Generated on Thu Jul 31 15:33:47 2003 for eFLTK by doxygen1.2.15