MCPcopy Create free account
hub / github.com/SpartanJ/eepp / toggleLocateBar

Method toggleLocateBar

src/tools/ecode/universallocator.cpp:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void UniversalLocator::toggleLocateBar() {
336 if ( mLocateBarLayout->isVisible() ) {
337 mLocateBarLayout->execute( "close-locatebar" );
338 } else {
339 showLocateBar();
340 }
341}
342
343void UniversalLocator::updateFilesTable( bool useGlob ) {
344 auto text = mLocateInput->getText();

Callers 2

onMessageMethod · 0.80

Calls 2

isVisibleMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected