MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / isSelected

Method isSelected

launcher/ui/instanceview/AccessibleInstanceView.cpp:583–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583bool AccessibleInstanceViewItem::isSelected() const
584{
585 if (!isValid()) {
586 return false;
587 }
588
589 return view->selectionModel()->isSelected(m_index);
590}
591
592QStringList AccessibleInstanceViewItem::actionNames() const
593{

Callers 3

mousePressEventMethod · 0.80
paintEventMethod · 0.80
stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected