ProcessGridForceRedraw Class Reference

Forces a redraw on the given grid. More...

#include <grid.h>

Inheritance diagram for ProcessGridForceRedraw:

ProcessGrid SimpleCCObject List of all members.

Public Member Functions

void Process (NodeGrid *pGrid)
 Forces a redraw on the given grid.

Detailed Description

Forces a redraw on the given grid.

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

Definition at line 473 of file grid.h.


Member Function Documentation

void ProcessGridForceRedraw::Process NodeGrid pGrid  )  [virtual]
 

Forces a redraw on the given grid.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
18/7/94
Parameters:
pGrid = the grid to force a redraw on [INPUTS]
Returns:
-
See also:
-

Implements ProcessGrid.

Definition at line 2554 of file grid.cpp.

02555 {
02556     if (!pGrid->IsDisabled())
02557     {
02558         // Get ptr to selected doc view
02559         DocView* pDocView = DocView::GetSelected();
02560 
02561         // If there's a selected docview, redraw!
02562         if (pDocView != NULL)
02563             pDocView->ForceRedraw(pSpread,pGrid->GetBlobBoundingRect());
02564     }
02565 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:00:09 2007 for Camelot by  doxygen 1.4.4