Functions | |
void | Show_Variable_Marker_Size (char *size) |
void | QShow_Variable_Marker_Size (const char *segment, char *size) |
void | Show_Net_Variable_Marker_Size (char *size) |
void | PShow_Net_Variable_Marker_Size (int keycount, HC_KEY *pathkeys, char *size) |
void | QShow_Net_Variable_Marker_Size (const char *segment, char *size) |
void Show_Variable_Marker_Size | ( | char * | size | ) |
Show the current variable marker size setting.
size | - Scale factor applied to the marker size. Returned to caller. Passed by reference always |
void QShow_Variable_Marker_Size | ( | const char * | segment, | |
char * | size | |||
) |
Similar to Show_Variable_Marker_Size(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment(s) to be queried | |
size | - Scale factor applied to the marker size. Returned to caller. Passed by reference always |
void Show_Net_Variable_Marker_Size | ( | char * | size | ) |
Similar to Show_Variable_Marker_Size(), but returns the net effective setting rather than the local one.
size | - Scale factor applied to the marker size. Returned to caller. Passed by reference always |
void PShow_Net_Variable_Marker_Size | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
char * | size | |||
) |
Similar to Show_Net_Variable_Marker_Size(), but returns the net effective setting along a discrete segment path.
keycount | The size of pathkeys | |
pathkeys | An array of HC_KEY's delineating a path of segments. | |
size | - Scale factor applied to the marker size. Returned to caller. Passed by reference always |
void QShow_Net_Variable_Marker_Size | ( | const char * | segment, | |
char * | size | |||
) |
Similar to Show_Net_Variable_Marker_Size(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment(s) to be queried | |
size | - Scale factor applied to the marker size. Returned to caller. Passed by reference always |