Ginga  0.13.6
 All Classes Namespaces Functions Variables
Public Member Functions | Protected Attributes | List of all members
br::pucrio::telemidia::ncl::components::Node Class Reference
Inheritance diagram for br::pucrio::telemidia::ncl::components::Node:
Inheritance graph
[legend]
Collaboration diagram for br::pucrio::telemidia::ncl::components::Node:
Collaboration graph
[legend]

Public Member Functions

 Node (string id)
 
void copyProperties (Node *node)
 
void setParentComposition (void *composition)
 
void * getParentComposition ()
 
vector< Node * > * getPerspective ()
 
virtual bool addAnchor (Anchor *anchor)
 
virtual bool addAnchor (int index, Anchor *anchor)
 
Anchor * getAnchor (string anchorId)
 
Anchor * getAnchor (int index)
 
vector< Anchor * > * getAnchors ()
 
vector< PropertyAnchor * > * getOriginalPropertyAnchors ()
 
PropertyAnchor * getPropertyAnchor (string propertyName)
 
int getNumAnchors ()
 
int indexOfAnchor (Anchor *anchor)
 
virtual bool removeAnchor (int index)
 
virtual bool removeAnchor (Anchor *anchor)
 
- Public Member Functions inherited from br::pucrio::telemidia::ncl::Entity
 Entity (string someId)
 
void printHierarchy ()
 
bool instanceOf (string s)
 
int compareTo (Entity *otherEntity)
 
string getId ()
 
int hashCode ()
 
virtual void setId (string someId)
 
virtual string toString ()
 
virtual EntitygetDataEntity ()
 

Protected Attributes

vector< Anchor * > anchorList
 
vector< PropertyAnchor * > originalPAnchors
 
- Protected Attributes inherited from br::pucrio::telemidia::ncl::Entity
set< string > typeSet
 

Additional Inherited Members

- Static Public Member Functions inherited from br::pucrio::telemidia::ncl::Entity
static bool hasInstance (Entity *instance, bool eraseFromList)
 

The documentation for this class was generated from the following files: