Design
ui_db.asc
Associated article: Linking User Interface and Database Objects
Tags: Database Design
_LINKING USER INFTERFACE AND DATABASE OBJECTS_
by Eng-Lee Kwang and Christopher Rosebrugh
EXAMPLE 1:
(a)
/* message template description */
%func_template bool UI_DO_SOMETHING_M (
obj_id /* IN: object pointer */
);
/* Object class message description mapping. It is NOT necessary to declare
* ...


