Home
last modified time | relevance | path

Searched refs:vrmlCut (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/wdune/wdune-1.926/src/
H A DSceneDialog.cpp28 NodeVrmlCut *vrmlCut) in SceneDialog() argument
33 m_vrmlCut = vrmlCut; in SceneDialog()
H A DSceneDialog.h31 int sceneNumber, NodeVrmlCut *vrmlCut);
H A DNodeVrmlScene.cpp238 NodeVrmlCut *vrmlCut = (NodeVrmlCut *)parent; in routeToTimeSensor() local
239 vrmlCut->updateCycleInterval(vrmlScene, cycleInterval); in routeToTimeSensor()
H A DMainWindow.cpp8661 NodeVrmlCut *vrmlCut = NULL; in moveSibling() local
8663 vrmlCut = (NodeVrmlCut *)parent; in moveSibling()
9035 static Node *vrmlCut = NULL; variable
9040 vrmlCut = node; in getVrmlCut()
9062 vrmlCut = NULL; in moveBranchToVrmlScene()
9065 if (vrmlCut == NULL) { in moveBranchToVrmlScene()
9076 vrmlCut = NULL; in moveBranchToVrmlScene()
9092 NodeVrmlCut *cut = (NodeVrmlCut *)vrmlCut; in moveBranchToVrmlScene()
13106 vrmlCut = NULL; in manageScenes()
13108 if (add || (vrmlCut == NULL)) { in manageScenes()
[all …]
H A DScene.cpp1302 static NodeVrmlCut *vrmlCut = NULL; variable
1309 vrmlCut = (NodeVrmlCut *)node; in searchVrmlCut()
1450 vrmlCut = NULL; in write()
1452 if (vrmlCut) in write()
1453 RET_ONERROR( vrmlCut->writeX3domScript(f, 4) ) in write()
H A DScene.cpp,v1327 static NodeVrmlCut *vrmlCut = NULL;
1334 vrmlCut = (NodeVrmlCut *)node;
1475 vrmlCut = NULL;
1477 if (vrmlCut)
1478 RET_ONERROR( vrmlCut->writeX3domScript(f, 4) )