Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7762 in orxonox.OLD for trunk/src/lib/shell/shell.h


Ignore:
Timestamp:
May 22, 2006, 6:20:35 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellBuffer gets polled from the Shell, and does not put the other way round

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.h

    r7757 r7762  
    1414
    1515#include "shell_input.h"
     16#include "shell_buffer.h"
    1617#include "material.h"
    1718
     
    7576    virtual void process(const Event &event);
    7677    // Element2D-functions
     78    virtual void tick(float dt);
    7779    virtual void draw() const;
     80
    7881
    7982    void debug() const;
     
    9093  private:
    9194    // GENERAL
     95    ShellBuffer*                shellBuffer;            //!< The local ShellBuffer.
     96
    9297    bool                        bActive;                //!< If the shell is active.
    9398    unsigned int                shellHeight;            //!< The hight of the Shell in Pixels.
     
    104109    std::list<MultiLineText*>   bufferText;             //!< A list of stored bufferTexts for the display of the buffer.
    105110
     111    unsigned long               linesProcessed;         //!< How many Lines have been processed.
     112
    106113    std::list<std::string>::const_iterator  bufferIterator;         //!< used to move through and print the Buffer
    107114  };
Note: See TracChangeset for help on using the changeset viewer.