// -*- C++ -*- #ifndef _LYXFR1_H #define _LYXFR1_H
#ifdef __GNUG__ #pragma interface #endif
#include FORMS_H_LOCATION class LyXText; class LyXParagraph;
/** LyXFindReplace1"
This class implements Find & Replace in LyXText texts. It is based on LyXFindReplace0, which implements the form related stuff. (see lyxfr0.h)
*/ class LyXFindReplace1 : public LyXFindReplace0 { public: ///
LyXFindReplace1() : LyXFindReplace0() {}; ///
~LyXFindReplace1() {};
/// Initialize internal variables and search form virtualvoid StartSearch();
/// virtualvoid SearchCB(bool fForward); /// virtualvoid SearchReplaceCB(); protected: /// Set by IsSearchStringInText: int iLenSelected;
/// Direction we are searching: bool searchForward;
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 ist noch experimentell.