#include <gridtool.h>
Inheritance diagram for ChangeGridDivisions:
Public Member Functions | |
void | Change (NodeGrid *pGrid) |
Changes the given grid's divisions to the default setting. | |
GridType | GetGridType (NodeGrid *pGrid) |
UINT32 | GetUndoIDS () |
Definition at line 543 of file gridtool.h.
|
Changes the given grid's divisions to the default setting.
Implements ChangeGrid. Definition at line 2736 of file gridtool.cpp. 02737 { 02738 pGrid->SetGridParams( NodeGrid::GetDefaultDivisions(), 02739 pGrid->GetSubdivisions(), 02740 pGrid->GetUnits()); 02741 }
|
|
Implements ChangeGrid. Definition at line 2743 of file gridtool.cpp. 02743 { return pGrid->GetGridType(); }
|
|
Implements ChangeGrid. Definition at line 2745 of file gridtool.cpp. 02745 { return _R(IDS_GRID_UNDO_DIVS); }
|