Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  minibuffer.h

  Sprache: C
 

// -*- C++ -*-
#ifndef _MINIBUFFER_H
#define _MINIBUFFER_H

#include FORMS_H_LOCATION
#include "LString.h"
#include "gettext.h"

#ifdef __GNUG__
#pragma interface
#endif

class LyXView;

///
class MiniBuffer {
public:
 ///
 MiniBuffer(LyXView *o, FL_Coord x, FL_Coord y, FL_Coord h, FL_Coord w)
  : owner(o)
 {
  text = _("Welcome to LyX!");
  shows_no_match = true;
         history_idx = history_cnt = 0;
         add(FL_NORMAL_INPUT, x, y, h, w);
 }
 ///
 bool shows_no_match;
 ///
 void setTimer(int a) {
  fl_set_timer(timer, a);
 }
 ///
 void Set(LString const& = LString(),
   LString const& = LString(),
   LString const& = LString(),
   int delay_secs=6);
 /// 
 LString GetText() const { return text; }
 ///
 void Init();
 ///
 void ExecCommand();
 /** allows to store and reset the contents one time. Usefull
  for status messages like "load font" (Matthias)
  */

 void Store();
 ///
 void Reset();
 ///
 void Activate();
 ///
 void Deactivate();
private:
 ///
 LyXView *owner;
 ///
 LString text;
 ///
 LString text_stored;
 ///
 FL_OBJECT *add(int, FL_Coord, FL_Coord, FL_Coord, FL_Coord);
 ///
 static void ExecutingCB(FL_OBJECT *ob, long);
 ///
 static void TimerCB(FL_OBJECT *ob, long);
 ///
        static int  peek_event(FL_OBJECT *, int, FL_Coord, FL_Coord,
          intvoid *);
        ///
 FL_OBJECT *timer;
 ///
 FL_OBJECT *the_buffer;
 ///
 LString cur_cmd;
        ///
        enum{ MAX_HISTORY = 10 };
        ///
        LString history[MAX_HISTORY];
        ///
        int history_idx, history_cnt;
        ///
        void addHistory(LString const &cmd) { 
         if (history_cnt==0 || (history_cnt>0 && cmd!=history[(history_cnt-1) % MAX_HISTORY])) {
      history[history_cnt % MAX_HISTORY] = cmd;
      history_cnt++;
  }
         history_idx = history_cnt;
 }
        ///
        LString getHistory() { return history[history_idx % MAX_HISTORY]; }
};
#endif

Messung V0.5 in Prozent
C=71 H=100 G=86

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik