Home
last modified time | relevance | path

Searched refs:anItemIt (Results 1 – 7 of 7) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/tools/VInspector/
H A DVInspector_Window.cxx231 …for (TInspectorAPI_IteratorOfPreferencesDataMap anItemIt (theItem); anItemIt.More(); anItemIt.Next… in SetPreferences() local
233 TCollection_AsciiString anItemKey = anItemIt.Key(); in SetPreferences()
234 TCollection_AsciiString anItemValue = anItemIt.Value(); in SetPreferences()
245 … (myViewWindow && View_Window::RestoreState(myViewWindow, anItemIt.Key().ToCString(), anItemIt.Val… in SetPreferences()
309 …List<TreeModel_ItemBasePtr>::const_iterator anItemIt = anItems.begin(); anItemIt != anItems.end();… in SelectedPresentations() local
311 TreeModel_ItemBasePtr anItem = *anItemIt; in SelectedPresentations()
341 …List<TreeModel_ItemBasePtr>::const_iterator anItemIt = anItems.begin(); anItemIt != anItems.end();… in SelectedShapes() local
343 TreeModel_ItemBasePtr anItem = *anItemIt; in SelectedShapes()
/dports/cad/opencascade/opencascade-7.6.0/tools/ShapeView/
H A DShapeView_Window.cxx205 …for (TInspectorAPI_IteratorOfPreferencesDataMap anItemIt (theItem); anItemIt.More(); anItemIt.Next… in SetPreferences() local
207 if (anItemIt.Key().IsEqual ("geometry")) in SetPreferences()
208 myMainWindow->restoreState (TreeModel_Tools::ToByteArray (anItemIt.Value().ToCString())); in SetPreferences()
209 …else if (TreeModel_Tools::RestoreState (myTreeView, anItemIt.Key().ToCString(), anItemIt.Value().T… in SetPreferences()
211 …else if (View_Window::RestoreState(myViewWindow, anItemIt.Key().ToCString(), anItemIt.Value().ToCS… in SetPreferences()
/dports/cad/opencascade/opencascade-7.6.0/tools/TInspector/
H A DTInspector_OpenFileDialog.cxx148 …for (TInspectorAPI_IteratorOfPreferencesDataMap anItemIt (aPreferencesItem); anItemIt.More(); anIt… in GetPluginRecentlyOpenedFiles() local
150 if (!anItemIt.Key().IsEqual("recently_opened_files")) in GetPluginRecentlyOpenedFiles()
152 theFileNames = QString(anItemIt.Value().ToCString()).split(";", QString::SkipEmptyParts); in GetPluginRecentlyOpenedFiles()
H A DTInspector_Window.cxx378 …for (TInspectorAPI_IteratorOfPreferencesDataMap anItemIt (theItem); anItemIt.More(); anItemIt.Next… in SetPreferences() local
380 if (anItemIt.Key().IsEqual ("geometry")) in SetPreferences()
381 myMainWindow->restoreGeometry (TreeModel_Tools::ToByteArray (anItemIt.Value().ToCString())); in SetPreferences()
/dports/cad/opencascade/opencascade-7.6.0/tools/MessageView/
H A DMessageView_Window.cxx230 …for (TInspectorAPI_IteratorOfPreferencesDataMap anItemIt (theItem); anItemIt.More(); anItemIt.Next… in SetPreferences() local
232 if (anItemIt.Key().IsEqual ("geometry")) in SetPreferences()
233 myMainWindow->restoreState (TreeModel_Tools::ToByteArray (anItemIt.Value().ToCString())); in SetPreferences()
234 …else if (TreeModel_Tools::RestoreState (myTreeView, anItemIt.Key().ToCString(), anItemIt.Value().T… in SetPreferences()
236 … (myViewWindow && View_Window::RestoreState(myViewWindow, anItemIt.Key().ToCString(), anItemIt.Val… in SetPreferences()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_Window.cxx283 …for (TInspectorAPI_IteratorOfPreferencesDataMap anItemIt (theItem); anItemIt.More(); anItemIt.Next… in SetPreferences() local
285 if (anItemIt.Key().IsEqual ("geometry")) in SetPreferences()
286 myMainWindow->restoreState (TreeModel_Tools::ToByteArray (anItemIt.Value().ToCString())); in SetPreferences()
287 …else if (TreeModel_Tools::RestoreState (myTreeView, anItemIt.Key().ToCString(), anItemIt.Value().T… in SetPreferences()
289 …else if (View_Window::RestoreState(myViewWindow, anItemIt.Key().ToCString(), anItemIt.Value().ToCS… in SetPreferences()
/dports/cad/opencascade/opencascade-7.6.0/src/STEPCAFControl/
H A DSTEPCAFControl_Reader.cxx4031 for (Standard_Integer anItemIt = 1; anItemIt <= aGISU->NbIdentifiedItem(); anItemIt++) { in ReadGDTs() local
4032 …TDF_Label aLabel = getShapeLabel(aGISU->IdentifiedItemValue(anItemIt), theWS, XCAFDoc_DocumentTool… in ReadGDTs()