Home
last modified time | relevance | path

Searched refs:InteractorNode (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DInteractorNode.C44 InteractorNode::InteractorNode(NodeDefinition *nd, Network *net, int instnc) : in InteractorNode() function
55 InteractorNode::~InteractorNode() in ~InteractorNode()
168 char *InteractorNode::getOutputDerivedLabel() in getOutputDerivedLabel()
214 const char *InteractorNode::getInteractorLabel() in getInteractorLabel()
815 Type InteractorNode::setOutputValue( in setOutputValue()
910 boolean InteractorNode::hasRemappableOutput() in hasRemappableOutput()
1083 int InteractorNode::getLabelParameterIndex() in getLabelParameterIndex()
1167 boolean InteractorNode::isA(Symbol classname) in isA()
1187 boolean InteractorNode::hasCfgState() in hasCfgState()
1193 boolean InteractorNode::printAsJava(FILE* aplf) in printAsJava()
[all …]
H A DToggleNode.C47 InteractorNode(nd, net, instance) in ToggleNode()
282 return this->InteractorNode::isA(classname); in isA()
290 return this->InteractorNode::cfgPrintInteractorComment(f) && in cfgPrintInteractorComment()
300 return this->InteractorNode::cfgParseInteractorComment( in cfgParseInteractorComment()
310 return this->InteractorNode::netPrintAuxComment(f) && in netPrintAuxComment()
320 return this->InteractorNode::netParseAuxComment(comment,filename,lineno) || in netParseAuxComment()
454 return InteractorNode::sendValues(ignoreDirty); in sendValues()
470 return InteractorNode::printValues(f,prefix, dest); in printValues()
H A DNondrivenInteractorNode.C22 InteractorNode(nd, net, instance) in NondrivenInteractorNode()
68 return this->InteractorNode::isA(classname); in isA()
H A DInteractorNode.h103 class InteractorNode : public ShadowedOutputNode
284 InteractorNode(NodeDefinition *nd, Network *net, int instnc);
289 ~InteractorNode();
H A DValueListInteractor.C225 InteractorNode *node= (InteractorNode*)this->interactorInstance->getNode(); in verifyValueEditorText()
302 InteractorNode *node = (InteractorNode*)this->interactorInstance->getNode(); in updateOutputFromDisplay()
H A DFileSelectorDefinition.C19 InteractorNode *n = new FileSelectorNode(this, net, inst); in newNode()
H A DValueListDefinition.C18 InteractorNode *n = new ValueListNode(this, net, inst); in newNode()
H A DValueDefinition.C18 InteractorNode *n = new ValueNode(this, net, inst); in newNode()
H A DSelectorListNode.C45 return this->InteractorNode::isA(classname); in isA()
H A DNondrivenInteractorNode.h48 class NondrivenInteractorNode : public InteractorNode
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DInteractorInstance.h43 friend void InteractorNode::openDefaultWindow(Widget w);
56 InteractorNode *node;
94 InteractorInstance(InteractorNode *n);
160 boolean isDataDriven() { InteractorNode *n = in isDataDriven()
161 (InteractorNode*)this->getNode(); in isDataDriven()
H A DInteractorInstance.C25 InteractorInstance::InteractorInstance(InteractorNode *n) in InteractorInstance()
339 InteractorNode *oldnode = this->node; in switchNets()
342 InteractorNode *newnode = (InteractorNode *) in switchNets()
360 InteractorNode* ino = (InteractorNode*)this->node; in printAsJava()
H A DSetAttrDialog.C45 InteractorNode *inode = in okCallback()
46 (InteractorNode*)sad->interactorInstance->getNode(); in okCallback()
H A DSelectorListInstance.C34 InteractorNode* ino = (InteractorNode*)this->node; in printAsJava()
H A DSelectorInstance.C43 InteractorNode* ino = (InteractorNode*)this->node; in printAsJava()
H A DFileSelectorInstance.C55 InteractorNode* ino = (InteractorNode*)this->node; in printAsJava()
H A DSelectorListInstance.h46 SelectorListInstance(InteractorNode *node) : SelectionInstance(node) {} in SelectorListInstance()
H A DSelectorInstance.h46 SelectorInstance(InteractorNode *node) : SelectionInstance(node) {} in SelectorInstance()
H A DSelectionInstance.h55 SelectionInstance(InteractorNode *node) : InteractorInstance(node) {} in SelectionInstance()
H A DControlPanel.C580 InteractorNode *n; in addSelectedInteractorNodes()
1277 InteractorNode *inode; in setDimensionsCallback()
1280 inode = (InteractorNode*)ii->getNode(); in setDimensionsCallback()
1298 InteractorNode *inode = NULL; in ControlPanel_EditMenuMapCB()
1305 inode = (InteractorNode*)ii->getNode(); in ControlPanel_EditMenuMapCB()
2535 InteractorNode *inode; in showSelectedInteractors()
2576 InteractorNode *inode; in clearInstances()
2672 InteractorNode *inode; in deleteSelectedInteractors()
3382 InteractorNode *node; in placeSelectedInteractorCallback()
3462 InteractorNode *inode, int x, int y) in createAndPlaceInteractor()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/dx/net/
H A DInteractorNode.java7 public abstract class InteractorNode extends dx.net.DrivenNode class
13 public InteractorNode( Network net, String name, int instance, String notation ) in InteractorNode() method in InteractorNode
H A DControlPanel.java110 InteractorNode n = ( InteractorNode ) i.getNode(); in buildPanel()
H A DValueNode.java11 public class ValueNode extends dx.net.InteractorNode {
H A DBinaryNode.java12 public class BinaryNode extends dx.net.InteractorNode {
H A DMakefile.am5 ImageWindow.java InteractorNode.java Network.java Node.java \

12