Home
last modified time | relevance | path

Searched refs:SetContextHandler (Results 1 – 9 of 9) sorted by relevance

/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/widgets/utils/
H A Dsettings.py6 class SetContextHandler(settings.ContextHandler): class
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4StartupMainDlg.cpp80 …pParticipantsLbl->SetContextHandler(new C4GUI::CBContextHandler<C4StartupMainDlg>(this, &C4Startup… in C4StartupMainDlg()
H A DC4GuiMenu.cpp573 SetContextHandler(pForEl->GetContextHandler()); in ContextButton()
H A DC4PlayerInfoListBox.cpp164 …if (fIsLobby) SetContextHandler(new C4GUI::CBContextHandler<PlayerListItem>(this, &PlayerListItem:… in PlayerListItem()
754 SetContextHandler(new C4GUI::CBContextHandler<ClientListItem>(this, &ClientListItem::OnContext)); in ClientListItem()
H A DC4GuiEdit.cpp65 SetContextHandler(new CBContextHandler<Edit>(this, &Edit::OnContext)); in Edit()
H A DC4GameLobby.cpp221 …pRightTabLbl->SetContextHandler(new C4GUI::CBContextHandler<C4GameLobby::MainDlg>(this, &MainDlg::… in MainDlg()
H A DC4StartupPlrSelDlg.cpp90SetContextHandler(new C4GUI::CBContextHandler<C4StartupPlrSelDlg::ListItem>(this, &C4StartupPlrSel… in ListItem()
H A DC4Gui.h465 void SetContextHandler(ContextHandler *pNewHd) // takes over ptr in SetContextHandler() function
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/widgets/
H A DOWDifferentialExpression.py29 from orangecontrib.bioinformatics.widgets.utils.settings import SetContextHandler
564 settingsHandler = SetContextHandler()