#include <ngsetop.h>
Inheritance diagram for OpDeleteNamesFromAll:

Private Member Functions | |
| CC_DECLARE_DYNCREATE (OpDeleteNamesFromAll) | |
| virtual void | Do (OpDescriptor *) |
| Performs the OPTOKEN_DELETE_NAMES_FROM_ALL operation. Removes all the Wix ObjectName attributes that are members of the given Document's named sets. | |
Definition at line 280 of file ngsetop.h.
|
|
|
|
|
Performs the OPTOKEN_DELETE_NAMES_FROM_ALL operation. Removes all the Wix ObjectName attributes that are members of the given Document's named sets.
Reimplemented from Operation. Definition at line 430 of file ngsetop.cpp. 00431 { 00432 AllowOpScan aosDoc(this, &theSelectedDocument); 00433 00434 if (!aosDoc.Scan() || 00435 !HidePropScan(this).Scan() || 00436 !HideScan(this, &theSelectedDocument).Scan() || 00437 !aosDoc.Update()) 00438 { 00439 FailAndExecute(); 00440 } 00441 00442 End(); 00443 }
|
1.4.4