UNIVERS
15.3
UNIVERS base processing software API
|
#include <pep_views.H>
Public Types | |
enum | { unknown, answer, state } |
Public Member Functions | |
ParView_logic (Protocol *protocol, const char *pname, Widget wParent) | |
virtual void | view_publish () |
virtual void | view_absorb () |
Public Member Functions inherited from ParView | |
ParView (Protocol *protocol, const char *pname, Widget wParent) | |
operator Widget () | |
const char * | help_ref () const |
virtual void | start_client () |
virtual void | finish_client () |
Static Public Member Functions | |
static void | changed_cb (Widget w, XtPointer pUserData, XtPointer pCallData) |
Public Attributes | |
enum ParView_logic:: { ... } | dialog_type |
Protected Attributes | |
Widget | label |
Widget | true_button |
Widget | false_button |
Widget | rowcolumn |
Protected Attributes inherited from ParView | |
char | name [PEP_MAX_NAME_LEN+1] |
char | help_section [2 *PEP_MAX_NAME_LEN+2] |
Protocol & | pep |
Widget | form |
"answer", "state" type view.
|
virtual |
Change parameter from its view
Implements ParView.
|
virtual |
Make contents of parameter be visible
Implements ParView.