QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
Public 类型 | Public 成员函数 | 静态 Public 成员函数 | 所有成员列表
Qwt3D::Qwt3DTheme类 参考

Complete visual theme descriptor for Plot3D widgets. 更多...

#include <qwt3d_theme.h>

Public 类型

enum  Preset {
  Default , Dark , Scientific , Warm ,
  Cool , Matplotlib , EarthTones , Ocean ,
  HighContrast , Presentation
}
 
enum  LightingPreset {
  NoLighting , FlatLight , Studio , Outdoor ,
  Soft
}
 

Public 成员函数

 Qwt3DTheme (Preset preset)
 
 Qwt3DTheme (const Qwt3DTheme &)
 
Qwt3DThemeoperator= (const Qwt3DTheme &)
 
RGBA backgroundColor () const
 
void setBackgroundColor (RGBA)
 
RGBA meshColor () const
 
void setMeshColor (RGBA)
 
double meshLineWidth () const
 
void setMeshLineWidth (double)
 
bool smoothMesh () const
 
void setSmoothMesh (bool)
 
QString dataColorPreset () const
 
void setDataColorPreset (const QString &)
 
QwtColorMapcreateColorMap () const
 
RGBA axesColor () const
 
void setAxesColor (RGBA)
 
RGBA numberColor () const
 
void setNumberColor (RGBA)
 
RGBA labelColor () const
 
void setLabelColor (RGBA)
 
RGBA gridLinesColor () const
 
void setGridLinesColor (RGBA)
 
RGBA titleColor () const
 
void setTitleColor (RGBA)
 
QString titleFontFamily () const
 
void setTitleFontFamily (const QString &)
 
int titleFontSize () const
 
void setTitleFontSize (int)
 
bool titleFontBold () const
 
void setTitleFontBold (bool)
 
LightingPreset lightingPreset () const
 
void setLightingPreset (LightingPreset)
 
SHADINGSTYLE shading () const
 
void setShading (SHADINGSTYLE)
 
PLOTSTYLE plotStyle () const
 
void setPlotStyle (PLOTSTYLE)
 
double shininess () const
 
void setShininess (double)
 
double specularIntensity () const
 
void setSpecularIntensity (double)
 
void apply (Plot3D *plot) const
 

静态 Public 成员函数

static Qwt3DTheme create (Preset preset)
 
static Qwt3DTheme create (const QString &name)
 
static QStringList availablePresets ()
 

详细描述

Complete visual theme descriptor for Plot3D widgets.

Qwt3DTheme encapsulates all visual properties of a 3D plot: background color, mesh styling, data colormap, coordinate system colors, title styling, lighting preset, shading mode, plot style, and material properties.


该类的文档由以下文件生成: