gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
StandardColours< dummy > Class Template Reference

#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...
 

Detailed Description

template<int dummy>
class StandardColours< dummy >

The colour definitions are specified in this class.

Definition at line 37 of file ColourLineSpec.H.

Member Data Documentation

◆ colourCntPrivate

template<int dummy>
int StandardColours< dummy >::colourCntPrivate =10
staticprotected

The number of colours defined in the following char ** variables.

The number of standard colours.

Definition at line 39 of file ColourLineSpec.H.

◆ shortColoursPrivate

template<int dummy>
const char * StandardColours< dummy >::shortColoursPrivate = {(char *)"b",(char *)"g",(char *)"r",(char *)"c",(char *)"m",(char *)"y",(char *)"w",(char *)"k",(char *)"o",(char *)"a"}
staticprotected

Default octave colours which match ColourLineSpec::X11ColoursPrivate.

The short representation of X11ColoursPrivate colours.

Definition at line 40 of file ColourLineSpec.H.

◆ X11ColoursPrivate

template<int dummy>
const char * StandardColours< dummy >::X11ColoursPrivate = {(char *)"blue", (char *)"green", (char *)"red", (char *)"cyan", (char *)"magenta", (char *)"yellow", (char *)"white", (char *)"black", (char *)"orange", (char *)"gray"}
staticprotected

Default X11 colours to match ColourLineSpec::shortColoursPrivate.

The long form representation of shortColoursPrivate colours.

Definition at line 41 of file ColourLineSpec.H.


The documentation for this class was generated from the following file:
gtkIOStream: StandardColours< dummy > Class Template Reference
GTK+ IOStream  Beta