Go to the source code of this file.
Classes | |
| class | NodeScan |
| Abstract base class for scans over sequences of nodes. More... | |
| class | NodeScan::Source |
| Abstract base class for interfaces to SelRanges, Document trees etc whose nodes can be scanned over. Notes: If your derived class defines data members then remember to define a copy constructor and consider concurrency issues! More... | |
| class | UndoableNodeScan |
| Base class for NodeScans which are used by UndoableOperations. More... | |
| class | DocTreeSource |
| Concretisation of NodeScan::Source for all NodeRenderableInks in a document's object tree (generally), or in the 'selected' document's tree (specifically). More... | |
| class | SelectDocSource |
| class | RangeSource |
| Concretisation of NodeScan::Source for all NodeRenderableInks in a Range (generally), or in the Application's SelRange object (specifically). More... | |
| class | SelectObjSource |
| class | NotSelectSource |
| Concretisation of NodeScan::Source for all NodeRenderableInks NOT in the application's selection range. More... | |
| class | SingleNodeSource |
| Concretisation of NodeScan::Source for a "scan" over a single node (generally), and over the 'selected' document's NodeSetSentinel sentinel (specifically). More... | |
| class | SetSentinelSource |
| class | NameGroupIter |
| Base classes for iterations and searches over all groups and all items in the name gallery. More... | |
| class | NameItemIter |
| Abstract base classes for iterations and searches over all groups and all items in the Name gallery. More... | |
| class | NameIterOp |
| Specialisation of base class to combine a node and an operation. More... | |
Variables | |
| SelectDocSource | theSelectedDocument |
| Predefined sources for NodeScans: the nodes in the tree of the 'selected' document; the nodes in the application's selection; the unselected nodes in the tree of the 'selected' document; the special NodeSetSentinel. | |
| SelectObjSource | theSelectedObjects |
| NotSelectSource | theUnselectedObjects |
| SetSentinelSource | theSetSentinel |
|
|
Predefined sources for NodeScans: the nodes in the tree of the 'selected' document; the nodes in the application's selection; the unselected nodes in the tree of the 'selected' document; the special NodeSetSentinel.
Definition at line 129 of file ngiter.cpp. |
|
|
Definition at line 130 of file ngiter.cpp. |
|
|
Definition at line 132 of file ngiter.cpp. |
|
|
Definition at line 131 of file ngiter.cpp. |
1.4.4