#include <gridtool.h>
Inheritance diagram for ChangeGridType:
Public Member Functions | |
void | Change (NodeGrid *pGrid) |
This does nothing as changing the type of grid doesn't change the other params. | |
GridType | GetGridType (NodeGrid *pGrid) |
UINT32 | GetUndoIDS () |
Definition at line 579 of file gridtool.h.
|
This does nothing as changing the type of grid doesn't change the other params.
Implements ChangeGrid. Definition at line 2784 of file gridtool.cpp.
|
|
Implements ChangeGrid. Definition at line 2788 of file gridtool.cpp. 02788 { return NodeGrid::GetDefaultGridType(); }
|
|
Implements ChangeGrid. Definition at line 2790 of file gridtool.cpp. 02790 { return _R(IDS_GRID_UNDO_TYPE); }
|