#include <ngscan.h>
Inheritance diagram for HideScan:
Public Member Functions | |
HideScan (UndoableOperation *pOp, Source *ps) | |
Protected Member Functions | |
virtual BOOL | Do (Node *) |
Excludes the given node from any highlighted sets in the Name Gallery. | |
Classes | |
class | HideItems |
Definition at line 340 of file ngscan.h.
|
|
|
Excludes the given node from any highlighted sets in the Name Gallery.
Implements NodeScan. Reimplemented in HidePropScan, and HideSingleScan. Definition at line 1006 of file ngscan.cpp. 01007 { 01008 // If the object is a highlighted member of a "used names" set then hide its 01009 // Wix ObjectName attribute. 01010 return HideItems(pNode, m_pOp).ForEach() == 0; 01011 }
|