MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / setText

Method setText

graph_view.cpp:920–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920void MyGraphicsLineItem::setText(const QString &_text){
921 text = _text;
922 refrshLine();
923}
924
925void MyGraphicsLineItem::setDirection(bool hasDir){
926 hasDirection = hasDir;

Callers 15

selectionItemMethod · 0.45
singleSelectGroupMethod · 0.45
setValueMethod · 0.45
bigIconButtonMethod · 0.45
textInputItemMethod · 0.45
mouseReleaseEventMethod · 0.45
textButtonMethod · 0.45
viewLogMethod · 0.45
resizeEventMethod · 0.45
ReadFromFileMethod · 0.45
MyGraphicsVexItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected