Home
last modified time | relevance | path

Searched defs:pChild (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/10_Convert/src/
H A DOCCDemo_Presentation.cpp265 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in GetViewAt() local
273 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in SetViewAt() local
281 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in GetViewEye() local
289 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in SetViewEye() local
297 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in GetViewScale() local
305 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in SetViewScale() local
313 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in ResetView() local
321 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in TranslateView() local
/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Dtreeitem.cpp59 void TreeItem::insertChild(int row, TreeItem* pChild) { in insertChild()
80 for (auto* pChild : qAsConst(m_children)) { in initFeatureRecursively() local
86 std::unique_ptr<TreeItem> pChild) { in appendChild()
110 TreeItem* pChild = children.front(); in insertChildren() local
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DOCCDemo_Presentation.cpp263 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in GetViewAt() local
271 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in SetViewAt() local
279 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in GetViewEye() local
287 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in SetViewEye() local
295 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in GetViewScale() local
303 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in SetViewScale() local
311 CMDIChildWnd *pChild = (CMDIChildWnd *) pFrame->GetActiveFrame(); in ResetView() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjingle_xmpp/xmllite/
H A Dxmlelement.cc87 XmlChild* pChild; in XmlElement() local
236 XmlChild* pChild; in FirstElement() local
245 XmlChild* pChild; in NextElement() local
254 XmlChild* pChild; in FirstWithNamespace() local
264 XmlChild* pChild; in NextWithNamespace() local
274 XmlChild* pChild; in FirstNamed() local
284 XmlChild* pChild; in FirstNamed() local
294 XmlChild* pChild; in NextNamed() local
304 XmlChild* pChild; in NextNamed() local
323 XmlChild* pChild; in TextNamed() local
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/xmllite/
H A Dxmlelement.cc104 XmlChild* pChild; in XmlElement() local
253 XmlChild* pChild; in FirstElement() local
262 XmlChild* pChild; in NextElement() local
271 XmlChild* pChild; in FirstWithNamespace() local
281 XmlChild* pChild; in NextWithNamespace() local
291 XmlChild* pChild; in FirstNamed() local
301 XmlChild* pChild; in FirstNamed() local
311 XmlChild* pChild; in NextNamed() local
321 XmlChild* pChild; in NextNamed() local
340 XmlChild* pChild; in TextNamed() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libjingle_xmpp/xmllite/
H A Dxmlelement.cc87 XmlChild* pChild; in XmlElement() local
236 XmlChild* pChild; in FirstElement() local
245 XmlChild* pChild; in NextElement() local
254 XmlChild* pChild; in FirstWithNamespace() local
264 XmlChild* pChild; in NextWithNamespace() local
274 XmlChild* pChild; in FirstNamed() local
284 XmlChild* pChild; in FirstNamed() local
294 XmlChild* pChild; in NextNamed() local
304 XmlChild* pChild; in NextNamed() local
323 XmlChild* pChild; in TextNamed() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/a11y/
H A Datklistener.cxx174 AtkObject * pChild = rxAccessible.is() ? atk_object_wrapper_ref( rxAccessible ) : nullptr; in handleChildAdded() local
229 AtkObject * pChild = atk_object_wrapper_ref( rxChild, false ); in handleChildRemoved() local
248 AtkObject * pChild = atk_object_wrapper_ref( m_aChildList[n], false ); in handleInvalidateChildren() local
265 AtkObject * pChild = atk_object_wrapper_ref( m_aChildList[n] ); in handleInvalidateChildren() local
516 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() local
534 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() local
545 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/a11y/
H A Dgtk3atklistener.cxx174 AtkObject * pChild = rxAccessible.is() ? atk_object_wrapper_ref( rxAccessible ) : nullptr; in handleChildAdded() local
228 AtkObject * pChild = atk_object_wrapper_ref( rxChild, false ); in handleChildRemoved() local
248 AtkObject * pChild = atk_object_wrapper_ref( m_aChildList[n], false ); in handleInvalidateChildren() local
265 AtkObject * pChild = atk_object_wrapper_ref( m_aChildList[n] ); in handleInvalidateChildren() local
516 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() local
534 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() local
545 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() local
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/UnitTest_TreeControl/
H A DGenericNode.h82 NODE* pChild = mChildren.back(); in ~GenericNode() local
86 delete pChild; in ~GenericNode() local
171 NODE* pChild = mChildren.back(); in removeAll() local
176 delete pChild; in removeAll() local
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/UnitTest_TreeControl/
H A DGenericNode.h82 NODE* pChild = mChildren.back(); in ~GenericNode() local
86 delete pChild; in ~GenericNode() local
171 NODE* pChild = mChildren.back(); in removeAll() local
176 delete pChild; in removeAll() local
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/UnitTest_TreeControl/
H A DGenericNode.h82 NODE* pChild = mChildren.back(); in ~GenericNode() local
86 delete pChild; in ~GenericNode() local
171 NODE* pChild = mChildren.back(); in removeAll() local
176 delete pChild; in removeAll() local
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/UnitTest_TreeControl/
H A DGenericNode.h82 NODE* pChild = mChildren.back(); in ~GenericNode() local
86 delete pChild; in ~GenericNode() local
171 NODE* pChild = mChildren.back(); in removeAll() local
176 delete pChild; in removeAll() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A DNotebookbarPopup.cxx40 vcl::IPrioritable* pChild = dynamic_cast<vcl::IPrioritable*>(GetChild(0)); in PopupModeEnd() local
133 VclPtr<vcl::Window> pChild = pWindow->GetChild(nNext); in ApplyBackground() local
150 VclPtr<vcl::Window> pChild = pWindow->GetChild(nNext); in RemoveBackground() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/notebookbar/
H A DNotebookbarPopup.cxx38 vcl::IPrioritable* pChild = dynamic_cast<vcl::IPrioritable*>(GetChild(0)); in PopupModeEnd() local
131 VclPtr<vcl::Window> pChild = pWindow->GetChild(nNext); in ApplyBackground() local
148 VclPtr<vcl::Window> pChild = pWindow->GetChild(nNext); in RemoveBackground() local
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DTreeNode.cpp163 TreeNode* pChild = (*iter)->DynamicCastTreeNode(); in ExpandAll() local
220 TreeNode* pChild = (*iter)->DynamicCastTreeNode(); in DeselectAll() local
286 TreeNode* pChild = (GetParent())->DynamicCastTreeNode(); in iterate() local
297 TreeNode* pChild = (GetParent())->DynamicCastTreeNode(); in iterate() local
332 TreeNode* pChild = (*iter)->DynamicCastTreeNode(); in iterate() local
H A DMenu.cpp42 Base* pChild = (*it); in Layout() local
92 Base* pChild = *it; in ClearItems() local
108 Base* pChild = *it; in CloseAll() local
120 Base* pChild = *it; in IsMenuOpen() local
H A DPanelListPanel.cpp27 Controls::Base* pChild = *it; in GetBiggestChildSize() local
50 Controls::Base* pChild = *it; in DoVerticalLayout() local
89 Controls::Base* pChild = *it; in DoHorizontalLayout() local
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DTreeNode.cpp163 TreeNode* pChild = (*iter)->DynamicCastTreeNode(); in ExpandAll() local
220 TreeNode* pChild = (*iter)->DynamicCastTreeNode(); in DeselectAll() local
286 TreeNode* pChild = (GetParent())->DynamicCastTreeNode(); in iterate() local
297 TreeNode* pChild = (GetParent())->DynamicCastTreeNode(); in iterate() local
332 TreeNode* pChild = (*iter)->DynamicCastTreeNode(); in iterate() local
H A DMenu.cpp42 Base* pChild = (*it); in Layout() local
92 Base* pChild = *it; in ClearItems() local
108 Base* pChild = *it; in CloseAll() local
120 Base* pChild = *it; in IsMenuOpen() local
H A DPanelListPanel.cpp27 Controls::Base* pChild = *it; in GetBiggestChildSize() local
50 Controls::Base* pChild = *it; in DoVerticalLayout() local
89 Controls::Base* pChild = *it; in DoHorizontalLayout() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dlayout.cxx293 vcl::Window *pChild = window; in setAllocation() local
796 VclPtr<vcl::Window> pChild; member
1345 vcl::Window *pChild = get_child(); in setAllocation() local
1390 vcl::Window *pChild = get_child(); in setAllocation() local
1504 vcl::Window *pChild = get_child(); in setAllocation() local
1587 vcl::Window *pChild = get_child(); in setAllocation() local
1649 vcl::Window *pChild = get_child(); in StateChanged() local
1657 vcl::Window *pChild = get_child(); in IMPL_LINK() local
1693 vcl::Window *pChild = get_child(); in IMPL_LINK_NOARG() local
1764 vcl::Window *pChild = get_child(); in doSetAllocation() local
[all …]
H A Dwindow3.cxx65 for (Window* pChild = mpWindowImpl->mpFirstChild; pChild; pChild = pChild->mpWindowImpl->mpNext) in ImplClearFontData() local
72 for (Window* pChild = mpWindowImpl->mpFirstChild; pChild; pChild = pChild->mpWindowImpl->mpNext) in ImplRefreshFontData() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dnativdlg.cpp50 wxWindow* pChild = NULL; in LoadNativeDialog() local
143 wxWindow* pChild = node->GetData(); in GetWindowChild1() local
166 wxWindow* pChild = CreateWindowFromHWND( this in GetWindowChild() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dnativdlg.cpp50 wxWindow* pChild = NULL; in LoadNativeDialog() local
143 wxWindow* pChild = node->GetData(); in GetWindowChild1() local
166 wxWindow* pChild = CreateWindowFromHWND( this in GetWindowChild() local
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/miext/rootless/
H A DrootlessValTree.c135 register WindowPtr pChild; in RootlessComputeClips() local
406 register WindowPtr pChild; in RootlessTreeObscured() local
469 WindowPtr pChild, /* First child of pRoot that was in RootlessMiValidateTree()

12345678910>>...31