Home
last modified time | relevance | path

Searched refs:removeChild_impl (Results 1 – 25 of 60) sorted by relevance

123

/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DGroupBox.cpp66 void GroupBox::removeChild_impl(Element* element) in removeChild_impl() function in CEGUI::GroupBox
71 Window::removeChild_impl(wnd); in removeChild_impl()
H A DLayoutCell.cpp128 void LayoutCell::removeChild_impl(Element* element) in removeChild_impl() function in CEGUI::LayoutCell
143 Window::removeChild_impl(wnd); in removeChild_impl()
H A DLayoutContainer.cpp174 void LayoutContainer::removeChild_impl(Element* element) in removeChild_impl() function in CEGUI::LayoutContainer
189 Window::removeChild_impl(wnd); in removeChild_impl()
H A DScrollablePane.cpp465 void ScrollablePane::removeChild_impl(Element* element) in removeChild_impl() function in CEGUI::ScrollablePane
472 Window::removeChild_impl(wnd); in removeChild_impl()
H A DGridLayoutContainer.cpp594 void GridLayoutContainer::removeChild_impl(Element* element) in removeChild_impl() function in CEGUI::GridLayoutContainer
609 LayoutContainer::removeChild_impl(wnd); in removeChild_impl()
H A DTabControl.cpp493 void TabControl::removeChild_impl(Element* element) in removeChild_impl() function in CEGUI::TabControl
503 Window::removeChild_impl(wnd); in removeChild_impl()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/widgets/
H A DGroupBox.h99 virtual void removeChild_impl(Element* element);
H A DLayoutCell.h101 virtual void removeChild_impl(Element* element);
H A DLayoutContainer.h123 virtual void removeChild_impl(Element* element);
H A DScrollablePane.h566 void removeChild_impl(Element* element);
H A DGridLayoutContainer.h324 virtual void removeChild_impl(Element* element);
H A DTabControl.h496 void removeChild_impl(Element* element);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DElement.cpp374 removeChild_impl(element); in removeChild()
572 void Element::removeChild_impl(Element* element) in removeChild_impl() function in CEGUI::Element
H A DWindow.cpp688 org_parent->removeChild_impl(this); in setAlwaysOnTop()
1233 void Window::removeChild_impl(Element* element) in removeChild_impl() function in CEGUI::Window
1245 Element::removeChild_impl(wnd); in removeChild_impl()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DNamedElement.pypp.cpp262 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
266 this->CEGUI::Element::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
271 CEGUI::Element::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
H A DElement.pypp.cpp190 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
194 this->CEGUI::Element::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
199 CEGUI::Element::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
H A DButtonBase.pypp.cpp1094 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
1098 this->CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
1103 CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
H A DTooltip.pypp.cpp1198 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
1202 this->CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
1207 CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
H A DDefaultWindow.pypp.cpp1090 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
1094 this->CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
1099 CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
H A DTabButton.pypp.cpp1114 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
1118 this->CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
1123 CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
H A DSlider.pypp.cpp1182 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
1186 this->CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
1191 CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
H A DThumb.pypp.cpp1138 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
1142 this->CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
1147 CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
H A DTitlebar.pypp.cpp1098 virtual void removeChild_impl( ::CEGUI::Element * element ){ in removeChild_impl() function
1102 this->CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in removeChild_impl()
1107 CEGUI::Window::removeChild_impl( boost::python::ptr(element) ); in default_removeChild_impl()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DElement.h1176 virtual void removeChild_impl(Element* element);
H A DWindow.h3480 virtual void removeChild_impl(Element* element);

123