Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3187 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_keys.cc


Ignore:
Timestamp:
Dec 15, 2004, 9:00:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: doxygen-tags… it's very much.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_keys.cc

    r3166 r3187  
    5353
    5454/* PLAYER */
     55
     56/**
     57   \brief Creates new inputs for a player
     58   \param player the name of the Player
     59*/
    5560Player::Player(char* player)
    5661{
     
    97102}
    98103
     104/**
     105   \brief adds a new Key.
     106   \param key the number of the Key
     107   \param name The name of the new Key.
     108   \returns A widget that has the Key-Box
     109*/
    99110Widget* Player::addKey (KEYS key, char* name)
    100111{
     
    114125}
    115126
     127/**
     128   \returns the OpenButton of a Player
     129*/
    116130Button* Player::getOpenButton()
    117131{
     
    119133}
    120134
    121 
     135/**
     136   \brief sets a new Key (only output)
     137   \param key the new Key.
     138*/
    122139void Player::setkey(KEYS key)
    123140{
Note: See TracChangeset for help on using the changeset viewer.