Functions | |
HC_KEY | Show_Named_Style (char const *style_name, char *style_source) |
HC_KEY | PShow_Net_Named_Style (int count, const HC_KEY *path_keys, char const *style_name, char *style_segment_name) |
void | Show_Named_Style_Count (int *count) |
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. |
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. |
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. |