Home
last modified time | relevance | path

Searched refs:hasHideableIO (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DNode.h295 boolean hasHideableIO(List *io);
675 { return this->hasHideableIO(&this->inputParameters); } in hasHideableInput()
677 { return this->hasHideableIO(&this->outputParameters); } in hasHideableOutput()
H A DNode.C2321 boolean Node::hasHideableIO(List *io) in hasHideableIO() function