Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2018, 12:09:09 AM (7 years ago)
Author:
landauf
Message:

tabs → spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/dialog/AnswerId.h

    r11781 r11782  
    3939namespace orxonox{
    4040
    41         /**
    42         @brief
     41    /**
     42    @brief
    4343    container class for answerids in xml
    4444
    45         */
     45    */
    4646
    47         class _DialogExport AnswerId : public BaseObject
    48         {
    49                 public:
    50                         AnswerId(Context* context);
    51                        
    52                         virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     47    class _DialogExport AnswerId : public BaseObject
     48    {
     49        public:
     50            AnswerId(Context* context);
    5351
    54             void setId(const std::string& Id);  //allows to set Id, only use in xmlPort for initializing AnswerIds in lvl files
    55             const std::string& getId() const;   //allows to get Id, used in xmlPort
     52            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    5653
    57                 private:
    58                         std::string id_;        //!< id of one answer
    59         };
     54            void setId(const std::string& Id);  //allows to set Id, only use in xmlPort for initializing AnswerIds in lvl files
     55            const std::string& getId() const;   //allows to get Id, used in xmlPort
     56
     57        private:
     58            std::string id_;    //!< id of one answer
     59    };
    6060}
    6161
Note: See TracChangeset for help on using the changeset viewer.