Parse and store command line options.
Options | ( int argc, char* argv[] ); | |
QString& | cmd | ( ); |
int | divider | ( ); |
int | interval | ( ); |
int | link | ( ); |
int | period | ( ); |
int | retry | ( ); |
QColor& | rxColor | ( ); |
bool | showRx | ( ); |
bool | showTx | ( ); |
QColor& | txColor | ( ); |
QString | _cmd; | Command to bring up the PPP link. |
int | _divider; | Sapcing between horizontal dividers. |
int | _interval; | Statistics polling interval in seconds. |
int | _link; | PPP link number to monitor. |
int | _period; | Load averaging interval in seconds. |
int | _retry; | Time between retries when dialling PPP link. |
QColor | _rxColor; | Color for receive stats. |
bool | _showRx; | True means display receive stats. |
bool | _showTx; | True means display transmit stats. |
QColor | _txColor; | Color for transmit stats. |
Extract command line opotions from argc and argv.
Return the PPP command.
Return the spacing between horizontal dividers.
Return the statistics polling interval.
Return the PPP link number to monitor.
Return the load averaging period.
Return the time betweem PPP link dialling retries.
Return the receive color.
Return the receive stats flag.
Return the transmit stats flag.
Return the transmit color.