Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2010, 2:10:46 PM (14 years ago)
Author:
smerkli
Message:

Changed EditBox to StaticText in ChatBox.layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat2/src/orxonox/ChatInputHandler.cc

    r6836 r6837  
    109109  void ChatInputHandler::inputChanged()
    110110  {
    111     //this->updateListeners<&ShellListener::inputChanged>();
    112     //this->updateListeners<&ShellListener::cursorChanged>();
     111
    113112  }
    114113
     
    135134  {
    136135    this->inpbuf->removeBehindCursor();
    137     //this->updateListeners<&ShellListener::inputChanged>();
    138     //this->updateListeners<&ShellListener::cursorChanged>();
    139136  }
    140137
     
    142139  {
    143140    this->inpbuf->removeAtCursor();
    144     //this->updateListeners<&ShellListener::inputChanged>();
    145141  }
    146142
     
    148144  {
    149145    this->inpbuf->increaseCursor();
    150     //this->updateListeners<&ShellListener::cursorChanged>();
    151146  }
    152147 
     
    154149  {
    155150    this->inpbuf->decreaseCursor();
    156     //this->updateListeners<&ShellListener::cursorChanged>();
    157151  }
    158152 
     
    160154  {
    161155    this->inpbuf->setCursorToEnd();
    162     //this->updateListeners<&ShellListener::cursorChanged>();
    163156  }
    164157
     
    166159  {
    167160    this->inpbuf->setCursorToBegin();
    168     //this->updateListeners<&ShellListener::cursorChanged>();
    169161  }
    170162
    171163  void ChatInputHandler::exit()
    172164  {
    173     //if (this->inpbuf->getSize() > 0)
    174     //{
    175       //this->clearInput();
    176       //return;
    177     //}
    178165
    179     //this->clearInput();
    180     //this->scrollPosition_ = 0;
    181     //this->scrollIterator_ = this->outputLines_.begin();
    182 
    183     //this->updateListeners<&ShellListener::exit>();
    184166  }
    185167
Note: See TracChangeset for help on using the changeset viewer.