Functions | |
| int | MxdDatabaseEditorGenViewAddCallback (Widget mainform, void(*)(MxdDatabaseEditorCallbackStruct *, void *), void *data, UINT32 reason) |
| int | MxdDatabaseEditorGenViewDestroy (Widget form) |
| int | MxdDatabaseEditorGenViewGetData (Widget mainform, RVC::DBTABLE::RECORD &record) |
| int | MxdDatabaseEditorGenViewRemoveCallback (Widget mainform, void(*)(MxdDatabaseEditorCallbackStruct *, void *), void *data, UINT32 reason) |
| int | MxdDatabaseEditorGenViewSaveRecord (Widget mainform, UINT32 flags) |
| int | MxdDatabaseEditorGenViewSetData (Widget mainform, const RVC::DBTABLE::RECORD &record) |
| int | MxdDatabaseEditorGenViewSetRecord (Widget mainform, INT32 record, UINT32 flags) |
| int MxdDatabaseEditorGenViewAddCallback | ( | Widget | mainform, | |
| void(*)(MxdDatabaseEditorCallbackStruct *, void *) | , | |||
| void * | data, | |||
| UINT32 | reason | |||
| ) |
Add a callback to a GenView.
not deprecated due to no useful equivalents
| mainform | Form created from DBEDIT::GenViewCreate() |
| int MxdDatabaseEditorGenViewDestroy | ( | Widget | form | ) |
Destroy a generic view form for a table.
Normal people would just destroy the widget. It's destroy callback will take care of everything. not deprecated due to no useful equivalents
| form | The form returned by MxdDAtabaseEditorGenViewCreate |
| int MxdDatabaseEditorGenViewGetData | ( | Widget | mainform, | |
| RVC::DBTABLE::RECORD & | record | |||
| ) |
Get the record data for a GenView.
not deprecated due to no useful equivalents
| mainform | Form created from DBEDIT::GenViewCreate() |
| int MxdDatabaseEditorGenViewRemoveCallback | ( | Widget | mainform, | |
| void(*)(MxdDatabaseEditorCallbackStruct *, void *) | , | |||
| void * | data, | |||
| UINT32 | reason | |||
| ) |
Remove a callback from a GenView.
not deprecated due to no useful equivalents
| mainform | Form created from DBEDIT::GenViewCreate() |
Save the contents of a GenView to a record.
It will write whatever record was read via MxdDatabaseEditorGenViewSetRecord(). not deprecated due to no useful equivalents
| mainform | Form created via DBEDIT::GenViewCreate() |
| flags | Pass MxdDATABASE_AutoSave to avoid "Do you want to save?" dialog |
| int MxdDatabaseEditorGenViewSetData | ( | Widget | mainform, | |
| const RVC::DBTABLE::RECORD & | record | |||
| ) |
Set the record data for a GenView.
not deprecated due to no useful equivalents
| mainform | Form created from DBEDIT::GenViewCreate() |
Read a record and set the GenView's data.
not deprecated due to no useful equivalents
| mainform | Form created via DBEDIT::GenViewCreate() |
1.5.2