Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6299 in orxonox.OLD for trunk/src/lib/coord/p_node.cc


Ignore:
Timestamp:
Dec 26, 2005, 4:41:09 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: syncing PNode to Element2D again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.cc

    r6253 r6299  
    3434 * @brief standard constructor
    3535 * @param parent the Parent of this Node. __NULL__ if __No Parent__ requested, PNode::getNullParent(), if connected to NullParent directly (default)
    36  * @param nodeFlags all flags to set. THIS_WILL_OVERWRITE Default_Values. look at creation of NullParent for more Info.
     36 * @param nodeFlags all flags to set. THIS_WILL_OVERWRITE Default_Values.
    3737 */
    3838PNode::PNode (PNode* parent, long nodeFlags)
     
    502502/**
    503503 * !! PRIVATE FUNCTION
    504  * @brief reparents a node (happens on Parents Node delete or remove if Flags are set.)
     504 * @brief reparents a node (happens on Parents Node delete or remove and Flags are set.)
    505505 */
    506506void PNode::reparent()
     
    514514}
    515515
     516/**
     517 * ereases child from the nodes children
     518 * @param chuld the child to remove
     519 */
    516520void PNode::eraseChild(PNode* child)
    517521{
Note: See TracChangeset for help on using the changeset viewer.