CSol
Public Member Functions | Static Public Attributes | List of all members
Legend Class Reference

Legend class for Grid and mesh views.

#include <widgets/csol_2d_glwidget.h>

Public Member Functions

 Legend ()
 
 ~Legend ()
 
QString & getLegendText (int i)
 
int getLegendTextLength ()
 
GLuint getLegendTexture ()
 
bool make (cl::Kernel &, REAL, REAL, bool, int, bool)
 Legend class for Grid and mesh views. More...
 

Static Public Attributes

static const int legendN = 11
 

Constructor & Destructor Documentation

Legend ( )
inline
~Legend ( )
inline

Member Function Documentation

QString& getLegendText ( int  i)
inline
int getLegendTextLength ( )
inline
GLuint getLegendTexture ( )
inline
bool make ( cl::Kernel &  ,
REAL  ,
REAL  ,
bool  ,
int  ,
bool   
)

Member Data Documentation

const int legendN = 11
static