Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DImageNode.h315 boolean isSetAutoAxesGrid ();
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DImageWindow.h752 boolean isSetAutoAxesGrid ();
H A DImageNodeUtils.C330 boolean ImageNode::isSetAutoAxesGrid () in isSetAutoAxesGrid() function
H A DImageWindow.C4000 boolean ImageWindow::isSetAutoAxesGrid () in isSetAutoAxesGrid() function
4004 return ((ImageNode*)this->node)->isSetAutoAxesGrid(); in isSetAutoAxesGrid()
H A DAutoAxesDialog.C2162 if (this->image->isSetAutoAxesGrid ()) SET_OM_NAME(this->grid_om, "On") in setAutoAxesDialogGrid()