#include <layergal.h>
Public Member Functions | |
OpLayerGalParam (OpLayerGalParam &Other) | |
OpLayerGalParam (OpLayerGalReason ThisReason, Spread *pThisParentSpread) | |
OpLayerGalParam () | |
Spread * | GetParentSpread () |
OpLayerGalReason | GetReason () |
Public Attributes | |
Layer * | pLayer |
LayerStatus | Status |
BOOL | NewState |
BOOL | ToggleBackground |
Node * | pContextNode |
LayerSGallery * | pLayerSGal |
AttachNodeDirection | AttDir |
BOOL | MoveRedraw |
BOOL | OldVisibleState |
BOOL | OldLockedState |
String_256 | OldName |
BOOL | VisibleState |
BOOL | LockedState |
String_256 | NewName |
Private Attributes | |
OpLayerGalReason | Reason |
Spread * | pParentSpread |
Definition at line 171 of file layergal.h.
|
Definition at line 192 of file layergal.h. 00193 { 00194 pLayer = Other.pLayer; 00195 Status = Other.Status; 00196 NewState = Other.NewState; 00197 ToggleBackground = Other.ToggleBackground; 00198 pContextNode = Other.pContextNode; 00199 pLayerSGal = Other.pLayerSGal; 00200 AttDir = Other.AttDir; 00201 MoveRedraw = Other.MoveRedraw; 00202 00203 VisibleState = Other.VisibleState; 00204 LockedState = Other.LockedState; 00205 OldVisibleState = Other.OldVisibleState; 00206 OldLockedState = Other.OldLockedState; 00207 OldName = Other.OldName; 00208 NewName = Other.NewName; 00209 00210 Reason = Other.Reason; 00211 pParentSpread = Other.pParentSpread; 00212 }
|
|
Definition at line 215 of file layergal.h. 00216 : pLayer(NULL), ToggleBackground(FALSE), 00217 pContextNode(NULL), pLayerSGal(NULL), 00218 Reason(ThisReason), pParentSpread(pThisParentSpread) { /* empty */ }
|
|
Definition at line 220 of file layergal.h. 00220 : pLayer(NULL), ToggleBackground(FALSE), 00221 pContextNode(NULL), pLayerSGal(NULL), 00222 Reason(LAYER_NONE), pParentSpread(NULL) { /* empty */ }
|
|
Definition at line 224 of file layergal.h. 00224 { return pParentSpread; }
|
|
Definition at line 225 of file layergal.h. 00225 { return Reason; }
|
|
Definition at line 181 of file layergal.h. |
|
Definition at line 189 of file layergal.h. |
|
Definition at line 182 of file layergal.h. |
|
Definition at line 190 of file layergal.h. |
|
Definition at line 177 of file layergal.h. |
|
Definition at line 186 of file layergal.h. |
|
Definition at line 187 of file layergal.h. |
|
Definition at line 185 of file layergal.h. |
|
Definition at line 179 of file layergal.h. |
|
Definition at line 175 of file layergal.h. |
|
Definition at line 180 of file layergal.h. |
|
Definition at line 230 of file layergal.h. |
|
Definition at line 229 of file layergal.h. |
|
Definition at line 176 of file layergal.h. |
|
Definition at line 178 of file layergal.h. |
|
Definition at line 188 of file layergal.h. |