DAWorkbench 0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DA::DAStandardItemPlot类 参考
类 DA::DAStandardItemPlot 继承关系图:

Public 类型

enum  { Type = QStandardItem::UserType + 1 }
 
enum  ItemType { PlotText , PlotVisible , PlotProperty }
 指定这个item的类型 更多...
 

Public 成员函数

 DAStandardItemPlot (QwtPlot *plot, ItemType plotType)
 
QVariant data (int role=Qt::UserRole+1) const override
 
QVariant handleItemTextType (int role) const
 
QVariant handleItemVisibleType (int role) const
 
QVariant handleScalePropertyType (int role) const
 
int type () const override
 
QwtPlot * plot () const
 
ItemType itemType () const
 
bool isValid () const
 

成员枚举类型说明

◆ ItemType

指定这个item的类型

枚举值
PlotText 

只显示QwtPlot的文字和图标,用于树形第一列

PlotVisible 

显示QwtPlot的可见性,一般用于第二列

PlotProperty 

显示QwtPlot的属性,一般用于第三列


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