Home
last modified time | relevance | path

Searched refs:SetParentId (Results 26 – 50 of 304) sorted by relevance

12345678910>>...13

/dports/math/vtk8/VTK-8.2.0/Interaction/Image/
H A DvtkImageViewer.h100 void SetParentId(void *a) {this->RenderWindow->SetParentId(a);}; in SetParentId() function
/dports/math/vtk9/VTK-9.1.0/Interaction/Image/
H A DvtkImageViewer.h102 void SetParentId(void* a) { this->RenderWindow->SetParentId(a); } in SetParentId() function
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkXOpenGLRenderWindow.h165 void SetParentId(Window);
166 void SetParentId(void *);
H A DvtkGenericOpenGLRenderWindow.h88 void SetParentId(void*);
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkXOpenGLRenderWindow.h165 void SetParentId(Window);
166 void SetParentId(void *);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/
H A DStack.h806 …inline void SetParentId(const Aws::String& value) { m_parentIdHasBeenSet = true; m_parentId = valu… in SetParentId() function
815 …inline void SetParentId(Aws::String&& value) { m_parentIdHasBeenSet = true; m_parentId = std::move… in SetParentId() function
824 …inline void SetParentId(const char* value) { m_parentIdHasBeenSet = true; m_parentId.assign(value)… in SetParentId() function
833 inline Stack& WithParentId(const Aws::String& value) { SetParentId(value); return *this;} in WithParentId()
842 inline Stack& WithParentId(Aws::String&& value) { SetParentId(std::move(value)); return *this;} in WithParentId()
851 inline Stack& WithParentId(const char* value) { SetParentId(value); return *this;} in WithParentId()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Cxx/
H A DTestRemoveVolumeNonCurrentContext.cxx606 renderWindow1->SetParentId(nullptr); in TestRemoveVolumeNonCurrentContext()
630 renderWindow2->SetParentId(nullptr); in TestRemoveVolumeNonCurrentContext()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Cxx/
H A DTestRemoveVolumeNonCurrentContext.cxx612 renderWindow1->SetParentId(nullptr); in TestRemoveVolumeNonCurrentContext()
636 renderWindow2->SetParentId(nullptr); in TestRemoveVolumeNonCurrentContext()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/include/aws/rekognition/model/
H A DTextDetection.h165 inline void SetParentId(int value) { m_parentIdHasBeenSet = true; m_parentId = value; } in SetParentId() function
172 inline TextDetection& WithParentId(int value) { SetParentId(value); return *this;} in WithParentId()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkXOpenGLRenderWindow.h193 void SetParentId(Window);
194 void SetParentId(void *) override;
H A DvtkIOSRenderWindow.mm71 this->SetParentId(NULL);
102 this->SetParentId(NULL);
513 void vtkIOSRenderWindow::SetParentId(void *vtkNotUsed(arg)) function
569 this->SetParentId (reinterpret_cast<void *>(tmp));
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/accessibility/
H A Daccessibility_node_info_data_wrapper_unittest.cc93 void SetParentId(int32_t child_id, int32_t parent_id) { in SetParentId() function in arc::AccessibilityNodeInfoDataWrapperTest::TestAXTreeSourceArc
117 void SetParentId(int32_t child_id, int32_t parent_id) { in SetParentId() function in arc::AccessibilityNodeInfoDataWrapperTest
118 tree_source_->SetParentId(child_id, parent_id); in SetParentId()
210 SetParentId(child1.id, root.id); in TEST_F()
211 SetParentId(child2.id, root.id); in TEST_F()
479 SetParentId(node.id, grid.id); in TEST_F()
687 SetParentId(child1.id, root.id); in TEST_F()
694 SetParentId(child2.id, child1.id); in TEST_F()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkXOpenGLRenderWindow.h205 void SetParentId(Window);
206 void SetParentId(void*) override;
/dports/biology/lamarc/lamarc-2.1.8/src/convParse/
H A Dgc_population.h39 void SetParentId(size_t id);
H A Dgc_population.cpp57 gcPopulation::SetParentId(size_t id) in SetParentId() function in gcPopulation
/dports/biology/lamarc/lamarc-2.1.8/src/guiconv/
H A Dgc_parent_dialogs.cpp203 dataStore.GetStructures().GetPop(child1Id).SetParentId(m_childParentId); in DoFinalForMulti()
216 dataStore.GetStructures().GetPop(child2Id).SetParentId(m_childParentId); in DoFinalForMulti()
241 dataStore.GetStructures().GetParent(child1Id).SetParentId(parentId); in ParentLevelUp()
250 dataStore.GetStructures().GetParent(child2Id).SetParentId(parentId); in ParentLevelUp()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vpatterndb/variables/
H A Dvcurvevariable.h62 void SetParentId(const quint32 &value);
H A Dvcurvevariable.cpp125 void VCurveVariable::SetParentId(const quint32 &value) in SetParentId() function in VCurveVariable
/dports/math/vtk9/VTK-9.1.0/Rendering/UI/
H A DvtkWin32HardwareWindow.h48 void SetParentId(void*) override;
/dports/math/vtk6/VTK-6.2.0/Rendering/Tk/
H A DvtkTkImageViewerWidget.cxx631 imgViewer->SetParentId(parentWin); in vtkTkImageViewerWidget_MakeImageViewer()
836 imgWindow->SetParentId(parentWin); in vtkTkImageViewerWidget_MakeImageViewer()
844 imgWindow->SetParentId(vtkCocoaTkUtilities::GetDrawableView(self->TkWin)); in vtkTkImageViewerWidget_MakeImageViewer()
953 imgWindow->SetParentId(XRootWindow(Tk_Display(self->TkWin), Tk_ScreenNumber(self->TkWin))); in vtkTkImageViewerWidget_MakeImageViewer()
957 imgWindow->SetParentId(Tk_WindowId(Tk_Parent(self->TkWin) )); in vtkTkImageViewerWidget_MakeImageViewer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.DiagnosticSource/ref/
H A DSystem.Diagnostics.DiagnosticSourceActivity.cs23 public Activity SetParentId(string parentId) {throw null;} in SetParentId() method in System.Diagnostics.Activity
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/test/fake_server/android/
H A Dfake_server_helper_android.cc240 bookmark_builder.SetParentId( in InjectBookmarkFolderEntity()
284 bookmark_builder.SetParentId( in ModifyBookmarkFolderEntity()
315 bookmark_builder.SetParentId( in CreateBookmarkEntity()
/dports/biology/lamarc/lamarc-2.1.8/src/convModel/
H A Dgc_parent.h71 void SetParentId(size_t id);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/test/fake_server/
H A Dbookmark_entity_builder.h35 void SetParentId(const std::string& parent_id);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/include/
H A DitkMetaGroupConverter.hxx53 groupSO->SetParentId( group->ParentID() ); in MetaObjectToSpatialObject()

12345678910>>...13