就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.8.5
Qt Graphs
QML 类型
QtGraphs
ItemModelBarDataProxy
List of All Members for ItemModelBarDataProxy
这是完整成员列表为
ItemModelBarDataProxy
,包括继承的成员。
autoColumnCategories
: bool
autoRowCategories
: bool
columnCategories
: list<String>
columnRole
: string
columnRolePattern
: regExp
columnRoleReplace
: string
itemModel
: model
multiMatchBehavior
: enumeration
rotationRole
: string
rotationRolePattern
: regExp
rotationRoleReplace
: string
rowCategories
: list<String>
rowRole
: string
rowRolePattern
: regExp
rowRoleReplace
: string
useModelCategories
: bool
valueRole
: string
valueRolePattern
: regExp
valueRoleReplace
: string
autoColumnCategoriesChanged
(bool
enable
)
autoRowCategoriesChanged
(bool
enable
)
columnCategoriesChanged
()
columnRoleChanged
(string
role
)
columnRolePatternChanged
(regExp
pattern
)
columnRoleReplaceChanged
(string
replace
)
itemModelChanged
(model
itemModel
)
multiMatchBehaviorChanged
(enumeration
behavior
)
rotationRoleChanged
(string
role
)
rotationRolePatternChanged
(regExp
pattern
)
rotationRoleReplaceChanged
(string
replace
)
rowCategoriesChanged
()
rowRoleChanged
(string
role
)
rowRolePatternChanged
(regExp
pattern
)
rowRoleReplaceChanged
(string
replace
)
useModelCategoriesChanged
(bool
enable
)
valueRoleChanged
(string
role
)
valueRolePatternChanged
(regExp
pattern
)
valueRoleReplaceChanged
(string
replace
)
The following members are inherited from
BarDataProxy
.
colCount
: int
rowCount
: int
series
: Bar3DSeries
type
: AbstractDataProxy.DataType
colCountChanged
(int
count
)
itemChanged
(int
rowIndex
, int
columnIndex
)
rowCountChanged
(int
count
)
seriesChanged
(Bar3DSeries
series
)