Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7457 in orxonox.OLD for trunk/src/lib/shell


Ignore:
Timestamp:
Apr 30, 2006, 4:28:17 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Size2D is ok now for the MultiLineText

Location:
trunk/src/lib/shell
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.cc

    r7456 r7457  
    4242  */
    4343  ShellInput::ShellInput ()
    44       : Text ("")
     44      : MultiLineText ("")
    4545  {
    4646    this->pressedKey = SDLK_FIRST;
  • trunk/src/lib/shell/shell_input.h

    r7456 r7457  
    1010#define _SHELL_INPUT_H
    1111
    12 #include "text.h"
     12#include "multi_line_text.h"
    1313#include "event_listener.h"
    1414#include "shell_completion.h"
     
    2828   * [UP] and [DOWN] move through the history of allready given commands.
    2929   */
    30   class ShellInput : public Text,  public EventListener
     30  class ShellInput : public MultiLineText,  public EventListener
    3131  {
    3232
  • trunk/src/lib/shell/some_shell_commands.cc

    r7428 r7457  
    3535  SHELL_COMMAND(setPosition, PNode, setAbsCoor);
    3636
     37#include "render_2d.h"
     38  SHELL_COMMAND(toggleNodeVisibility, Render2D, toggleNodesVisibility);
     39
    3740
    3841#include "material.h"
Note: See TracChangeset for help on using the changeset viewer.