ChangeGridType Class Reference

An abstract class used for changing aspects of a grid. More...

#include <gridtool.h>

Inheritance diagram for ChangeGridType:

ChangeGrid SimpleCCObject List of all members.

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 ()

Detailed Description

An abstract class used for changing aspects of a grid.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
14/3/94

Definition at line 579 of file gridtool.h.


Member Function Documentation

void ChangeGridType::Change NodeGrid pGrid  )  [virtual]
 

This does nothing as changing the type of grid doesn't change the other params.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
14/3/94
Parameters:
pGrid = ptr to a grid in the tree [INPUTS]
Returns:
-
See also:

Implements ChangeGrid.

Definition at line 2784 of file gridtool.cpp.

02785 {
02786 }

GridType ChangeGridType::GetGridType NodeGrid pGrid  )  [virtual]
 

Implements ChangeGrid.

Definition at line 2788 of file gridtool.cpp.

02788 { return NodeGrid::GetDefaultGridType(); }

UINT32 ChangeGridType::GetUndoIDS  )  [virtual]
 

Implements ChangeGrid.

Definition at line 2790 of file gridtool.cpp.

02790 { return _R(IDS_GRID_UNDO_TYPE); }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:52:30 2007 for Camelot by  doxygen 1.4.4