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

Method showLocateTableGlob

src/tools/ecode/universallocator.cpp:420–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void UniversalLocator::showLocateTableGlob() {
421 mLocateTable->setVisible( true );
422 Vector2f pos( mLocateInput->convertToWorldSpace( { 0, 0 } ) );
423 pos.y -= mLocateTable->getPixelsSize().getHeight();
424 mLocateTable->setPixelsPosition( pos );
425 updateFilesTable( true );
426}
427
428void UniversalLocator::goToLine() {
429 showLocateBar();

Callers

nothing calls this directly

Calls 5

convertToWorldSpaceMethod · 0.80
setPixelsPositionMethod · 0.80
setVisibleMethod · 0.45
getHeightMethod · 0.45
getPixelsSizeMethod · 0.45

Tested by

no test coverage detected