MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / bindTargetWidget

Method bindTargetWidget

src/widgets/WizTipsWidget.cpp:116–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool WizTipsWidget::bindTargetWidget(QWidget* targetWidget, int nXOff, int nYOff)
117{
118 if (!targetWidget)
119 return false;
120
121 m_targetWidget = targetWidget;
122 m_xOff = nXOff;
123 m_yOff = nYOff;
124
125 m_autoAdjustPosition = true;
126
127 return true;
128}
129
130void WizTipsWidget::bindShowFunction(const std::function<void ()>& f)
131{

Callers 4

showTipsWidgetMethod · 0.80
showCoachingTipsMethod · 0.80
showCoachingTipsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected