Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 15, 2005, 1:01:00 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: SubString now also can split by whiteSpaces :>
this cost me almost 2 hours… sometimes i think, that i am unable to think…. :/
other times it just works, like when learning some Information Transfer

File:
1 edited

Legend:

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

    r5181 r5183  
    4848
    4949    // BUFFERS
    50     void flush();
    5150    void setBufferDisplaySize(unsigned int bufferDisplaySize);
    5251    void printToDisplayBuffer(const char* text);
     52    void flush();
    5353
    5454    void clear();
     
    5656    // EventListener
    5757    virtual void process(const Event &event);
    58 
    5958    // Element2D-functions
    6059    virtual void draw() const;
     
    6362
    6463  private:
    65 
    6664    // helpers //
    6765    Vector calculateLinePosition(unsigned int lineNumber);
    68 //     void testI (int i);
    69 //     void testS (const char* s);
    70 //     void testB (bool b);
    71 //     void testF (float f);
    72 //     void testSF (const char* s, float f);
     66
     67    //     void testI (int i);
     68    //     void testS (const char* s);
     69    //     void testB (bool b);
     70    //     void testF (float f);
     71    //     void testSF (const char* s, float f);
    7372
    7473  private:
Note: See TracChangeset for help on using the changeset viewer.