Functions | |
void | Show_Variable_Line_Weight (char *weight) |
void | QShow_Variable_Line_Weight (const char *segment, char *weight) |
void | Show_Net_Variable_Line_Weight (char *weight) |
void | PShow_Net_Variable_Line_Weight (int keycount, HC_KEY *pathkeys, char *weight) |
void | QShow_Net_Variable_Line_Weight (const char *segment, char *weight) |
void Show_Variable_Line_Weight | ( | char * | weight | ) |
Show the current variable line weight setting.
weight | - Scale factor applied to the line width. Returned to caller. Passed by reference always |
void QShow_Variable_Line_Weight | ( | const char * | segment, | |
char * | weight | |||
) |
Similar to Show_Variable_Line_Weight(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment(s) to be queried | |
weight | - Scale factor applied to the line width. Returned to caller. Passed by reference always |
void Show_Net_Variable_Line_Weight | ( | char * | weight | ) |
Show the current variable line weight setting.
weight | - Scale factor applied to the line width. Returned to caller. Passed by reference always |
void PShow_Net_Variable_Line_Weight | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
char * | weight | |||
) |
Similar to Show_Net_Variable_Line_Weight(), 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. | |
weight | - Scale factor applied to the line width. Returned to caller. Passed by reference always |
void QShow_Net_Variable_Line_Weight | ( | const char * | segment, | |
char * | weight | |||
) |
Similar to Show_Net_Variable_Line_Weight(), but operates on a given segment rather than the currently open one.
segment | - Name of the segment(s) to be queried | |
weight | - Scale factor applied to the line width. Returned to caller. Passed by reference always |