Home
last modified time | relevance | path

Searched defs:SetSelectionState (Results 1 – 15 of 15) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DSelectMgr_Selection.hxx113 …void SetSelectionState (const SelectMgr_StateOfSelection theState) const { mySelectionState = theS… in SetSelectionState() function in SelectMgr_Selection
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_Selection.hxx113 …void SetSelectionState (const SelectMgr_StateOfSelection theState) const { mySelectionState = theS… in SetSelectionState() function in SelectMgr_Selection
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/game/
H A DToolButton.cpp86 void ToolButton::SetSelectionState(int state) in SetSelectionState() function in ToolButton
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DSelectMgr_Selection.hxx132 …void SetSelectionState (const SelectMgr_StateOfSelection theState) const { mySelectionState = theS… in SetSelectionState() function in SelectMgr_Selection
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/html/
H A Dhtmlcell.h86 void SetSelectionState(wxHtmlSelectionState s) { m_selState = s; } in SetSelectionState() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/html/
H A Dhtmlcell.h84 void SetSelectionState(wxHtmlSelectionState s) { m_selState = s; } in SetSelectionState() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/html/
H A Dhtmlcell.h84 void SetSelectionState(wxHtmlSelectionState s) { m_selState = s; } in SetSelectionState() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/html/
H A Dhtmlcell.h84 void SetSelectionState(wxHtmlSelectionState s) { m_selState = s; } in SetSelectionState() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/html/
H A Dhtmlcell.h84 void SetSelectionState(wxHtmlSelectionState s) { m_selState = s; } in SetSelectionState() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/html/
H A Dhtmlcell.h86 void SetSelectionState(wxHtmlSelectionState s) { m_selState = s; } in SetSelectionState() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/html/
H A Dhtmlcell.h99 void SetSelectionState(wxHtmlSelectionState s) { m_selState = s; } in SetSelectionState() function
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dview.cc1078 void View::SetSelectionState (Object *object, int state) in SetSelectionState() function in gcp::View
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_object.h1928 void SetSelectionState(SelectionState state) { in SetSelectionState() function
3256 ALWAYS_INLINE void SetSelectionState(SelectionState selection_state) { in SetSelectionState() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_object.h2596 void SetSelectionState(SelectionState state) { in SetSelectionState() function
4159 ALWAYS_INLINE void SetSelectionState(SelectionState selection_state) { in SetSelectionState() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/persist/
H A Dpersist_handlers.py1343 def SetSelectionState(self, listOfSelectedItems): member in TreeCtrlHandler