SBDDataGraphNode.hpp File Reference

Classes

class  SBDDataGraphNode
 This class is the base class to describe a node in the data graph. More...
 
class  SBDDataGraphNode::GetParent
 This node getter returns the parent of the node. More...
 
class  SBDDataGraphNode::GetRoot
 This node getter returns the root of the node. More...
 
class  SBDDataGraphNode::GetNodeIndex
 This node getter returns the index of the node. More...
 
class  SBDDataGraphNode::GetType
 This node getter returns the type of the node. More...
 
class  SBDDataGraphNode::GetSelectionFlag
 This node getter returns the selection flag of the node. More...
 
class  SBDDataGraphNode::GetVisibilityFlag
 This node getter returns the visibility flag of the node. More...
 
class  SBDDataGraphNode::GetHighlightingFlag
 This node getter returns the highlighting flag of the node. More...
 
class  SBDDataGraphNode::GetFlags
 This node getter returns the flags of the node. More...
 
class  SBDDataGraphNode::GetClass
 This node getter returns the class name of the node. More...
 
class  SBDDataGraphNode::GetElement
 This node getter returns the SAMSON Element defining the node. More...
 
class  SBDDataGraphNode::GetElementUUID
 This node getter returns the UUID of the SAMSON Element defining the node. More...
 
class  SBDDataGraphNode::All
 This node predicate returns true for all nodes. More...
 
class  SBDDataGraphNode::IsType
 This node predicate compares the node type with a given type. More...
 
class  SBDDataGraphNode::IsSerializable
 This node predicate returns true for serializable nodes. More...
 
class  SBDDataGraphNode::IsCreated
 This node predicate returns true for created nodes. More...
 
class  SBDDataGraphNode::IsErased
 This node predicate returns true for erased nodes. More...
 
class  SBDDataGraphNode::IsSelected
 This node predicate returns true for selected nodes. More...
 
class  SBDDataGraphNode::IsVisible
 This node predicate returns true for visible nodes. More...
 
class  SBDDataGraphNode::IsHighlighted
 This node predicate returns true for highlighted nodes. More...
 
class  SBDDataGraphNode::IsOneOf
 This node predicate returns true for nodes in a given node indexer. More...
 
class  SBDDataGraphNode::HasOneOf
 This node predicate returns true if the node is an ancestor of a node in a given node indexer. More...
 
class  SBDDataGraphNode::IsIn
 This node predicate returns true if the node descends from a given node or node indexer. More...
 

Typedefs

typedef SBDDataGraphNode SBNode
 The short name of SBDDataGraphNode.