gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include <ColourLineSpec.H>
Static Protected Attributes | |
static int | colourCntPrivate =10 |
The number of colours defined in the following char ** variables. More... | |
static const char * | shortColoursPrivate [] = {(char *)"b",(char *)"g",(char *)"r",(char *)"c",(char *)"m",(char *)"y",(char *)"w",(char *)"k",(char *)"o",(char *)"a"} |
Default octave colours which match ColourLineSpec::X11ColoursPrivate. More... | |
static const char * | X11ColoursPrivate [] = {(char *)"blue", (char *)"green", (char *)"red", (char *)"cyan", (char *)"magenta", (char *)"yellow", (char *)"white", (char *)"black", (char *)"orange", (char *)"gray"} |
Default X11 colours to match ColourLineSpec::shortColoursPrivate. More... | |
The colour definitions are specified in this class.
Definition at line 37 of file ColourLineSpec.H.
|
staticprotected |
The number of colours defined in the following char ** variables.
The number of standard colours.
Definition at line 39 of file ColourLineSpec.H.
|
staticprotected |
Default octave colours which match ColourLineSpec::X11ColoursPrivate.
The short representation of X11ColoursPrivate colours.
Definition at line 40 of file ColourLineSpec.H.
|
staticprotected |
Default X11 colours to match ColourLineSpec::shortColoursPrivate.
The long form representation of shortColoursPrivate colours.
Definition at line 41 of file ColourLineSpec.H.
GTK+ IOStream
Beta
|