Kaydet (Commit) 703d1d11 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS gh14 (1.3.204); FILE MERGED

2007/06/15 09:22:33 gh 1.3.204.1: #108785#show profilename in statusbar
üst 3c801b34
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: status.hxx,v $ * $RCSfile: status.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 21:20:08 $ * last change: $Author: kz $ $Date: 2007-06-19 14:38:31 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#define ST_MESSAGE 1 #define ST_MESSAGE 1
#define ST_LINE 2 #define ST_LINE 2
#define ST_PROF 3
class BasicFrame; class BasicFrame;
...@@ -56,8 +57,9 @@ protected: ...@@ -56,8 +57,9 @@ protected:
public: public:
StatusLine( BasicFrame* ); StatusLine( BasicFrame* );
void Message( String& ); // Text anzeigen void Message( const String& ); // Text anzeigen
void Pos( String& s ); // Textposition anzeigen void Pos( const String& s ); // Textposition anzeigen
void SetProfileName( const String& s ); // Current Profile
void LoadTaskToolBox(); void LoadTaskToolBox();
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment