#include <gridtool.h>
Inheritance diagram for ChangeGridSubdivisions:
Public Member Functions | |
void | Change (NodeGrid *pGrid) |
Changes the given grid's subdivisions to the default setting. | |
GridType | GetGridType (NodeGrid *pGrid) |
UINT32 | GetUndoIDS () |
Definition at line 561 of file gridtool.h.
|
Changes the given grid's subdivisions to the default setting.
Implements ChangeGrid. Definition at line 2760 of file gridtool.cpp. 02761 { 02762 pGrid->SetGridParams( pGrid->GetDivisions(), 02763 NodeGrid::GetDefaultSubdivisions(), 02764 pGrid->GetUnits()); 02765 }
|
|
Implements ChangeGrid. Definition at line 2767 of file gridtool.cpp. 02767 { return pGrid->GetGridType(); }
|
|
Implements ChangeGrid. Definition at line 2769 of file gridtool.cpp. 02769 { return _R(IDS_GRID_UNDO_SUBDIVS); }
|