#include <gridtool.h>
Inheritance diagram for ChangeGridUnits:
Public Member Functions | |
void | Change (NodeGrid *pGrid) |
Changes the given grid's units to the default setting. | |
GridType | GetGridType (NodeGrid *pGrid) |
UINT32 | GetUndoIDS () |
Definition at line 525 of file gridtool.h.
|
Changes the given grid's units to the default setting.
Implements ChangeGrid. Definition at line 2712 of file gridtool.cpp. 02713 { 02714 pGrid->SetGridParams( pGrid->GetDivisions(), 02715 pGrid->GetSubdivisions(), 02716 NodeGrid::GetDefaultUnits()); 02717 }
|
|
Implements ChangeGrid. Definition at line 2719 of file gridtool.cpp. 02719 { return pGrid->GetGridType(); }
|
|
Implements ChangeGrid. Definition at line 2721 of file gridtool.cpp. 02721 { return _R(IDS_GRID_UNDO_UNITS); }
|