Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2010, 4:01:04 PM (14 years ago)
Author:
dafrick
Message:

Mostly more documentation.

Location:
code/trunk/src/modules/notifications/dispatchers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/notifications/dispatchers/CommandNotification.cc

    r7484 r7489  
    6464    CommandNotification::~CommandNotification()
    6565    {
    66        
     66
    6767    }
    6868
     
    114114        Returns a human readable version of the input binding.
    115115    */
     116    //TODO: Move to KeyBinderManager...
    116117    const std::string& CommandNotification::bindingNiceifyer(const std::string& binding)
    117118    {
  • code/trunk/src/modules/notifications/dispatchers/CommandNotification.h

    r7488 r7489  
    4646    @brief
    4747        This class implements a method of displaying a Notification with information to an input command and the key the command is mapped to.
    48         The message that is displayed is a string made out uf the concatenation of the preMessage, the key the specified command is mapped to and the postMessage.
     48        The message that is displayed is a string made out of the concatenation of the preMessage, the key the specified command is mapped to and the postMessage.
    4949
    5050        In use it would like this:
     
    120120                 { this->postMessage_ = message; }
    121121
    122             const std::string& bindingNiceifyer(const std::string& binding);
     122            const std::string& bindingNiceifyer(const std::string& binding); //!< Transforms the input binding into a human readable form.
    123123
    124124    };
Note: See TracChangeset for help on using the changeset viewer.