Home
last modified time | relevance | path

Searched refs:unsetAutoAxesEnable (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DImageNode.h299 void unsetAutoAxesEnable (boolean send);
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DImageWindow.h849 void unsetAutoAxesEnable (boolean send);
H A DImageNodeUtils.C393 void ImageNode::unsetAutoAxesEnable(boolean send) in unsetAutoAxesEnable() function
H A DImageWindow.C4133 void ImageWindow::unsetAutoAxesEnable (boolean send) in unsetAutoAxesEnable() function
4137 ((ImageNode*)this->node)->unsetAutoAxesEnable(send); in unsetAutoAxesEnable()
H A DAutoAxesDialog.C2930 this->image->unsetAutoAxesEnable(FALSE); in flipAllTabsUp()