#include <Fl_Data_Dialog.h>
Inheritance diagram for Fl_Data_Dialog:

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 |
Definition at line 13 of file Fl_Data_Dialog.h.
|
||||||||||||||||
|
Fast setup of the database table connection: database table name key field name in the table.
|
1.2.15