UNIVERS
15.3
UNIVERS base processing software API
|
#include <param.H>
Public Member Functions | |
ParView (Protocol *protocol, const char *pname, Widget wParent) | |
operator Widget () | |
virtual void | view_publish ()=0 |
virtual void | view_absorb ()=0 |
const char * | help_ref () const |
virtual void | start_client () |
virtual void | finish_client () |
Protected Attributes | |
char | name [PEP_MAX_NAME_LEN+1] |
char | help_section [2 *PEP_MAX_NAME_LEN+2] |
Protocol & | pep |
Widget | form |
Visual representation of parameter value.
|
inlinevirtual |
Some actions just after PEP-client ended
Reimplemented in ParView_selector.
|
inline |
Return help section reference
|
inline |
Access to top widget
|
inlinevirtual |
Some actions just before PEP-client will start
Reimplemented in ParView_selector.
|
pure virtual |
Change parameter from its view
Implemented in ParView_double_ar1, ParView_double2, ParView_double, ParView_enum, ParView_logic, ParView_selector, ParView_progress, ParView_float2, ParView_int2, ParView_string, ParView_int_ar1, ParView_float_ar1, ParView_float, ParView_int, and ParView_void.
|
pure virtual |
Make contents of parameter be visible
Implemented in ParView_double_ar1, ParView_double2, ParView_double, ParView_enum, ParView_logic, ParView_selector, ParView_progress, ParView_float2, ParView_int2, ParView_string, ParView_int_ar1, ParView_float_ar1, ParView_float, ParView_int, and ParView_void.
|
protected |
Top widget for all children to be inserted in
|
protected |
Context help section name for this parameter
|
protected |
Name of controlled parameter