
Functions | |
| HC_KEY | PShow_Net_Named_Style (int count, const HC_KEY *path_keys, char const *style_name, char *style_segment_name) |
| Similar to Show_Named_Style(), but returns the net effective value along a discrete segment path. More... | |
| HC_KEY | Show_Named_Style (char const *style_name, char *style_source) |
| Returns the segment path of a named style established by a previous call to Define_Named_Style(). More... | |
| void | Show_Named_Style_Count (int *count) |
| Returns the number of named styles established by previous calls to Define_Named_Style(). More... | |
| HC_KEY PShow_Net_Named_Style | ( | int | count, |
| const HC_KEY * | path_keys, | ||
| char const * | style_name, | ||
| char * | style_segment_name | ||
| ) |
Similar to Show_Named_Style(), but returns the net effective value along a discrete segment path.
| count | - The size of path_keys |
| path_keys | - An array of HC_KEY's delineating a path of segments. |
| style_name | - Name of the custom style. |
| style_segment_name | - Source of style segment. Returned to the user. |
By default, HOOPS will determine the Net attribute from the last specified key all the way to the root. If you add -1 at the end of the array, the PShow_Net routines will not proceed beyond the end of the last specified key. For additional details, see Define_Named_Style().
| HC_KEY Show_Named_Style | ( | char const * | style_name, |
| char * | style_source | ||
| ) |
Returns the segment path of a named style established by a previous call to Define_Named_Style().
| style_name | - Name of the custom style. |
| style_source | - Path to the style source segment. Returned to the user. |
No additional details. See Define_Named_Style().
| void Show_Named_Style_Count | ( | int * | count | ) |
Returns the number of named styles established by previous calls to Define_Named_Style().
| count | - The number of named styles. Returned to the user. |
No additional details. See Define_Named_Style().