MCPcopy Create free account
hub / github.com/KDE/labplot / view

Method view

src/backend/note/Note.cpp:162–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162QWidget* Note::view() const {
163#ifndef SDK
164 if (!m_partView) {
165 m_view = new NoteView(const_cast<Note*>(this));
166 m_partView = m_view;
167 }
168 return m_partView;
169#else
170 return nullptr;
171#endif
172}
173
174// ##############################################################################
175// ################## Serialization/Deserialization ###########################

Callers 15

mainFunction · 0.45
showPresenterMethod · 0.45
updateGUIMethod · 0.45
saveMethod · 0.45
loadMethod · 0.45
PlotTemplateDialogMethod · 0.45
ContentDockWidgetMethod · 0.45
~PresenterWidgetMethod · 0.45
DatapickerViewMethod · 0.45
fillToolBarMethod · 0.45
handleAspectAddedMethod · 0.45
addPlotMethod · 0.45

Calls

no outgoing calls