#include <gnuplottext.h>
Inherited by Gnuplot_SIM.
Inheritance diagram for GnuplotText:
Definition at line 16 of file gnuplottext.h.
Public Member Functions | |
GnuplotText (Gnuplot< T > *gp) | |
virtual | ~GnuplotText () |
virtual void | command (const char *c) |
virtual void | list ()=0 |
list all channels on user display | |
Protected Member Functions | |
int | getIndex (char c) |
get index of letter | |
char | getChar (int i) |
get letter with index i | |
void | show (int n, bool on) |
show or hide channel n | |
Protected Attributes | |
Gnuplot< T > * | gg |
Gnuplot< T >::nameslist | names |
bool | sh [52] |
|
Definition at line 67 of file gnuplottext.h. |
|
Definition at line 73 of file gnuplottext.h. |
|
process string "hxxxx" or "sxxx" to show or hide channels Definition at line 76 of file gnuplottext.h. |
|
get letter with index i Definition at line 41 of file gnuplottext.h. |
|
get index of letter Definition at line 26 of file gnuplottext.h. |
|
list all channels on user display
Implemented in Gnuplot_SIM.
|
|
show or hide channel n Definition at line 54 of file gnuplottext.h. |
|
Definition at line 21 of file gnuplottext.h. |
|
Definition at line 22 of file gnuplottext.h. |
|
Definition at line 23 of file gnuplottext.h. |