next up previous contents
Next: Menues (menu) Up: Graphics Previous: Panels (panel)

   
Panels for parameter handlers (param_panel)

Definition

An instance PP of type param_panel is a panel which is associated with an object P of type param_handler (cf. section Param_Handler). PP can be used to display and edit the values of P. Note that P must have been initialized before the construction of PP.

Creation

param_panel PP(param_handler P); creates a param_panel for P with default header.

param_panel

PP(param_handler P, string s);
    creates a param_panel for P with header s.
param_panel PP(param_handler P, int w, int h);
    creates a param_panel for P of width w and height h.
param_panel PP(param_handler P, int w, int h, string s);
    creates a param_panel for P of width w and height h with header s.



LEDA research project
1998-10-02