Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2011, 10:41:43 PM (13 years ago)
Author:
dafrick
Message:

Renaming member variables to adhere to styleguide, initialize values, always select an item in the DockingDialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/modules/docking/DockingAnimation.h

    r8561 r8568  
    7373            static DockingTarget *findTarget(std::string name); //!< Iterates through all DockingTarget objects to find the one with name=target
    7474
    75             void setParent(Dock *parent) { this->parent = parent; }
     75            void setParent(Dock *parent) { this->parent_ = parent; }
    7676
    7777        protected:
    78             Dock *parent;
    79             std::set<PlayerInfo*> animations; //!< Contains a list of currently running animations
     78            Dock *parent_;
     79            std::set<PlayerInfo*> animations_; //!< Contains a list of currently running animations
    8080    };
    8181
Note: See TracChangeset for help on using the changeset viewer.