#include <attrappl.h>
Inheritance diagram for ApplyAttribsToSelectedParam:

Public Member Functions | |
| ApplyAttribsToSelectedParam (List *attribsToApply, UINT32 undoAttribStrID, List *attrGroupList, BOOL *success, BOOL *anyAttrsApplied) | |
Public Attributes | |
| List * | AttribsToApply |
| List * | AttrGroupList |
| UINT32 | UndoAttribStrID |
| BOOL * | Success |
| BOOL * | AnyAttrsApplied |
Definition at line 251 of file attrappl.h.
|
||||||||||||||||||||||||
|
Definition at line 256 of file attrappl.h. 00261 { AttribsToApply = attribsToApply; 00262 UndoAttribStrID = undoAttribStrID; 00263 AttrGroupList = attrGroupList; 00264 Success = success; 00265 AnyAttrsApplied = anyAttrsApplied;};
|
|
|
Definition at line 271 of file attrappl.h. |
|
|
Definition at line 268 of file attrappl.h. |
|
|
Definition at line 265 of file attrappl.h. |
|
|
Definition at line 270 of file attrappl.h. |
|
|
Definition at line 269 of file attrappl.h. |
1.4.4