Home
last modified time | relevance | path

Searched refs:OnRowSelected (Results 1 – 10 of 10) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DListBox.cpp91 pRow->onRowSelected.Add(this, &ListBox::OnRowSelected); in AddItem()
115 void ListBox::OnRowSelected(Base* pControl) in OnRowSelected() function in ListBox
H A DListBox.h53 void OnRowSelected(Base* pControl);
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DListBox.cpp91 pRow->onRowSelected.Add(this, &ListBox::OnRowSelected); in AddItem()
115 void ListBox::OnRowSelected(Base* pControl) in OnRowSelected() function in ListBox
H A DListBox.h53 void OnRowSelected(Base* pControl);
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/
H A Dcheats.h49 void OnRowSelected(int row, int column);
H A Dcheats.cpp35 connect(ui->tableCheats, &QTableWidget::cellClicked, this, &CheatDialog::OnRowSelected); in CheatDialog()
143 void CheatDialog::OnRowSelected(int row, int column) { in OnRowSelected() function in CheatDialog
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/
H A Dcheats.h49 void OnRowSelected(int row, int column);
H A Dcheats.cpp35 connect(ui->tableCheats, &QTableWidget::cellClicked, this, &CheatDialog::OnRowSelected); in CheatDialog()
143 void CheatDialog::OnRowSelected(int row, int column) { in OnRowSelected() function in CheatDialog
/dports/x11-toolkits/vdk/vdk-2.5.1/testvdk/
H A Dtreeviewcompo.cc54 ON_SIGNAL(tree,select_row_signal,OnRowSelected),
55 ON_SIGNAL(tree,row_activated_signal,OnRowSelected),
339 TreeViewComponent::OnRowSelected(VDKObject* sender) in OnRowSelected() function in TreeViewComponent
H A Dtreeviewcompo.h47 bool OnRowSelected(VDKObject* sender);