ChangeGridDivisions Class Reference

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

#include <gridtool.h>

Inheritance diagram for ChangeGridDivisions:

ChangeGrid SimpleCCObject List of all members.

Public Member Functions

void Change (NodeGrid *pGrid)
 Changes the given grid's divisions 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 543 of file gridtool.h.


Member Function Documentation

void ChangeGridDivisions::Change NodeGrid pGrid  )  [virtual]
 

Changes the given grid's divisions 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 2736 of file gridtool.cpp.

02737 {
02738     pGrid->SetGridParams(   NodeGrid::GetDefaultDivisions(),
02739                             pGrid->GetSubdivisions(),
02740                             pGrid->GetUnits());
02741 }

GridType ChangeGridDivisions::GetGridType NodeGrid pGrid  )  [virtual]
 

Implements ChangeGrid.

Definition at line 2743 of file gridtool.cpp.

02743 { return pGrid->GetGridType(); }

UINT32 ChangeGridDivisions::GetUndoIDS  )  [virtual]
 

Implements ChangeGrid.

Definition at line 2745 of file gridtool.cpp.

02745 { return _R(IDS_GRID_UNDO_DIVS); }


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