MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / value

Method value

DSView/pv/dock/keywordlineedit.cpp:159–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159int KeyLineEdit::value()
160{
161 assert(_is_number_mode);
162
163 QString text = this->text();
164 if (text != ""){
165 return text.toInt();
166 }
167 return 0;
168}
169
170void KeyLineEdit::setRange(int min, int max)
171{

Callers 5

get_intervalMethod · 0.45
acceptMethod · 0.45
commit_triggerMethod · 0.45
get_sessionMethod · 0.45
hold_changedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected