Home
last modified time | relevance | path

Searched refs:getMajorLines (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/
H A DqanLineGrid.h156 Q_PROPERTY(QQmlListProperty<qan::impl::GridLine> majorLines READ getMajorLines)
160 QQmlListProperty<qan::impl::GridLine> getMajorLines();
H A DqanLineGrid.cpp214 QQmlListProperty<impl::GridLine> LineGrid::getMajorLines() { in getMajorLines() function in qan::LineGrid