Home
last modified time | relevance | path

Searched refs:on_select_item (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/settings/
H A Dscan_paths_group.py46 self.list_view.on_select_item = self.on_select_item
57 def on_select_item(self, index): member in ScanPathsGroup
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsui/qt/
H A DChoice.py127 self.on_select_item(self.get_index())
129 def on_select_item(self, index): member in ItemChoice
H A DVerticalItemView.py83 self.on_select_item(index)
134 def on_select_item(self, index): member in VerticalItemView
H A DListView.py56 self.on_select_item(index)
117 def on_select_item(self, index): member in ListView
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/ui/
H A Dpageddialog.py27 self.list_view.item_selected.connect(self.on_select_item)
106 def on_select_item(self, index): member in PagedDialog
H A DConfigurationsBrowser.py34 def on_select_item(self, index): member in ConfigurationsBrowser
H A DVariantsBrowser.py69 def on_select_item(self, index): member in VariantsBrowser
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/ui/config/
H A Dbrowser.py71 def on_select_item(self, index): member in ConfigBrowser
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/netplay/
H A Dnetplay_panel.py62 self.channel_list.on_select_item = self.on_select_channel
/dports/games/lordsawar/lordsawar-0.3.2/src/gui/
H A Dgame-window.h322 Item* on_select_item(std::list<Item*> items);
H A Dgame-window.cpp603 connections.push_back (game->select_item.connect (method(on_select_item))); in setup_signals()
2865 Item* GameWindow::on_select_item(std::list<Item*> items) in on_select_item() function in GameWindow