Changeset 2121 for trunk


Ignore:
Timestamp:
05/19/03 11:53:20 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MLog.h

    r2063 r2121  
    3232
    3333    enum ELogBits {
    34        kHasChanged = BIT(14)  // if gui has changed
     34        kHasChanged = BIT(14)  // if gui has changed
    3535    };
    3636
    3737private:
     38    enum {
     39        kIsUnderlined = BIT(15)
     40    };
    3841    static const char kESC;
    3942    static const char *const kEsc;
     
    4245    static const char *const kGreen;
    4346    static const char *const kYellow;
     47    static const char *const kBlue;
    4448    static const char *const kUnderline;
    4549    static const char *const kBlink;
     
    8286    void CheckFlag(Flags_t chk, int flag);
    8387    void Output(ostream &out, int len);
     88    void AddGuiLine(const TString& line);
    8489
    8590public:
Note: See TracChangeset for help on using the changeset viewer.