MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / removeRepo

Method removeRepo

tools/monitor/Viewer.cpp:216–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 void
217 Viewer::removeRepo()
218 {
219 QString current = this->ui.repoSelection->currentText();
220 if( current != repoDetachedSelection) {
221 this->dataSource_->removeRepo( current);
222 this->ui.repoSelection->removeItem( this->ui.repoSelection->currentIndex());
223 }
224 // Status bar is updated when the index change propagates.
225 }
226
227 void
228 Viewer::scaleImage()

Callers 2

newRepoMethod · 0.95
newRepoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected