ChangeGridSubdivisions Class Reference

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

#include <gridtool.h>

Inheritance diagram for ChangeGridSubdivisions:

ChangeGrid SimpleCCObject List of all members.

Public Member Functions

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


Member Function Documentation

void ChangeGridSubdivisions::Change NodeGrid pGrid  )  [virtual]
 

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

02761 {
02762     pGrid->SetGridParams(   pGrid->GetDivisions(),
02763                             NodeGrid::GetDefaultSubdivisions(),
02764                             pGrid->GetUnits());
02765 }

GridType ChangeGridSubdivisions::GetGridType NodeGrid pGrid  )  [virtual]
 

Implements ChangeGrid.

Definition at line 2767 of file gridtool.cpp.

02767 { return pGrid->GetGridType(); }

UINT32 ChangeGridSubdivisions::GetUndoIDS  )  [virtual]
 

Implements ChangeGrid.

Definition at line 2769 of file gridtool.cpp.

02769 { return _R(IDS_GRID_UNDO_SUBDIVS); }


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