Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5181 in orxonox.OLD for trunk/src/lib/graphics/text_engine.h


Ignore:
Timestamp:
Sep 14, 2005, 12:07:06 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: partial Completion in the ShellInput again (show but no Completion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine.h

    r5179 r5181  
    113113  void setType(TEXT_RENDER_TYPE type);
    114114  void setText(const char* text, bool isExtern = false);
     115  /** @returns the String this Text displays */
     116  inline const char* getText() const { return (externText == NULL)?this->text:this->externText; };
    115117  /** @param blending the blending intensity to set (between 0.0 and 1.0) */
    116118  inline void setBlending(float blending) { this->blending = blending; };
Note: See TracChangeset for help on using the changeset viewer.