Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dnote.cpp116 class NoteGraphicsTextItem : public QGraphicsTextItem class
119 NoteGraphicsTextItem(QGraphicsItem * parent = NULL);
126 NoteGraphicsTextItem::NoteGraphicsTextItem(QGraphicsItem * parent) : QGraphicsTextItem(parent) in NoteGraphicsTextItem() function in NoteGraphicsTextItem
134 void NoteGraphicsTextItem::focusInEvent(QFocusEvent * event) { in focusInEvent()
144 void NoteGraphicsTextItem::focusOutEvent(QFocusEvent * event) { in focusOutEvent()
248 m_graphicsTextItem = new NoteGraphicsTextItem(); in Note()