LayerDlgParam Class Reference

Holds the parameters for the LayerNameDlg to perform its stuff on. More...

#include <layergal.h>

List of all members.

Public Member Functions

 LayerDlgParam (OpLayerGalReason ThisReason, Spread *pThisSpread, Layer *pThisLayer)
OpLayerGalReason GetReason ()
SpreadGetSpread ()
LayerGetLayer ()

Private Attributes

OpLayerGalReason Reason
SpreadpSpread
LayerpLayer


Detailed Description

Holds the parameters for the LayerNameDlg to perform its stuff on.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
10/8/94
See also:
-

Definition at line 352 of file layergal.h.


Constructor & Destructor Documentation

LayerDlgParam::LayerDlgParam OpLayerGalReason  ThisReason,
Spread pThisSpread,
Layer pThisLayer
[inline]
 

Definition at line 356 of file layergal.h.

00357      : Reason(ThisReason),pSpread(pThisSpread), pLayer(pThisLayer) { /* empty */ }


Member Function Documentation

Layer* LayerDlgParam::GetLayer  )  [inline]
 

Definition at line 361 of file layergal.h.

00361 { return pLayer; }

OpLayerGalReason LayerDlgParam::GetReason  )  [inline]
 

Definition at line 359 of file layergal.h.

00359 { return Reason; }

Spread* LayerDlgParam::GetSpread  )  [inline]
 

Definition at line 360 of file layergal.h.

00360 { return pSpread; }


Member Data Documentation

Layer* LayerDlgParam::pLayer [private]
 

Definition at line 367 of file layergal.h.

Spread* LayerDlgParam::pSpread [private]
 

Definition at line 366 of file layergal.h.

OpLayerGalReason LayerDlgParam::Reason [private]
 

Definition at line 365 of file layergal.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:55:44 2007 for Camelot by  doxygen 1.4.4