Home
last modified time | relevance | path

Searched refs:selectProbeByInstance (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DDXLinkHandler.C1147 iw->selectProbeByInstance(pi); in SelectProbe()
1270 if (((dim == PICK) && !iw->selectProbeByInstance(instance)) || in SetInteractionMode()
H A DImageWindow.h692 boolean selectProbeByInstance(int instanceNumber);
H A DImageWindow.C4703 if (!this->selectProbeByInstance(this->currentProbeInstance <= 0 ? 0 : in setInteractionMode()
5722 if (! this->selectProbeByInstance(i)) in setCurrentProbe()
5857 this->selectProbeByInstance(0); in deleteProbe()
5884 boolean ImageWindow::selectProbeByInstance(int i) in selectProbeByInstance() function
H A DViewControlDialog.C1668 vc->imageWindow->selectProbeByInstance(node->getInstanceNumber()); in ViewControlDialog_SelectProbeCB()