Functions | |
void | Show_Color_Map_Count (int *count) |
void | QShow_Color_Map_Count (const char *segment, int *count) |
void | Show_Net_Color_Map_Count (int *count) |
void | PShow_Net_Color_Map_Count (int keycount, HC_KEY *pathkeys, int *count) |
void | QShow_Net_Color_Map_Count (const char *segment, int *count) |
void Show_Color_Map_Count | ( | int * | count | ) |
Shows the number of entries in the current virtual color map.
count | - The number of colors contained in the current color map. Returned to caller. Passed by reference in all languages. |
void QShow_Color_Map_Count | ( | const char * | segment, | |
int * | count | |||
) |
Similar to Show_Color_Map_Count(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment to be shown. | |
count | - The number of colors contained in the current color map. Returned to caller. Passed by reference in all languages. |
void Show_Net_Color_Map_Count | ( | int * | count | ) |
Similar to Show_Color_Map_Count(), but returns the net effective value of the attribute(s) in the currently open segment.
count | - The number of colors contained in the current color map. Returned to caller. Passed by reference in all languages. |
void PShow_Net_Color_Map_Count | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
int * | count | |||
) |
Similar to Show_Color_Map_Count(), but returns the net effective value of the attribute(s) along a path of segments specified by an array of HC_KEY's.
keycount | - The size of the keys array | |
pathkeys | - The list of keys starting with the owning segment and following all the way back to the root segment or other desired segment. | |
count | - The number of colors contained in the current color map. Returned to caller. Passed by reference in all languages. |
void QShow_Net_Color_Map_Count | ( | const char * | segment, | |
int * | count | |||
) |
Similar to Show_Color_Map_Count(), but returns the net effective value of the attribute(s) in a given segment, rather than the currently open one.
segment | - Name of the segment to be shown. | |
count | - The number of colors contained in the current color map. Returned to caller. Passed by reference in all languages. |