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

Method isSelected

launcher/ui/instanceview/AccessibleInstanceView.cpp:582–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

mousePressEventMethod · 0.80
paintEventMethod · 0.80
stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected