ApplyAttribsToSelectedParam Class Reference

Parameters for the OpApplyAttribsToSelected operation. See OpApplyAttribsToSelected::DoWithParam for a description. More...

#include <attrappl.h>

Inheritance diagram for ApplyAttribsToSelectedParam:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 ApplyAttribsToSelectedParam (List *attribsToApply, UINT32 undoAttribStrID, List *attrGroupList, BOOL *success, BOOL *anyAttrsApplied)

Public Attributes

ListAttribsToApply
ListAttrGroupList
UINT32 UndoAttribStrID
BOOL * Success
BOOL * AnyAttrsApplied

Detailed Description

Parameters for the OpApplyAttribsToSelected operation. See OpApplyAttribsToSelected::DoWithParam for a description.

Author:
Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com>
Date:
3/10/95
See also:
OpApplyAttribsToSelected

OpParam

Definition at line 251 of file attrappl.h.


Constructor & Destructor Documentation

ApplyAttribsToSelectedParam::ApplyAttribsToSelectedParam List attribsToApply,
UINT32  undoAttribStrID,
List attrGroupList,
BOOL *  success,
BOOL *  anyAttrsApplied
[inline]
 

Definition at line 256 of file attrappl.h.

00261         { AttribsToApply = attribsToApply; 
00262           UndoAttribStrID = undoAttribStrID;    
00263           AttrGroupList = attrGroupList;  
00264           Success = success; 
00265           AnyAttrsApplied = anyAttrsApplied;}; 


Member Data Documentation

BOOL* ApplyAttribsToSelectedParam::AnyAttrsApplied
 

Definition at line 271 of file attrappl.h.

List* ApplyAttribsToSelectedParam::AttrGroupList
 

Definition at line 268 of file attrappl.h.

List* ApplyAttribsToSelectedParam::AttribsToApply
 

Definition at line 265 of file attrappl.h.

BOOL* ApplyAttribsToSelectedParam::Success
 

Definition at line 270 of file attrappl.h.

UINT32 ApplyAttribsToSelectedParam::UndoAttribStrID
 

Definition at line 269 of file attrappl.h.


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