MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / isSelected

Method isSelected

launcher/ui/instanceview/AccessibleInstanceView.cpp:588–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588bool AccessibleInstanceViewItem::isSelected() const
589{
590 if (!isValid()) {
591 return false;
592 }
593
594 return view->selectionModel()->isSelected(m_index);
595}
596
597QStringList AccessibleInstanceViewItem::actionNames() const
598{

Callers 3

mousePressEventMethod · 0.80
paintEventMethod · 0.80
stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected