MCPcopy Create free account
hub / github.com/KDE/kdevelop / document

Method document

kdevplatform/sublime/view.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Document *View::document() const
53{
54 Q_D(const View);
55
56 return d->doc;
57}
58
59QWidget* View::widget() const
60{

Callers 15

documentSavedMethod · 0.45
updateMarkTypeMethod · 0.45
assignUrlMethod · 0.45
updateMovingCursorMethod · 0.45
textHintMethod · 0.45
beautifySourceMethod · 0.45
activateViewMethod · 0.45
openUrlMethod · 0.45

Calls

no outgoing calls