ChangeGridUnits Class Reference

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

#include <gridtool.h>

Inheritance diagram for ChangeGridUnits:

ChangeGrid SimpleCCObject List of all members.

Public Member Functions

void Change (NodeGrid *pGrid)
 Changes the given grid's units to the default setting.
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 525 of file gridtool.h.


Member Function Documentation

void ChangeGridUnits::Change NodeGrid pGrid  )  [virtual]
 

Changes the given grid's units to the default setting.

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 2712 of file gridtool.cpp.

02713 {
02714     pGrid->SetGridParams(   pGrid->GetDivisions(),
02715                             pGrid->GetSubdivisions(),
02716                             NodeGrid::GetDefaultUnits());
02717 }

GridType ChangeGridUnits::GetGridType NodeGrid pGrid  )  [virtual]
 

Implements ChangeGrid.

Definition at line 2719 of file gridtool.cpp.

02719 { return pGrid->GetGridType(); }

UINT32 ChangeGridUnits::GetUndoIDS  )  [virtual]
 

Implements ChangeGrid.

Definition at line 2721 of file gridtool.cpp.

02721 { return _R(IDS_GRID_UNDO_UNITS); }


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