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

Method showLocateTable

src/tools/ecode/universallocator.cpp:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412void UniversalLocator::showLocateTable() {
413 mLocateTable->setVisible( true );
414 Vector2f pos( mLocateInput->convertToWorldSpace( { 0, 0 } ) );
415 pos.y -= mLocateTable->getPixelsSize().getHeight();
416 mLocateTable->setPixelsPosition( pos );
417 updateFilesTable();
418}
419
420void UniversalLocator::showLocateTableGlob() {
421 mLocateTable->setVisible( true );

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