Home
last modified time | relevance | path

Searched refs:anchor_clicked (Results 1 – 14 of 14) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Dhelpdlg.cpp719 this, &help_widget::anchor_clicked); in add_extras_of_act_for_terrain()
756 void help_widget::anchor_clicked(const QString &link) in anchor_clicked() function in help_widget
932 this, &help_widget::anchor_clicked); in set_topic_unit()
956 this, &help_widget::anchor_clicked); in set_topic_unit()
1038 this, &help_widget::anchor_clicked); in set_topic_building()
1059 this, &help_widget::anchor_clicked); in set_topic_building()
1103 this, &help_widget::anchor_clicked); in set_topic_tech()
1164 this, &help_widget::anchor_clicked); in set_topic_tech()
1339 this, &help_widget::anchor_clicked); in set_topic_terrain()
1364 this, &help_widget::anchor_clicked); in set_topic_terrain()
[all …]
H A Dchatline.cpp302 this, &chatwdg::anchor_clicked); in chatwdg()
304 this, &chatwdg::anchor_clicked); in chatwdg()
371 void chatwdg::anchor_clicked(const QUrl &link) in anchor_clicked() function in chatwdg
H A Dchatline.h129 void anchor_clicked(const QUrl &link);
H A Dhelpdlg.h143 void anchor_clicked(const QString &link);
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Dhelpdlg.cpp719 this, &help_widget::anchor_clicked); in add_extras_of_act_for_terrain()
756 void help_widget::anchor_clicked(const QString &link) in anchor_clicked() function in help_widget
932 this, &help_widget::anchor_clicked); in set_topic_unit()
956 this, &help_widget::anchor_clicked); in set_topic_unit()
1038 this, &help_widget::anchor_clicked); in set_topic_building()
1059 this, &help_widget::anchor_clicked); in set_topic_building()
1103 this, &help_widget::anchor_clicked); in set_topic_tech()
1164 this, &help_widget::anchor_clicked); in set_topic_tech()
1339 this, &help_widget::anchor_clicked); in set_topic_terrain()
1364 this, &help_widget::anchor_clicked); in set_topic_terrain()
[all …]
H A Dchatline.cpp302 this, &chatwdg::anchor_clicked); in chatwdg()
304 this, &chatwdg::anchor_clicked); in chatwdg()
371 void chatwdg::anchor_clicked(const QUrl &link) in anchor_clicked() function in chatwdg
H A Dchatline.h129 void anchor_clicked(const QUrl &link);
H A Dhelpdlg.h143 void anchor_clicked(const QString &link);
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dcheck_links.py74 self.results.anchorClicked.connect(self.anchor_clicked)
142 def anchor_clicked(self, qurl): member in CheckExternalLinks
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dhighlights.py397 self.anchorClicked.connect(self.anchor_clicked)
410 def anchor_clicked(self, qurl): member in NotesDisplay
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dwidgets2.py521 anchor_clicked = pyqtSignal(object) variable in HTMLDisplay
570 self.anchor_clicked.emit(qurl)
H A Dbook_details.py731 self.anchor_clicked.connect(self.link_activated)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dbook_info.py154 self.details.anchor_clicked.connect(self.on_link_clicked)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/metadata/
H A Dsingle_download.py316 self.anchor_clicked.connect(self.link_activated)