#include "ngiter.h"
#include <list>
Go to the source code of this file.
Classes | |
class | BaseSelectScan |
Base class for scans which select objects which are in the SGNameItem sets. More... | |
class | SelectScan |
Selects objects which are in the set item whose selection toggle has been clicked. More... | |
class | SelectUnionScan |
Selects objects which are in any of the highlighted set items. More... | |
class | SelectUnionScan::Test |
class | SelectIntersectScan |
Selects objects which are in all of the highlighted set items. More... | |
class | AllowOpScan |
Performs an AllowOp test and update on all the objects which are members of highlighted 'Used Name' items in the Attribute gallery; performs the same, but only on members of a specified set. Notes: The present implementation is not reentrant or thread-safe. More... | |
class | AllowOpScan::IsLitUsedName |
class | AllowOpSingleScan |
class | ApplyScan |
Applies all the highlighted 'Used Name' items in the Attribute gallery to all the selected objects (if they don't already have them); a single name to all the selected objects if they don't already have it; 'applies' a NodeSetProperty for a set, with default SGNameProps, to the NodeSetSentinel. More... | |
class | ApplyScan::ApplyItems |
class | ApplySingleScan |
class | ApplyPropScan |
class | HideScan |
Hides names of objects and their properties which are highlighted members of the 'Used Names' group in the Attribute gallery; hides a specified name of objects. More... | |
class | HideScan::HideItems |
class | HidePropScan |
class | HidePropScan::HideProp |
class | HideSingleScan |
class | CreateDisplayScan |
Scans the 'selected' document and creates/refreshes the groups and items of the Attribute gallery's display. More... | |
class | CreateDisplayScan::ClearCounters |
class | CreateDisplayScan::CreateItems |
class | CreateDisplayScan::DelItemIfUnref |
class | CreateDisplayScan::FoldGroupIfEmpty |
struct | ExtParam |