![]() |
|
|||
File indexing completed on 2025-04-01 08:52:28
0001 typedef KmParInt KmParReal; /* real and int have the same fields */ __ 0002 /* */ __ 0003 typedef struct { /* */ __ 0004 char *name; /* parameter name */ __ 0005 int abbrev; /* minimum length that name is recognized */ __ 0006 char *prompt; /* prompt string */ __ 0007 char *dfault; /* default value */ __ 0008 char *last; /* last value for Motif panel (malloced) */ __ 0009 int width; /* width of input field */ __ 0010 int range_count; /* number of items in range_value */ __ 0011 char **range_value; /* list of allowed values */ __ 0012 int select_count; /* number of items in select_count */ __ 0013 char **select_value; /* list of values for selection box */ __ 0014 KmParFlag flags; /* special flags */ __ 0015 KmParType type; /* parameter type */ __ 0016 void *ptype; /* structure pointer selected by type */ __ 0017 } KmParameter; /* */ __ 0018 /* */ __
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |