Home
last modified time | relevance | path

Searched refs:GraphicsSimpleTextItem (Results 1 – 5 of 5) sorted by relevance

/dports/audio/polyphone/polyphone-75a5e88/sources/editor/graphics/
H A Dgraphicssimpletextitem.h31 class GraphicsSimpleTextItem : public QGraphicsSimpleTextItem
34GraphicsSimpleTextItem(int alignment, QGraphicsItem* parent = 0) : QGraphicsSimpleTextItem(parent), in QGraphicsSimpleTextItem()
H A Dgraphicsviewrange.h32 class GraphicsSimpleTextItem; variable
77 QList<GraphicsSimpleTextItem *> _leftLabels, _bottomLabels;
H A Dgraphicsviewrange.cpp116GraphicsSimpleTextItem * text = new GraphicsSimpleTextItem(Qt::AlignHCenter + Qt::AlignBottom); in initItems()
135GraphicsSimpleTextItem * text = new GraphicsSimpleTextItem(Qt::AlignLeft + Qt::AlignVCenter); in initItems()
165 foreach (GraphicsSimpleTextItem * label, _leftLabels) in updateLabelPosition()
167 foreach (GraphicsSimpleTextItem * label, _bottomLabels) in updateLabelPosition()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vwidgets/
H A Dvgraphicssimpletextitem.h56 enum { Type = UserType + static_cast<int>(Vis::GraphicsSimpleTextItem)};
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vmisc/
H A Ddef.h214 GraphicsSimpleTextItem, enumerator